From: jlefevre <jle...@vo...> - 2008-06-03 15:25:15
|
Hi All, Im trying to compile Iaxclient 2.0.2 i got on sourceforge, is there a way to run the configure with the following options working without hack the makefile manualy : --with-theora=no || --without-theora --with-video=no || --without-video --with-ogg=no || --without-ogg . Well this is my configure : configure PORTAUDIO_LIBS="/d/Lib/portaudio-1.9/lib/.libs" PORTAUDIO_CFLAGS="-I/d/Lib/portaudio-1.9/include -I/d/Lib/portaudio-1.9/src/common -I/d/Lib/libogg-1.1.3/include" SPEEX_LIBS="-L/d/Lib/speex-1.2beta1/libspeex/.libs /d/Lib/speex-1.2beta1/libspeex/.libs/libspeex.a" SPEEX_CFLAGS="-I/d/Lib/speex-1.2beta1/libspeex -I/d/Lib/speex-1.2beta1/include" --without-video --without-ogg --without-theora --disable-client --enable-static --disable-shared in fact I really dont need these lib in my iaxclient! And when I try to compile the test programms I have some error with video flags thx jeremy |