linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] compiling linphone


From: Marc Hoffman
Subject: [Linphone-developers] compiling linphone
Date: Mon, 23 Jul 2007 13:46:03 -0400

Hello,

I'm new to the project and don't understand how you get around the fact that img_convert is no longer supported by the FFMPEG project.  This interface is deprecated and should be replaced by the newer more complete and more optimized interface sws_scale.  Does someone in the group have plans to do this.

Thanks
Marc

enc.Tpo -c videoenc.c -o videoenc.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/   -I.. -I../../oRTP/include  -I../../gsmlib  -DORTP_INET6   -DINET6 -Wall -O2 -g  -Werror  -pthread -D_REENTRANT -MT videodec.lo -MD -MP -MF ".deps/videodec.Tpo" -c -o videodec.lo videodec.c; \
        then mv -f ".deps/videodec.Tpo" ".deps/videodec.Plo"; else rm -f ".deps/videodec.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ -I.. -I../../oRTP/include -I../../gsmlib -DORTP_INET6 -DINET6 -Wall -O2 -g -Werror -pthread -D_REENTRANT -MT videodec.lo -MD -MP -MF .deps/videodec.Tpo -c videodec.c  -fPIC -DPIC -o .libs/videodec.o
cc1: warnings being treated as errors
videodec.c: In function 'get_as_yuvmsg':
videodec.c:183: warning: 'img_convert' is deprecated (declared at /usr/local/include/ffmpeg/avcodec.h:2395)
videodec.c :189: warning: 'img_copy' is deprecated (declared at /usr/local/include/ffmpeg/avcodec.h:2877)
make[5]: *** [videodec.lo] Error 1
make[5]: Leaving directory `/home/mmh/linphone-1.7.1/mediastreamer2/src'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/home/mmh/linphone-1.7.1/mediastreamer2/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/mmh/linphone-1.7.1/mediastreamer2'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/mmh/linphone-1.7.1/mediastreamer2'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mmh/linphone-1.7.1'
make: *** [all] Error 2
address@hidden:~/linphone-1.7.1$

reply via email to

[Prev in Thread] Current Thread [Next in Thread]