search for: speex_lib

Displaying 3 results from an estimated 3 matches for "speex_lib".

Did you mean: speexlib
2005 Apr 17
1
[PATCH] trivial vorbis-tools build patch
...ittle off-topic here, but can somebody with svn commit access please consider this: --- vorbis-tools/configure.in~ 2005-04-07 20:28:23.460547245 +0200 +++ vorbis-tools/configure.in 2005-04-07 20:28:23.460547245 +0200 @@ -161,7 +161,7 @@ AC_MSG_WARN(libspeex missing) have_libspeex=no, [$SPEEX_LIBS] ) -AC_CHECK_HEADER(speex.h,, +AC_CHECK_HEADER(speex/speex.h,, AC_MSG_WARN(libspeex headers missing) have_libspeex=no,[ ]) as it is now, vorbis-tools will not find speex.h, since it's looking in /usr/local/include instead of /usr/local/include/speex. a few lines before there is a...
2007 Nov 13
0
problem with speex and iaxclient
...efined reference to `speex_preprocess_ctl' ../../lib/.libs/libiaxclient.a(audio_encode.o):audio_encode.c:(.text+0x183): undefined reference to `speex_preprocess_ctl For the iaxclient this is how I configure is /configure SPEEX_CFLAGS="-I/d/Lib/iaxclient-2.0.1/speex-1.2beta1/include" SPEEX_LIBS="-L/d/Lib/iaxclient-2.0.1/speex-1.2beta1/libspeex/.libs /d/Lib/iaxcl ient-2.0.1/speex-1.2/libspeex/.libs/libspeex.a" PORTAUDIO_CFLAGS="-I/d/Lib/iaxclient-2.0.1/portaudio-1.9/include -I/d/Lib/iaxclient-2.0.1/portaudio-1.9/src/ common -I/d/Lib/iaxclient-2.0.1/libogg-1.1.3/include&quot...
2013 Apr 06
2
Don't hate yourself anymore, brendan
...GS" -SHOUT_CFLAGS="$PTHREAD_CFLAGS" +SHOUT_CFLAGS="$VORBIS_CFLAGS $PTHREAD_CFLAGS" SHOUT_LIBS="-lshout" -XIPH_CLEAN_CCFLAGS([$SHOUT_CPPFLAGS], [SHOUT_CPPFLAGS]) XIPH_CLEAN_CCFLAGS([$SHOUT_CFLAGS], [SHOUT_CFLAGS]) XIPH_CLEAN_CCFLAGS([$VORBIS_LIBS $THEORA_LIBS $SPEEX_LIBS $PTHREAD_LIBS $LIBS], [SHOUT_LIBDEPS]) AC_SUBST(PTHREAD_CPPFLAGS) AC_SUBST(SHOUT_LIBDEPS) AC_SUBST(SHOUT_REQUIRES) -AC_SUBST(SHOUT_CPPFLAGS) AC_SUBST(SHOUT_CFLAGS) dnl Make substitutions Index: shout.pc.in =================================================================== --- shout.pc.in (...