search for: have_flac

Displaying 6 results from an estimated 6 matches for "have_flac".

2002 Sep 11
1
patch for FLAC
...02 18:59:44 -0000 @@ -122,6 +122,35 @@ if test "x$build_ogg123" = xyes; then fi dnl -------------------------------------------------- +dnl Check for optional libraries +dnl -------------------------------------------------- + +dnl check for FLAC +dnl disabled by default +dnl defines HAVE_FLAC to 1 for use in source code +dnl sets FLAC_LIBS to the right libs if found for Makefile.am +dnl sets HAVE_FLAC to yes or no for Makefile.am + +AC_ARG_ENABLE(flac, [ --enable-flac Build in FLAC support], + use_flac="$enableval", use_flac="no") +have_flac="no...
2005 Jan 16
2
two problems with flac and ices 0.4 build
i'm trying to build ices0.4 and vorbis-tools 1.0.1 with flac 1.1.1. Neither seems happy, hence the crossposting (sorry). ICES0.4 --- ices refuses to see the libFLAC library, even if i specify --with-flac=/usr/local/lib (or even just --with-flac=/usr/local/, as the configure script seems to look in the lib and include subdirectories of the specified path?). i get a configure error:
2005 Jan 16
2
two problems with flac and ices 0.4 build
i'm trying to build ices0.4 and vorbis-tools 1.0.1 with flac 1.1.1. Neither seems happy, hence the crossposting (sorry). ICES0.4 --- ices refuses to see the libFLAC library, even if i specify --with-flac=/usr/local/lib (or even just --with-flac=/usr/local/, as the configure script seems to look in the lib and include subdirectories of the specified path?). i get a configure error:
2010 Jun 21
0
Flac in Sox
...one on this list has an idea...? I want to compile libsox.lib with Flac-handler. So I first compiled "libFLAC_static.lib" without problems. Then I changed "CMakeLists.txt": I added this line: set(CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} libFLAC_static.lib) and now Have_Flac is found. But there is still a problem with this line: optional(HAVE_FLAC FLAC/all.h FLAC FLAC__stream_encoder_new flac) because "FLAC__stream_encoder_new" is not found (cmake)! Should this be in an other library or...? Thanks a lot! Regards Thomas
2010 Jul 16
0
libFLAC_static / CMake
Hello, trying to compile a project with MSVC++ and libFLAC_static.lib I have a CMakeLists.txt with this: set(CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} libFLAC_static.lib) optional(HAVE_FLAC FLAC/all.h libFLAC_static FLAC__stream_encoder_new flac) optional(STATIC_FLAC FLAC/all.h libFLAC_static FLAC__stream_encoder_new flac) CMake answer (the *.lib is always found): Looking for FLAC__stream_encoder_new in libFLAC_static - not found If I put "libFLAC.lib" instead of "li...
2010 Apr 30
2
Simple example of decoding streaming audio realtime?
Conrad, That's exactly what I was looking for. I just got finish trying several attempts at porting libfishsound to XCode/CocoaTouch land but am facing dependency issues on the other xiph libraries. (liboggz, libvorbis, libflac, etc.) Rest assured I know what the issues are and how to address them. I am at a fork here. I can either port the bulk of the xiph libraries to XCode or continue on