scons [?1034hscons: Reading SConscript files ... Checking for pkg-config... (cached) yes Checking for ogg >= 1.1... (cached) yes Checking for vorbis... (cached) yes Checking for vorbisenc... (cached) yes Checking for theoraenc >= 1.1.0... (cached) yes Checking for ogg >= 1.1 vorbis vorbisenc theoraenc >= 1.1.0... (cached) yes Checking for libavdevice libavformat libavcodec >= 52.30.0 libpostproc libswscale libavutil... (cached) yes Checking for C header file libavformat/framehook.h... (cached) no Checking for oggkate... (cached) no Could not find libkate. Subtitles support will be disabled. You can also run ./get_libkate.sh (for more information see INSTALL) or update PKG_CONFIG_PATH to point to libkate's source folder Checking for C header file iconv.h... (cached) yes Checking for C library iconv... (cached) no scons: done reading SConscript files. scons: Building targets ... gcc -o src/ffmpeg2theora.o -c -DPACKAGE_VERSION=\"0.28\" -DPACKAGE_STRING=\"ffmpeg2theora-0.28\" -DPACKAGE=\"ffmpeg2theora\" -D_FILE_OFFSET_BITS=64 -DHAVE_ICONV -I. src/ffmpeg2theora.c src/ffmpeg2theora.c: In function 'find_language_for_subtitle_stream': src/ffmpeg2theora.c:507:3: warning: 'AVMetadataTag' is deprecated (declared at /usr/include/libavutil/dict.h:77) src/ffmpeg2theora.c:507:3: warning: 'av_metadata_get' is deprecated (declared at /usr/include/libavformat/avformat.h:251) src/ffmpeg2theora.c: In function 'ff2theora_output': src/ffmpeg2theora.c:525:5: error: 'pp_mode_t' undeclared (first use in this function) src/ffmpeg2theora.c:525:5: note: each undeclared identifier is reported only once for each function it appears in src/ffmpeg2theora.c:525:16: error: 'ppMode' undeclared (first use in this function) src/ffmpeg2theora.c:526:5: error: 'pp_context_t' undeclared (first use in this function) src/ffmpeg2theora.c:526:19: error: 'ppContext' undeclared (first use in this function) src/ffmpeg2theora.c:597:9: warning: 'avcodec_open' is deprecated (declared at /usr/include/libavcodec/avcodec.h:4154) src/ffmpeg2theora.c:957:9: warning: 'avcodec_open' is deprecated (declared at /usr/include/libavcodec/avcodec.h:4154) src/ffmpeg2theora.c:1427:33: warning: passing argument 2 of 'sws_scale' from incompatible pointer type /usr/include/libswscale/swscale.h:237:5: note: expected 'const uint8_t * const*' but argument is of type 'uint8_t **' src/ffmpeg2theora.c:1474:37: warning: passing argument 2 of 'sws_scale' from incompatible pointer type /usr/include/libswscale/swscale.h:237:5: note: expected 'const uint8_t * const*' but argument is of type 'uint8_t **' src/ffmpeg2theora.c:1533:21: warning: 'av_get_bits_per_sample_fmt' is deprecated (declared at /usr/include/libavutil/samplefmt.h:83) src/ffmpeg2theora.c:1536:25: warning: 'avcodec_decode_audio3' is deprecated (declared at /usr/include/libavcodec/avcodec.h:4245) src/ffmpeg2theora.c: In function 'copy_metadata': src/ffmpeg2theora.c:1925:5: warning: 'AVMetadataTag' is deprecated (declared at /usr/include/libavutil/dict.h:77) src/ffmpeg2theora.c:1926:5: warning: 'av_metadata_get' is deprecated (declared at /usr/include/libavformat/avformat.h:251) src/ffmpeg2theora.c: In function 'main': src/ffmpeg2theora.c:2817:13: warning: 'channel' is deprecated (declared at /usr/include/libavformat/avformat.h:356) src/ffmpeg2theora.c:2818:13: warning: 'width' is deprecated (declared at /usr/include/libavformat/avformat.h:353) src/ffmpeg2theora.c:2819:13: warning: 'height' is deprecated (declared at /usr/include/libavformat/avformat.h:354) src/ffmpeg2theora.c:2820:13: warning: 'time_base' is deprecated (declared at /usr/include/libavformat/avformat.h:350) src/ffmpeg2theora.c:2821:13: warning: 'time_base' is deprecated (declared at /usr/include/libavformat/avformat.h:350) src/ffmpeg2theora.c:2823:17: warning: 'width' is deprecated (declared at /usr/include/libavformat/avformat.h:353) src/ffmpeg2theora.c:2825:17: warning: 'height' is deprecated (declared at /usr/include/libavformat/avformat.h:354) src/ffmpeg2theora.c:2828:13: warning: 'time_base' is deprecated (declared at /usr/include/libavformat/avformat.h:350) src/ffmpeg2theora.c:2829:13: warning: 'time_base' is deprecated (declared at /usr/include/libavformat/avformat.h:350) src/ffmpeg2theora.c:2831:13: warning: 'time_base' is deprecated (declared at /usr/include/libavformat/avformat.h:350) src/ffmpeg2theora.c:2832:13: warning: 'time_base' is deprecated (declared at /usr/include/libavformat/avformat.h:350) src/ffmpeg2theora.c:2835:5: warning: 'av_open_input_file' is deprecated (declared at /usr/include/libavformat/avformat.h:1480) src/ffmpeg2theora.c:2836:9: warning: 'av_find_stream_info' is deprecated (declared at /usr/include/libavformat/avformat.h:1526) src/ffmpeg2theora.c:2866:25: warning: format not a string literal and no format arguments src/ffmpeg2theora.c:2963:9: warning: 'av_close_input_file' is deprecated (declared at /usr/include/libavformat/avformat.h:1706) scons: *** [src/ffmpeg2theora.o] Error 1 scons: building terminated because of errors. make: *** [all] Error 2