yep, that's because you use ffmpeg-0.4.6, which is the latest stable release but have bugs. i'm forced to use ffmpeg cvs snapshot that you can find here : http://ffmpeg.sourceforge.net/cvs.
the link has also been fixed on my page, too many people complained about that ))
cheers,
sevy/yves
Miha Tomsic wrote:
Hello Yves!
On tor, 2003-03-04 at 18:37, Yves Degoyon wrote:
I can't compile libquicktime-0.9.1 it dies in plugins/xanim.
i'm using this one and the problem was that my compiler does not support something like :
This is the clue I needed.
It compiled fine with gcc-3.0.
Now back to pidip:
gcc -DPD -DX_DISPLAY_MISSING -O2 -funroll-loops -fomit-frame-pointer -ffast-math -Wall -W -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-switch -DPDP_PIDIP_VERSION="0.9.2" -g -I/usr/src/pd-0.36-0/src -I. -I/usr/src/pd-externals/pdp-0.9/include -I/usr/src/ffmpeg-0.4.6/libavcodec -I/usr/src/ffmpeg-0.4.6/libavformat -I../include -o pdp_ffmpeg~.o -c pdp_ffmpeg~.c cc1: warnings being treated as errors In file included from /usr/src/ffmpeg-0.4.6/libavformat/avformat.h:8, from pdp_ffmpeg~.c:32: /usr/src/ffmpeg-0.4.6/libavcodec/avcodec.h:1122: warning: function declaration isn't a prototype pdp_ffmpeg~.c: In function
pdp_ffmpeg_feed': pdp_ffmpeg~.c:271: warning: implicit declaration of function
av_set_parameters' pdp_ffmpeg~.c: In functionpdp_ffmpeg_process_yv12': pdp_ffmpeg~.c:367: void value not ignored as it ought to be make[1]: *** [pdp_ffmpeg~.o] Error 1 make[1]: Leaving directory
/usr/src/pd-externals/pidip-0.9.2/modules' make: *** [pdp_pidip_all] Error 2Ani other clues?
Thanks and take care,
Miha...