Alex, try ffmpeg r6104: http://www.pengutronix.de/software/ptxdist/temporary-src/ffmpeg-r6104.tar.bz2
Compiles here (arm target), function not verified. This ffmpeg "release" worked with linphone 1.7.1. linphone 2.0.1 needs attached patch to compile. Regards, Andreas Am Dienstag 11 Dezember 2007 21:57 schrieb Simon Morlat: > Hi, > > You probably should upgrade ffmpeg libraries (libavcodec, libavutils, > libswscale optionnaly). > sws_* functions are defined in recent version of ffmpeg libs. > > Simon > > Le Friday 30 November 2007 14:30:33 Alex Orlov, vous avez écrit : > > Hi! > > > > make[4]: Entering directory > > `/opt/Download/soft/linphone-2.0.0/mediastreamer2/tests' /bin/sh > > ../libtool --tag=CC --mode=link gcc -I.. -I../../oRTP/include > > -I/usr/local/include -I/usr/local/include/ffmpeg -DVIDEO_ENABLED > > -DORTP_INET6 -DINET6 -Wall -O2 -g -Werror -pthread > > -D_REENTRANT -rdynamic -o mediastream mediastream.o > > ../src/libmediastreamer.la ../../oRTP/src/libortp.la -lasound > > -L/usr/local/lib -lspeex -lm -L/usr/local/lib -ltheora -logg > > -L/usr/local/lib -lavcodec -lz -lm -ldl -lavutil -pthread > > -lpthread -lrt -ldl gcc -I.. -I../../oRTP/include > > -I/usr/local/include > > -I/usr/local/include/ffmpeg -DVIDEO_ENABLED -DORTP_INET6 -DINET6 > > -Wall -O2 -g -Werror -pthread -D_REENTRANT -rdynamic -o > > .libs/mediastream mediastream.o -pthread > > ../src/.libs/libmediastreamer.so > > ../../oRTP/src/.libs/libortp.so /usr/lib/libasound.so > > -L/usr/local/lib /usr/local/lib/libspeex.so /usr/lib/libtheora.so > > /usr/lib/libogg.so -lavcodec -lz -lm -lavutil -lpthread -lrt -ldl > > ../src/.libs/libmediastreamer.so: undefined reference to > > `sws_scale' ../src/.libs/libmediastreamer.so: undefined reference > > to `sws_freeContext' ../src/.libs/libmediastreamer.so: undefined > > reference to `sws_getContext' collect2: ld returned 1 exit status > > make[4]: *** [mediastream] Error 1 > > make[4]: Leaving directory > > `/opt/Download/soft/linphone-2.0.0/mediastreamer2/tests' make[3]: > > *** [all-recursive] Error 1 > > make[3]: Leaving directory > > `/opt/Download/soft/linphone-2.0.0/mediastreamer2' make[2]: *** > > [all] Error 2 > > make[2]: Leaving directory > > `/opt/Download/soft/linphone-2.0.0/mediastreamer2' make[1]: *** > > [all-recursive] Error 1 > > make[1]: Leaving directory `/opt/Download/soft/linphone-2.0.0' > > make: *** [all] Error 2 > > > > how? -- carpe noctem engineering Ingenieurbuero fuer Hard- & Software-Entwicklung Andreas Pretzsch Dipl.-Ing. (FH) Andreas Pretzsch Tel. 0731/98588-800 Marlene-Dietrich-Strasse 5 Fax: 0731/98588-801 89231 Neu-Ulm email: [EMAIL PROTECTED]
--- linphone-2.0.1/mediastreamer2/src/nowebcam.c.orig +++ linphone-2.0.1/mediastreamer2/src/nowebcam.c @@ -1,8 +1,8 @@ #include "mediastreamer2/mscommon.h" #include "mediastreamer2/msvideo.h" -#include <ffmpeg/swscale.h> #include <ffmpeg/avcodec.h> +#include <ffmpeg/swscale.h> #ifdef HAVE_CONFIG_H #include "mediastreamer-config.h"
_______________________________________________ Linphone-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/linphone-users
