CC libavdevice/alldevices.o CC libavdevice/alsa.o CC libavdevice/alsa_dec.o CC libavdevice/alsa_enc.o CC libavdevice/avdevice.o CC libavdevice/dv1394.o CC libavdevice/fbdev_common.o CC libavdevice/fbdev_dec.o CC libavdevice/fbdev_enc.o CC libavdevice/lavfi.o CC libavdevice/oss.o CC libavdevice/oss_dec.o CC libavdevice/oss_enc.o CC libavdevice/timefilter.o CC libavdevice/utils.o CC libavdevice/v4l2-common.o CC libavdevice/v4l2.o CC libavdevice/v4l2enc.o CC libavdevice/xcbgrab.o CC libavdevice/xv.o CC libavformat/3dostr.o CC libavformat/4xm.o CC libavformat/a64.o CC libavformat/aacdec.o CC libavformat/aadec.o CC libavformat/ac3dec.o CC libavformat/acm.o CC libavformat/act.o CC libavformat/adp.o CC libavformat/ads.o CC libavformat/adtsenc.o CC libavformat/adxdec.o CC libavformat/aea.o CC libavformat/afc.o CC libavformat/aiffdec.o CC libavformat/aiffenc.o CC libavformat/aixdec.o CC libavformat/allformats.o CC libavformat/amr.o CC libavformat/anm.o CC libavformat/apc.o CC libavformat/ape.o CC libavformat/apetag.o CC libavformat/apngdec.o CC libavformat/apngenc.o CC libavformat/aqtitledec.o CC libavformat/asf.o CC libavformat/asfcrypt.o CC libavformat/asfdec_f.o CC libavformat/asfdec_o.o CC libavformat/asfenc.o CC libavformat/assdec.o CC libavformat/assenc.o CC libavformat/ast.o CC libavformat/astdec.o CC libavformat/astenc.o CC libavformat/async.o CC libavformat/au.o CC libavformat/audiointerleave.o CC libavformat/avc.o CC libavformat/avidec.o CC libavformat/avienc.o CC libavformat/avio.o CC libavformat/aviobuf.o CC libavformat/avlanguage.o CC libavformat/avr.o CC libavformat/avs.o CC libavformat/bethsoftvid.o CC libavformat/bfi.o CC libavformat/bink.o CC libavformat/bintext.o CC libavformat/bit.o CC libavformat/bmv.o CC libavformat/boadec.o CC libavformat/brstm.o CC libavformat/c93.o CC libavformat/cache.o CC libavformat/caf.o CC libavformat/cafdec.o CC libavformat/cafenc.o CC libavformat/cavsvideodec.o CC libavformat/cdg.o CC libavformat/cdxl.o CC libavformat/cinedec.o CC libavformat/concat.o CC libavformat/concatdec.o CC libavformat/crcenc.o src/libavformat/concatdec.c: In function 'detect_stream_specific': src/libavformat/concatdec.c:206:9: warning: 'av_bitstream_filter_init' is deprecated [-Wdeprecated-declarations] if (!(bsf = av_bitstream_filter_init("h264_mp4toannexb"))) { ^ In file included from src/libavformat/avformat.h:319:0, from src/libavformat/concatdec.c:27: src/libavcodec/avcodec.h:5856:27: note: declared here AVBitStreamFilterContext *av_bitstream_filter_init(const char *name); ^ src/libavformat/concatdec.c: In function 'concat_read_close': src/libavformat/concatdec.c:372:17: warning: 'av_bitstream_filter_close' is deprecated [-Wdeprecated-declarations] av_bitstream_filter_close(cat->files[i].streams[j].bsf); ^ In file included from src/libavformat/avformat.h:319:0, from src/libavformat/concatdec.c:27: src/libavcodec/avcodec.h:5900:6: note: declared here void av_bitstream_filter_close(AVBitStreamFilterContext *bsf); ^ src/libavformat/concatdec.c: In function 'filter_packet': src/libavformat/concatdec.c:532:9: warning: 'av_bitstream_filter_filter' is deprecated [-Wdeprecated-declarations] ret = av_bitstream_filter_filter(bsf, cs->avctx, NULL, ^ In file included from src/libavformat/avformat.h:319:0, from src/libavformat/concatdec.c:27: src/libavcodec/avcodec.h:5888:5: note: declared here int av_bitstream_filter_filter(AVBitStreamFilterContext *bsfc, ^ CC libavformat/crypto.o CC libavformat/cutils.o CC libavformat/dashenc.o CC libavformat/data_uri.o CC libavformat/dauddec.o CC libavformat/daudenc.o CC libavformat/dcstr.o CC libavformat/dfa.o CC libavformat/diracdec.o CC libavformat/dnxhddec.o CC libavformat/dsfdec.o CC libavformat/dsicin.o CC libavformat/dss.o CC libavformat/dtsdec.o CC libavformat/dtshddec.o CC libavformat/dump.o CC libavformat/dv.o CC libavformat/dvbsub.o src/libavformat/dump.c: In function 'dump_stream_format': src/libavformat/dump.c:459:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->properties = st->codec->properties; ^ In file included from src/libavformat/dump.c:37:0: src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^ src/libavformat/dump.c:460:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->codec = st->codec->codec; ^ In file included from src/libavformat/dump.c:37:0: src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^ src/libavformat/dump.c:461:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->qmin = st->codec->qmin; ^ In file included from src/libavformat/dump.c:37:0: src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^ src/libavformat/dump.c:462:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->qmax = st->codec->qmax; ^ In file included from src/libavformat/dump.c:37:0: src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^ src/libavformat/dump.c:463:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->coded_width = st->codec->coded_width; ^ In file included from src/libavformat/dump.c:37:0: src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^ src/libavformat/dump.c:464:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->coded_height = st->codec->coded_height; ^ In file included from src/libavformat/dump.c:37:0: src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^ src/libavformat/dump.c:499:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] int tbc = st->codec->time_base.den && st->codec->time_base.num; ^ In file included from src/libavformat/dump.c:37:0: src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^ src/libavformat/dump.c:499:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] int tbc = st->codec->time_base.den && st->codec->time_base.num; ^ In file included from src/libavformat/dump.c:37:0: src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^ src/libavformat/dump.c:511:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] print_fps(1 / av_q2d(st->codec->time_base), "tbc"); ^ In file included from src/libavformat/dump.c:37:0: src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^ CC libavformat/dvbtxt.o CC libavformat/dvenc.o CC libavformat/dxa.o CC libavformat/eacdata.o CC libavformat/electronicarts.o CC libavformat/epafdec.o CC libavformat/ffmdec.o CC libavformat/ffmenc.o CC libavformat/ffmetadec.o CC libavformat/ffmetaenc.o CC libavformat/fifo.o CC libavformat/file.o CC libavformat/filmstripdec.o CC libavformat/filmstripenc.o CC libavformat/flac_picture.o CC libavformat/flacdec.o CC libavformat/flacenc.o CC libavformat/flacenc_header.o CC libavformat/flic.o CC libavformat/flvdec.o CC libavformat/flvenc.o CC libavformat/format.o CC libavformat/framecrcenc.o CC libavformat/framehash.o CC libavformat/frmdec.o CC libavformat/fsb.o CC libavformat/ftp.o CC libavformat/g722.o CC libavformat/g723_1.o CC libavformat/g729dec.o CC libavformat/genh.o CC libavformat/gif.o CC libavformat/gifdec.o CC libavformat/gopher.o CC libavformat/gsmdec.o CC libavformat/gxf.o CC libavformat/gxfenc.o CC libavformat/h261dec.o CC libavformat/h263dec.o CC libavformat/h264dec.o CC libavformat/hashenc.o CC libavformat/hdsenc.o CC libavformat/hevc.o CC libavformat/hevcdec.o CC libavformat/hls.o CC libavformat/hlsenc.o CC libavformat/hlsproto.o CC libavformat/hnm.o CC libavformat/http.o CC libavformat/httpauth.o CC libavformat/icecast.o CC libavformat/icodec.o CC libavformat/icoenc.o CC libavformat/id3v1.o src/libavformat/hlsenc.c: In function 'hls_write_header': src/libavformat/hlsenc.c:995:44: error: 'HLS_START_SEQUNCE_AS_SECONDS_SINCE_EPOCH' undeclared (first use in this function) if (hls->start_sequence_source_type == HLS_START_SEQUNCE_AS_SECONDS_SINCE_EPOCH || hls->start_sequence_source_type == HLS_START_SEQUNCE_AS_FORMATTED_DATETIME) { ^ src/libavformat/hlsenc.c:995:44: note: each undeclared identifier is reported only once for each function it appears in src/libavformat/hlsenc.c:995:123: error: 'HLS_START_SEQUNCE_AS_FORMATTED_DATETIME' undeclared (first use in this function) if (hls->start_sequence_source_type == HLS_START_SEQUNCE_AS_SECONDS_SINCE_EPOCH || hls->start_sequence_source_type == HLS_START_SEQUNCE_AS_FORMATTED_DATETIME) { ^ src/libavformat/hlsenc.c: At top level: src/libavformat/hlsenc.c:1398:135: error: 'HLS_START_SEQUNCE_AS_START_NUMBER' undeclared here (not in a function) {"hls_start_number_source", "set source of first number in sequence", OFFSET(start_sequence_source_type), AV_OPT_TYPE_INT, {.i64 = HLS_START_SEQUNCE_AS_START_NUMBER }, 0, HLS_START_SEQUNCE_AS_FORMATTED_DATETIME, E, "start_sequence_source_type" }, ^ src/libavformat/hlsenc.c:1398:175: error: 'HLS_START_SEQUNCE_AS_FORMATTED_DATETIME' undeclared here (not in a function) {"hls_start_number_source", "set source of first number in sequence", OFFSET(start_sequence_source_type), AV_OPT_TYPE_INT, {.i64 = HLS_START_SEQUNCE_AS_START_NUMBER }, 0, HLS_START_SEQUNCE_AS_FORMATTED_DATETIME, E, "start_sequence_source_type" }, ^ src/libavformat/hlsenc.c:1400:68: error: 'HLS_START_SEQUNCE_AS_SECONDS_SINCE_EPOCH' undeclared here (not in a function) {"epoch", "seconds since epoch", 0, AV_OPT_TYPE_CONST, {.i64 = HLS_START_SEQUNCE_AS_SECONDS_SINCE_EPOCH }, INT_MIN, INT_MAX, E, "start_sequence_source_type" }, ^ /home/ux/fate/ffmpeg/common.mak:60: recipe for target 'libavformat/hlsenc.o' failed make: *** [libavformat/hlsenc.o] Error 1 make: *** Waiting for unfinished jobs....