Michael Niedermayer in gmane.comp.video.ffmpeg.devel (Sat, 25 Oct 2014 00:14:14 +0200): >patch applied
FFmpeg does not (cross)compile anymore on Ubuntu (GCC 4.9.1) after this patch: libavcodec/libutvideodec.cpp: In function 'int utvideo_decode_init(AVCodecContext*)': libavcodec/libutvideodec.cpp:97:19: error: 'UTVF_v210' was not declared in this scope if (format == UTVF_v210) ^ libavcodec/libutvideodec.cpp: In function 'int utvideo_decode_frame(AVCodecContext*, void*, int*, AVPacket*)': libavcodec/libutvideodec.cpp:146:10: warning: 'AVFrame::reference' is deprecated (declared at ./libavutil/frame.h:273) [-Wdeprecated-declarations] pic->reference = 0; ^ libavcodec/libutvideodec.cpp:146:10: warning: 'AVFrame::reference' is deprecated (declared at ./libavutil/frame.h:273) [-Wdeprecated-declarations] make: *** [libavcodec/libutvideodec.o] Error 1 Jan _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel