gcc -g -O2 -D_REENTRANT -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_FFMPEG -I/usr/local/include -DHAVE_FFMPEG_NEW -I/usr/include/mysql -I/usr/include/postgresql -DMOTION_V4L2 -DTYPE_32BIT="int" -DHAVE_BSWAP -march=native -mtune=native -Wall -DVERSION=\"trunkREV560\" -Dsysconfdir=\"/usr/local/etc\" -c -o stream.o stream.c stream.c: In function 'handle_basic_auth': stream.c:245: warning: ignoring return value of 'write', declared with attribute warn_unused_result stream.c: In function 'handle_md5_digest': stream.c:572: warning: ignoring return value of 'write', declared with attribute warn_unused_result stream.c:573: warning: ignoring return value of 'write', declared with attribute warn_unused_result stream.c:610: warning: ignoring return value of 'write', declared with attribute warn_unused_result gcc -g -O2 -D_REENTRANT -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_FFMPEG -I/usr/local/include -DHAVE_FFMPEG_NEW -I/usr/include/mysql -I/usr/include/postgresql -DMOTION_V4L2 -DTYPE_32BIT="int" -DHAVE_BSWAP -march=native -mtune=native -Wall -DVERSION=\"trunkREV560\" -Dsysconfdir=\"/usr/local/etc\" -c -o md5.o md5.c gcc -g -O2 -D_REENTRANT -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_FFMPEG -I/usr/local/include -DHAVE_FFMPEG_NEW -I/usr/include/mysql -I/usr/include/postgresql -DMOTION_V4L2 -DTYPE_32BIT="int" -DHAVE_BSWAP -march=native -mtune=native -Wall -DVERSION=\"trunkREV560\" -Dsysconfdir=\"/usr/local/etc\" -c -o ffmpeg.o ffmpeg.c ffmpeg.c:27:10: warning: #warning ************************************************** ffmpeg.c:28:10: warning: #warning Your version of FFmpeg is newer than version 0.4.8 ffmpeg.c:29:10: warning: #warning Newer versions of ffmpeg do not support MPEG1 with ffmpeg.c:30:10: warning: #warning non-standard framerate. MPEG1 will be disabled for ffmpeg.c:31:10: warning: #warning normal video output. You can still use mpeg4 and ffmpeg.c:32:10: warning: #warning and mpeg4ms which are both better in terms of size ffmpeg.c:33:10: warning: #warning and quality. MPEG1 is always used for timelapse. ffmpeg.c:34:10: warning: #warning Please read the Motion Guide for more information. ffmpeg.c:35:10: warning: #warning Note that this is not an error message! ffmpeg.c:36:10: warning: #warning ************************************************** ffmpeg.c: In function 'get_oformat': ffmpeg.c:377: error: 'CODEC_ID_MSMPEG4V2' undeclared (first use in this function) ffmpeg.c:377: error: (Each undeclared identifier is reported only once ffmpeg.c:377: error: for each function it appears in.) ffmpeg.c:393: error: 'CODEC_ID_FLV1' undeclared (first use in this function) ffmpeg.c:406: error: 'CODEC_ID_FFV1' undeclared (first use in this function) ffmpeg.c: In function 'ffmpeg_open': ffmpeg.c:502: error: 'CODEC_ID_NONE' undeclared (first use in this function) ffmpeg.c:529: error: 'CODEC_ID_MPEG1VIDEO' undeclared (first use in this function) ffmpeg.c:635: warning: 'avcodec_alloc_frame' is deprecated (declared at /usr/local/include/libavcodec/avcodec.h:3118) ffmpeg.c: In function 'ffmpeg_prepare_frame': ffmpeg.c:952: warning: 'avcodec_alloc_frame' is deprecated (declared at /usr/local/include/libavcodec/avcodec.h:3118) ffmpeg.c: In function 'ffmpeg_deinterlace': ffmpeg.c:1001: warning: 'avpicture_deinterlace' is deprecated (declared at /usr/local/include/libavcodec/avcodec.h:3996) make: *** [ffmpeg.o] Error 1 karel@karel:~/ajutine/motion$ svn up At revision 560.