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/sdl.o
/home/ux/fate/ffmpeg/libavdevice/lavfi.c: In function 'lavfi_read_packet':
/home/ux/fate/ffmpeg/libavdevice/lavfi.c:438:9: warning: 'data' is deprecated [-Wdeprecated-declarations]
         memcpy(pict.data,     frame->data,     4*sizeof(frame->data[0]));
         ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/libavformat/internal.h:25,
                 from /home/ux/fate/ffmpeg/libavdevice/lavfi.c:43:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavdevice/lavfi.c:439:9: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
         memcpy(pict.linesize, frame->linesize, 4*sizeof(frame->linesize[0]));
         ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/libavformat/internal.h:25,
                 from /home/ux/fate/ffmpeg/libavdevice/lavfi.c:43:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavdevice/lavfi.c:441:9: warning: 'avpicture_layout' is deprecated [-Wdeprecated-declarations]
         avpicture_layout(&pict, frame->format, frame->width, frame->height,
         ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/libavformat/internal.h:25,
                 from /home/ux/fate/ffmpeg/libavdevice/lavfi.c:43:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:4906:5: note: declared here
 int avpicture_layout(const AVPicture *src, enum AVPixelFormat pix_fmt,
     ^
CC	libavdevice/timefilter.o
CC	libavdevice/utils.o
CC	libavdevice/v4l2-common.o
CC	libavdevice/v4l2.o
/home/ux/fate/ffmpeg/libavdevice/sdl.c: In function 'sdl_write_packet':
/home/ux/fate/ffmpeg/libavdevice/sdl.c:325:5: warning: 'avpicture_fill' is deprecated [-Wdeprecated-declarations]
     avpicture_fill(&pict, pkt->data, encctx->pix_fmt, encctx->width, encctx->height);
     ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/libavdevice/avdevice.h:49,
                 from /home/ux/fate/ffmpeg/libavdevice/sdl.c:34:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:4899:5: note: declared here
 int avpicture_fill(AVPicture *picture, const uint8_t *ptr,
     ^
/home/ux/fate/ffmpeg/libavdevice/sdl.c:332:9: warning: 'data' is deprecated [-Wdeprecated-declarations]
         sdl->overlay->pixels [i] = pict.data    [i];
         ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/libavdevice/avdevice.h:49,
                 from /home/ux/fate/ffmpeg/libavdevice/sdl.c:34:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavdevice/sdl.c:333:9: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
         sdl->overlay->pitches[i] = pict.linesize[i];
         ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/libavdevice/avdevice.h:49,
                 from /home/ux/fate/ffmpeg/libavdevice/sdl.c:34:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
CC	libavdevice/v4l2enc.o
CC	libavdevice/xcbgrab.o
CC	libavdevice/xv.o
CC	libavformat/3dostr.o
/home/ux/fate/ffmpeg/libavdevice/xv.c: In function 'write_picture':
/home/ux/fate/ffmpeg/libavdevice/xv.c:316:5: warning: 'data' is deprecated [-Wdeprecated-declarations]
     av_image_copy(data, img->pitches, (const uint8_t **)pict->data, pict->linesize,
     ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/libavformat/internal.h:25,
                 from /home/ux/fate/ffmpeg/libavdevice/xv.c:38:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavdevice/xv.c:316:5: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
     av_image_copy(data, img->pitches, (const uint8_t **)pict->data, pict->linesize,
     ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/libavformat/internal.h:25,
                 from /home/ux/fate/ffmpeg/libavdevice/xv.c:38:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavdevice/xv.c: In function 'xv_write_packet':
/home/ux/fate/ffmpeg/libavdevice/xv.c:326:5: warning: 'avpicture_fill' is deprecated [-Wdeprecated-declarations]
     avpicture_fill(&pict, pkt->data, ctx->pix_fmt, ctx->width, ctx->height);
     ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/libavformat/internal.h:25,
                 from /home/ux/fate/ffmpeg/libavdevice/xv.c:38:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:4899:5: note: declared here
 int avpicture_fill(AVPicture *picture, const uint8_t *ptr,
     ^
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/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
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
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/file.o
CC	libavformat/filmstripdec.o
/home/ux/fate/ffmpeg/libavformat/ffmdec.c: In function 'ffm_close':
/home/ux/fate/ffmpeg/libavformat/ffmdec.c:253:9: warning: 'rc_eq' is deprecated [-Wdeprecated-declarations]
         av_freep(&s->streams[i]->codec->rc_eq);
         ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/libavformat/ffmdec.c:30:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2519:17: note: declared here
     const char *rc_eq;
                 ^
/home/ux/fate/ffmpeg/libavformat/ffmdec.c: In function 'ffm2_read_header':
/home/ux/fate/ffmpeg/libavformat/ffmdec.c:387:13: warning: 'rc_eq' is deprecated [-Wdeprecated-declarations]
             codec->rc_eq = av_strdup(rc_eq_buf);
             ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/libavformat/ffmdec.c:30:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2519:17: note: declared here
     const char *rc_eq;
                 ^
/home/ux/fate/ffmpeg/libavformat/ffmdec.c:400:13: warning: 'me_method' is deprecated [-Wdeprecated-declarations]
             codec->me_method = avio_rb32(pb);
             ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/libavformat/ffmdec.c:30:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:1758:37: note: declared here
     attribute_deprecated int me_method;
                                     ^
/home/ux/fate/ffmpeg/libavformat/ffmdec.c:404:13: warning: 'rc_buffer_aggressivity' is deprecated [-Wdeprecated-declarations]
             codec->rc_buffer_aggressivity = av_int2double(avio_rb64(pb));
             ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/libavformat/ffmdec.c:30:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2541:11: note: declared here
     float rc_buffer_aggressivity;
           ^
/home/ux/fate/ffmpeg/libavformat/ffmdec.c:407:13: warning: 'coder_type' is deprecated [-Wdeprecated-declarations]
             codec->coder_type = avio_rb32(pb);
             ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/libavformat/ffmdec.c:30:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2580:9: note: declared here
     int coder_type;
         ^
/home/ux/fate/ffmpeg/libavformat/ffmdec.c: In function 'ffm_read_header':
/home/ux/fate/ffmpeg/libavformat/ffmdec.c:579:13: warning: 'rc_eq' is deprecated [-Wdeprecated-declarations]
             codec->rc_eq = av_strdup(rc_eq_buf);
             ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/libavformat/ffmdec.c:30:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2519:17: note: declared here
     const char *rc_eq;
                 ^
/home/ux/fate/ffmpeg/libavformat/ffmdec.c:592:13: warning: 'me_method' is deprecated [-Wdeprecated-declarations]
             codec->me_method = avio_rb32(pb);
             ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/libavformat/ffmdec.c:30:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:1758:37: note: declared here
     attribute_deprecated int me_method;
                                     ^
/home/ux/fate/ffmpeg/libavformat/ffmdec.c:596:13: warning: 'rc_buffer_aggressivity' is deprecated [-Wdeprecated-declarations]
             codec->rc_buffer_aggressivity = av_int2double(avio_rb64(pb));
             ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/libavformat/ffmdec.c:30:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2541:11: note: declared here
     float rc_buffer_aggressivity;
           ^
/home/ux/fate/ffmpeg/libavformat/ffmdec.c:599:13: warning: 'coder_type' is deprecated [-Wdeprecated-declarations]
             codec->coder_type = avio_rb32(pb);
             ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/libavformat/ffmdec.c:30:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2580:9: note: declared here
     int coder_type;
         ^
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
/home/ux/fate/ffmpeg/libavformat/genh.c: In function 'genh_read_header':
/home/ux/fate/ffmpeg/libavformat/genh.c:45:14: warning: variable 'coef_splitted' set but not used [-Wunused-but-set-variable]
     unsigned coef_splitted[2];
              ^
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/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
CC	libavformat/id3v2.o
CC	libavformat/id3v2enc.o
CC	libavformat/idcin.o
CC	libavformat/idroqdec.o
CC	libavformat/idroqenc.o
CC	libavformat/iff.o
CC	libavformat/ilbc.o
CC	libavformat/img2.o
CC	libavformat/img2_alias_pix.o
CC	libavformat/img2_brender_pix.o
CC	libavformat/img2dec.o
CC	libavformat/img2enc.o
CC	libavformat/ingenientdec.o
CC	libavformat/ipmovie.o
CC	libavformat/ircam.o
/home/ux/fate/ffmpeg/libavformat/img2enc.c: In function 'write_packet':
/home/ux/fate/ffmpeg/libavformat/img2enc.c:166:13: warning: 'av_dup_packet' is deprecated [-Wdeprecated-declarations]
             (ret = av_dup_packet(&pkt2))                                  < 0 ||
             ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/libavformat/img2enc.c:30:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:4033:5: note: declared here
 int av_dup_packet(AVPacket *pkt);
     ^
CC	libavformat/ircamdec.o
CC	libavformat/ircamenc.o
CC	libavformat/isom.o
CC	libavformat/iss.o
CC	libavformat/iv8.o
CC	libavformat/ivfdec.o
CC	libavformat/ivfenc.o
CC	libavformat/jacosubdec.o
CC	libavformat/jacosubenc.o
CC	libavformat/jvdec.o
CC	libavformat/latmenc.o
CC	libavformat/lmlm4.o
CC	libavformat/loasdec.o
CC	libavformat/lrc.o
CC	libavformat/lrcdec.o
CC	libavformat/lrcenc.o
CC	libavformat/lvfdec.o
CC	libavformat/lxfdec.o
CC	libavformat/m4vdec.o
CC	libavformat/matroska.o
CC	libavformat/matroskadec.o
CC	libavformat/matroskaenc.o
CC	libavformat/md5enc.o
CC	libavformat/md5proto.o
CC	libavformat/metadata.o
CC	libavformat/mgsts.o
CC	libavformat/microdvddec.o
CC	libavformat/microdvdenc.o
CC	libavformat/mkvtimestamp_v2.o
CC	libavformat/mlpdec.o
CC	libavformat/mlvdec.o
CC	libavformat/mm.o
CC	libavformat/mmf.o
CC	libavformat/mms.o
CC	libavformat/mmsh.o
CC	libavformat/mmst.o
CC	libavformat/mov.o
CC	libavformat/mov_chan.o
CC	libavformat/movenc.o
CC	libavformat/movenccenc.o
CC	libavformat/movenchint.o
CC	libavformat/mp3dec.o
CC	libavformat/mp3enc.o
CC	libavformat/mpc.o
CC	libavformat/mpc8.o
CC	libavformat/mpeg.o
CC	libavformat/mpegenc.o
CC	libavformat/mpegts.o
CC	libavformat/mpegtsenc.o
CC	libavformat/mpegvideodec.o
CC	libavformat/mpjpeg.o
CC	libavformat/mpjpegdec.o
CC	libavformat/mpl2dec.o
CC	libavformat/mpsubdec.o
CC	libavformat/msf.o
/home/ux/fate/ffmpeg/libavformat/movenc.c: In function 'mov_flush_fragment':
/home/ux/fate/ffmpeg/libavformat/movenc.c:4158:12: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow]
 static int mov_flush_fragment(AVFormatContext *s, int force)
            ^
/home/ux/fate/ffmpeg/libavformat/movenc.c:4158:12: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow]
/home/ux/fate/ffmpeg/libavformat/movenc.c:863:8: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow]
     if (cluster_idx >= track->entry)
        ^
CC	libavformat/msnwc_tcp.o
CC	libavformat/mtv.o
CC	libavformat/mux.o
CC	libavformat/mvdec.o
CC	libavformat/mvi.o
CC	libavformat/mxf.o
CC	libavformat/mxfdec.o
CC	libavformat/mxfenc.o
CC	libavformat/mxg.o
CC	libavformat/ncdec.o
CC	libavformat/network.o
CC	libavformat/nistspheredec.o
CC	libavformat/nsvdec.o
CC	libavformat/nullenc.o
CC	libavformat/nut.o
CC	libavformat/nutdec.o
CC	libavformat/nutenc.o
CC	libavformat/nuv.o
CC	libavformat/oggdec.o
CC	libavformat/oggenc.o
CC	libavformat/oggparsecelt.o
CC	libavformat/oggparsedaala.o
CC	libavformat/oggparsedirac.o
CC	libavformat/oggparseflac.o
CC	libavformat/oggparseogm.o
CC	libavformat/oggparseopus.o
CC	libavformat/oggparseskeleton.o
CC	libavformat/oggparsespeex.o
CC	libavformat/oggparsetheora.o
CC	libavformat/oggparsevorbis.o
CC	libavformat/oggparsevp8.o
CC	libavformat/oma.o
CC	libavformat/omadec.o
CC	libavformat/omaenc.o
CC	libavformat/options.o
CC	libavformat/os_support.o
CC	libavformat/paf.o
CC	libavformat/pcm.o
CC	libavformat/pcmdec.o
CC	libavformat/pcmenc.o
CC	libavformat/pjsdec.o
CC	libavformat/pmpdec.o
CC	libavformat/psxstr.o
CC	libavformat/pva.o
CC	libavformat/pvfdec.o
CC	libavformat/qcp.o
CC	libavformat/qtpalette.o
CC	libavformat/r3d.o
CC	libavformat/rawdec.o
CC	libavformat/rawenc.o
CC	libavformat/rawvideodec.o
CC	libavformat/rdt.o
CC	libavformat/realtextdec.o
CC	libavformat/redspark.o
CC	libavformat/replaygain.o
CC	libavformat/riff.o
CC	libavformat/riffdec.o
CC	libavformat/riffenc.o
CC	libavformat/rl2.o
CC	libavformat/rm.o
CC	libavformat/rmdec.o
CC	libavformat/rmenc.o
CC	libavformat/rmsipr.o
CC	libavformat/rpl.o
CC	libavformat/rsd.o
CC	libavformat/rso.o
CC	libavformat/rsodec.o
CC	libavformat/rsoenc.o
CC	libavformat/rtmphttp.o
CC	libavformat/rtmppkt.o
CC	libavformat/rtmpproto.o
CC	libavformat/rtp.o
CC	libavformat/rtpdec.o
CC	libavformat/rtpdec_ac3.o
CC	libavformat/rtpdec_amr.o
CC	libavformat/rtpdec_asf.o
CC	libavformat/rtpdec_dv.o
CC	libavformat/rtpdec_g726.o
CC	libavformat/rtpdec_h261.o
CC	libavformat/rtpdec_h263.o
CC	libavformat/rtpdec_h263_rfc2190.o
CC	libavformat/rtpdec_h264.o
CC	libavformat/rtpdec_hevc.o
CC	libavformat/rtpdec_ilbc.o
CC	libavformat/rtpdec_jpeg.o
CC	libavformat/rtpdec_latm.o
CC	libavformat/rtpdec_mpa_robust.o
CC	libavformat/rtpdec_mpeg12.o
CC	libavformat/rtpdec_mpeg4.o
CC	libavformat/rtpdec_mpegts.o
CC	libavformat/rtpdec_qcelp.o
CC	libavformat/rtpdec_qdm2.o
CC	libavformat/rtpdec_qt.o
CC	libavformat/rtpdec_svq3.o
CC	libavformat/rtpdec_vp8.o
CC	libavformat/rtpdec_vp9.o
CC	libavformat/rtpdec_xiph.o
CC	libavformat/rtpenc.o
CC	libavformat/rtpenc_aac.o
CC	libavformat/rtpenc_amr.o
CC	libavformat/rtpenc_chain.o
CC	libavformat/rtpenc_h261.o
CC	libavformat/rtpenc_h263.o
CC	libavformat/rtpenc_h263_rfc2190.o
CC	libavformat/rtpenc_h264_hevc.o
CC	libavformat/rtpenc_jpeg.o
CC	libavformat/rtpenc_latm.o
CC	libavformat/rtpenc_mpegts.o
CC	libavformat/rtpenc_mpv.o
CC	libavformat/rtpenc_vp8.o
CC	libavformat/rtpenc_xiph.o
CC	libavformat/rtpproto.o
CC	libavformat/rtsp.o
CC	libavformat/rtspdec.o
CC	libavformat/rtspenc.o
CC	libavformat/samidec.o
CC	libavformat/sapdec.o
CC	libavformat/sapenc.o
CC	libavformat/sauce.o
CC	libavformat/sbgdec.o
CC	libavformat/sdp.o
CC	libavformat/sdr2.o
CC	libavformat/segafilm.o
CC	libavformat/segment.o
CC	libavformat/shortendec.o
CC	libavformat/sierravmd.o
CC	libavformat/siff.o
CC	libavformat/smacker.o
CC	libavformat/smjpeg.o
CC	libavformat/smjpegdec.o
CC	libavformat/smjpegenc.o
CC	libavformat/smoothstreamingenc.o
CC	libavformat/smush.o
CC	libavformat/sol.o
CC	libavformat/soxdec.o
CC	libavformat/soxenc.o
CC	libavformat/spdif.o
CC	libavformat/spdifdec.o
CC	libavformat/spdifenc.o
CC	libavformat/srtdec.o
CC	libavformat/srtenc.o
CC	libavformat/srtp.o
CC	libavformat/srtpproto.o
CC	libavformat/stldec.o
CC	libavformat/subfile.o
CC	libavformat/subtitles.o
CC	libavformat/subviewer1dec.o
CC	libavformat/subviewerdec.o
CC	libavformat/supdec.o
CC	libavformat/svag.o
CC	libavformat/swf.o
CC	libavformat/swfdec.o
CC	libavformat/swfenc.o
CC	libavformat/takdec.o
CC	libavformat/tcp.o
CC	libavformat/tedcaptionsdec.o
CC	libavformat/tee.o
CC	libavformat/thp.o
CC	libavformat/tiertexseq.o
CC	libavformat/tmv.o
CC	libavformat/tta.o
/home/ux/fate/ffmpeg/libavformat/tee.c: In function 'tee_write_packet':
/home/ux/fate/ffmpeg/libavformat/tee.c:448:13: warning: 'av_dup_packet' is deprecated [-Wdeprecated-declarations]
             (ret = av_dup_packet(&pkt2))< 0)
             ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/libavformat/tee.c:26:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:4033:5: note: declared here
 int av_dup_packet(AVPacket *pkt);
     ^
CC	libavformat/tty.o
CC	libavformat/txd.o
CC	libavformat/udp.o
CC	libavformat/uncodedframecrcenc.o
CC	libavformat/unix.o
CC	libavformat/url.o
CC	libavformat/urldecode.o
CC	libavformat/utils.o
CC	libavformat/v210.o
CC	libavformat/vag.o
CC	libavformat/vc1dec.o
CC	libavformat/vc1test.o
CC	libavformat/vc1testenc.o
CC	libavformat/vivo.o
CC	libavformat/voc.o
CC	libavformat/vocdec.o
CC	libavformat/vocenc.o
CC	libavformat/vorbiscomment.o
CC	libavformat/vpk.o
CC	libavformat/vplayerdec.o
CC	libavformat/vqf.o
CC	libavformat/w64.o
CC	libavformat/wavdec.o
CC	libavformat/wavenc.o
CC	libavformat/wc3movie.o
CC	libavformat/webm_chunk.o
CC	libavformat/webmdashenc.o
CC	libavformat/webpenc.o
CC	libavformat/webvttdec.o
CC	libavformat/webvttenc.o
CC	libavformat/westwood_aud.o
CC	libavformat/westwood_vqa.o
CC	libavformat/wtv_common.o
CC	libavformat/wtvdec.o
CC	libavformat/wtvenc.o
CC	libavformat/wv.o
CC	libavformat/wvdec.o
CC	libavformat/wvedec.o
CC	libavformat/wvenc.o
CC	libavformat/xa.o
CC	libavformat/xmv.o
CC	libavformat/xvag.o
CC	libavformat/xwma.o
CC	libavformat/yop.o
CC	libavformat/yuv4mpegdec.o
CC	libavformat/yuv4mpegenc.o
CC	libpostproc/postprocess.o
HOSTCC	doc/print_options.o
TXT	doc/fate.txt
In file included from /home/ux/fate/ffmpeg/doc/print_options.c:36:0:
/home/ux/fate/ffmpeg/libavcodec/options_table.h:94:46: warning: 'me_method' is deprecated [-Wdeprecated-declarations]
 {"me_method", "set motion estimation method", OFFSET(me_method), AV_OPT_TYPE_INT, {.i64 = ME_EPZS }, INT_MIN, INT_MAX, V|E, "me_method"},
                                              ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/doc/print_options.c:33:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:1758:37: note: declared here
     attribute_deprecated int me_method;
                                     ^
In file included from /home/ux/fate/ffmpeg/doc/print_options.c:36:0:
/home/ux/fate/ffmpeg/libavcodec/options_table.h:126:38: warning: 'rc_strategy' is deprecated [-Wdeprecated-declarations]
 {"rc_strategy", "ratecontrol method", OFFSET(rc_strategy), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E},
                                      ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/doc/print_options.c:33:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:1822:37: note: declared here
     attribute_deprecated int rc_strategy;
                                     ^
In file included from /home/ux/fate/ffmpeg/doc/print_options.c:36:0:
/home/ux/fate/ffmpeg/libavcodec/options_table.h:131:18: warning: 'mv_bits' is deprecated [-Wdeprecated-declarations]
 {"mv_bits", NULL, OFFSET(mv_bits), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX},
                  ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/doc/print_options.c:33:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2682:9: note: declared here
     int mv_bits;
         ^
In file included from /home/ux/fate/ffmpeg/doc/print_options.c:36:0:
/home/ux/fate/ffmpeg/libavcodec/options_table.h:132:22: warning: 'header_bits' is deprecated [-Wdeprecated-declarations]
 {"header_bits", NULL, OFFSET(header_bits), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX},
                      ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/doc/print_options.c:33:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2684:9: note: declared here
     int header_bits;
         ^
In file included from /home/ux/fate/ffmpeg/doc/print_options.c:36:0:
/home/ux/fate/ffmpeg/libavcodec/options_table.h:133:21: warning: 'i_tex_bits' is deprecated [-Wdeprecated-declarations]
 {"i_tex_bits", NULL, OFFSET(i_tex_bits), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX},
                     ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/doc/print_options.c:33:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2686:9: note: declared here
     int i_tex_bits;
         ^
In file included from /home/ux/fate/ffmpeg/doc/print_options.c:36:0:
/home/ux/fate/ffmpeg/libavcodec/options_table.h:134:21: warning: 'p_tex_bits' is deprecated [-Wdeprecated-declarations]
 {"p_tex_bits", NULL, OFFSET(p_tex_bits), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX},
                     ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/doc/print_options.c:33:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2688:9: note: declared here
     int p_tex_bits;
         ^
In file included from /home/ux/fate/ffmpeg/doc/print_options.c:36:0:
/home/ux/fate/ffmpeg/libavcodec/options_table.h:135:18: warning: 'i_count' is deprecated [-Wdeprecated-declarations]
 {"i_count", NULL, OFFSET(i_count), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX},
                  ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/doc/print_options.c:33:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2690:9: note: declared here
     int i_count;
         ^
In file included from /home/ux/fate/ffmpeg/doc/print_options.c:36:0:
/home/ux/fate/ffmpeg/libavcodec/options_table.h:136:18: warning: 'p_count' is deprecated [-Wdeprecated-declarations]
 {"p_count", NULL, OFFSET(p_count), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX},
                  ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/doc/print_options.c:33:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2692:9: note: declared here
     int p_count;
         ^
In file included from /home/ux/fate/ffmpeg/doc/print_options.c:36:0:
/home/ux/fate/ffmpeg/libavcodec/options_table.h:137:21: warning: 'skip_count' is deprecated [-Wdeprecated-declarations]
 {"skip_count", NULL, OFFSET(skip_count), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX},
                     ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/doc/print_options.c:33:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2694:9: note: declared here
     int skip_count;
         ^
In file included from /home/ux/fate/ffmpeg/doc/print_options.c:36:0:
/home/ux/fate/ffmpeg/libavcodec/options_table.h:138:20: warning: 'misc_bits' is deprecated [-Wdeprecated-declarations]
 {"misc_bits", NULL, OFFSET(misc_bits), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX},
                    ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/doc/print_options.c:33:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2696:9: note: declared here
     int misc_bits;
         ^
In file included from /home/ux/fate/ffmpeg/doc/print_options.c:36:0:
/home/ux/fate/ffmpeg/libavcodec/options_table.h:139:21: warning: 'frame_bits' is deprecated [-Wdeprecated-declarations]
 {"frame_bits", NULL, OFFSET(frame_bits), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX},
                     ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/doc/print_options.c:33:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2700:9: note: declared here
     int frame_bits;
         ^
In file included from /home/ux/fate/ffmpeg/doc/print_options.c:36:0:
/home/ux/fate/ffmpeg/libavcodec/options_table.h:183:63: warning: 'rc_qsquish' is deprecated [-Wdeprecated-declarations]
 {"qsquish", "deprecated, use encoder private options instead", OFFSET(rc_qsquish), AV_OPT_TYPE_FLOAT, {.dbl = DEFAULT }, 0, 99, V|E},
                                                               ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/doc/print_options.c:33:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2491:11: note: declared here
     float rc_qsquish;
           ^
In file included from /home/ux/fate/ffmpeg/doc/print_options.c:36:0:
/home/ux/fate/ffmpeg/libavcodec/options_table.h:184:68: warning: 'rc_qmod_amp' is deprecated [-Wdeprecated-declarations]
 {"rc_qmod_amp",  "deprecated, use encoder private options instead", OFFSET(rc_qmod_amp), AV_OPT_TYPE_FLOAT, {.dbl = DEFAULT }, -FLT_MAX, FLT_MAX, V|E},
                                                                    ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/doc/print_options.c:33:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2494:11: note: declared here
     float rc_qmod_amp;
           ^
In file included from /home/ux/fate/ffmpeg/doc/print_options.c:36:0:
/home/ux/fate/ffmpeg/libavcodec/options_table.h:185:68: warning: 'rc_qmod_freq' is deprecated [-Wdeprecated-declarations]
 {"rc_qmod_freq", "deprecated, use encoder private options instead", OFFSET(rc_qmod_freq), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E},
                                                                    ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/doc/print_options.c:33:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2496:9: note: declared here
     int rc_qmod_freq;
         ^
In file included from /home/ux/fate/ffmpeg/doc/print_options.c:36:0:
/home/ux/fate/ffmpeg/libavcodec/options_table.h:189:61: warning: 'rc_eq' is deprecated [-Wdeprecated-declarations]
 {"rc_eq", "deprecated, use encoder private options instead", OFFSET(rc_eq), AV_OPT_TYPE_STRING, {.str = NULL}, CHAR_MIN, CHAR_MAX, V|E},
                                                             ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/doc/print_options.c:33:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2519:17: note: declared here
     const char *rc_eq;
                 ^
In file included from /home/ux/fate/ffmpeg/doc/print_options.c:36:0:
/home/ux/fate/ffmpeg/libavcodec/options_table.h:196:75: warning: 'rc_buffer_aggressivity' is deprecated [-Wdeprecated-declarations]
 {"rc_buf_aggressivity", "deprecated, use encoder private options instead", OFFSET(rc_buffer_aggressivity), AV_OPT_TYPE_FLOAT, {.dbl = 1.0 }, -FLT_MAX, FLT_MAX, V|E},
                                                                           ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/doc/print_options.c:33:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2541:11: note: declared here
     float rc_buffer_aggressivity;
           ^
In file included from /home/ux/fate/ffmpeg/doc/print_options.c:36:0:
/home/ux/fate/ffmpeg/libavcodec/options_table.h:201:68: warning: 'rc_initial_cplx' is deprecated [-Wdeprecated-declarations]
 {"rc_init_cplx", "deprecated, use encoder private options instead", OFFSET(rc_initial_cplx), AV_OPT_TYPE_FLOAT, {.dbl = DEFAULT }, -FLT_MAX, FLT_MAX, V|E},
                                                                    ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/doc/print_options.c:33:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2544:11: note: declared here
     float rc_initial_cplx;
           ^
In file included from /home/ux/fate/ffmpeg/doc/print_options.c:36:0:
/home/ux/fate/ffmpeg/libavcodec/options_table.h:308:28: warning: 'dtg_active_format' is deprecated [-Wdeprecated-declarations]
 {"dtg_active_format", NULL, OFFSET(dtg_active_format), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX},
                            ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/doc/print_options.c:33:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2026:37: note: declared here
     attribute_deprecated int dtg_active_format;
                                     ^
In file included from /home/ux/fate/ffmpeg/doc/print_options.c:36:0:
/home/ux/fate/ffmpeg/libavcodec/options_table.h:312:30: warning: 'intra_quant_bias' is deprecated [-Wdeprecated-declarations]
 {"ibias", "intra quant bias", OFFSET(intra_quant_bias), AV_OPT_TYPE_INT, {.i64 = FF_DEFAULT_QUANT_BIAS }, INT_MIN, INT_MAX, V|E},
                              ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/doc/print_options.c:33:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2049:37: note: declared here
     attribute_deprecated int intra_quant_bias;
                                     ^
In file included from /home/ux/fate/ffmpeg/doc/print_options.c:36:0:
/home/ux/fate/ffmpeg/libavcodec/options_table.h:313:30: warning: 'inter_quant_bias' is deprecated [-Wdeprecated-declarations]
 {"pbias", "inter quant bias", OFFSET(inter_quant_bias), AV_OPT_TYPE_INT, {.i64 = FF_DEFAULT_QUANT_BIAS }, INT_MIN, INT_MAX, V|E},
                              ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/doc/print_options.c:33:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2055:37: note: declared here
     attribute_deprecated int inter_quant_bias;
                                     ^
In file included from /home/ux/fate/ffmpeg/doc/print_options.c:36:0:
/home/ux/fate/ffmpeg/libavcodec/options_table.h:317:16: warning: 'coder_type' is deprecated [-Wdeprecated-declarations]
 {"coder", NULL, OFFSET(coder_type), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E, "coder"},
                ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/doc/print_options.c:33:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2580:9: note: declared here
     int coder_type;
         ^
In file included from /home/ux/fate/ffmpeg/doc/print_options.c:36:0:
/home/ux/fate/ffmpeg/libavcodec/options_table.h:329:28: warning: 'xvmc_acceleration' is deprecated [-Wdeprecated-declarations]
 {"xvmc_acceleration", NULL, OFFSET(xvmc_acceleration), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX},
                            ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/doc/print_options.c:33:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2075:37: note: declared here
     attribute_deprecated int xvmc_acceleration;
                                     ^
In file included from /home/ux/fate/ffmpeg/doc/print_options.c:36:0:
/home/ux/fate/ffmpeg/libavcodec/options_table.h:336:27: warning: 'stream_codec_tag' is deprecated [-Wdeprecated-declarations]
 {"stream_codec_tag", NULL, OFFSET(stream_codec_tag), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX},
                           ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/doc/print_options.c:33:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:1570:18: note: declared here
     unsigned int stream_codec_tag;
                  ^
In file included from /home/ux/fate/ffmpeg/doc/print_options.c:36:0:
/home/ux/fate/ffmpeg/libavcodec/options_table.h:340:60: warning: 'lmin' is deprecated [-Wdeprecated-declarations]
 {"lmin", "deprecated, use encoder private options instead", OFFSET(lmin), AV_OPT_TYPE_INT, {.i64 =  0 }, 0, INT_MAX, V|E},
                                                            ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/doc/print_options.c:33:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2595:9: note: declared here
     int lmin;
         ^
In file included from /home/ux/fate/ffmpeg/doc/print_options.c:36:0:
/home/ux/fate/ffmpeg/libavcodec/options_table.h:341:60: warning: 'lmax' is deprecated [-Wdeprecated-declarations]
 {"lmax", "deprecated, use encoder private options instead", OFFSET(lmax), AV_OPT_TYPE_INT, {.i64 =  0 }, 0, INT_MAX, V|E},
                                                            ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/doc/print_options.c:33:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2601:9: note: declared here
     int lmax;
         ^
In file included from /home/ux/fate/ffmpeg/doc/print_options.c:36:0:
/home/ux/fate/ffmpeg/libavcodec/options_table.h:347:16: warning: 'error_rate' is deprecated [-Wdeprecated-declarations]
 {"error", NULL, OFFSET(error_rate), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E},
                ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/doc/print_options.c:33:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3174:9: note: declared here
     int error_rate;
         ^
In file included from /home/ux/fate/ffmpeg/doc/print_options.c:36:0:
/home/ux/fate/ffmpeg/libavcodec/options_table.h:352:48: warning: 'me_threshold' is deprecated [-Wdeprecated-declarations]
 {"me_threshold", "motion estimation threshold", OFFSET(me_threshold), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E},
                                                ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/doc/print_options.c:33:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2122:9: note: declared here
     int me_threshold;
         ^
In file included from /home/ux/fate/ffmpeg/doc/print_options.c:36:0:
/home/ux/fate/ffmpeg/libavcodec/options_table.h:353:41: warning: 'mb_threshold' is deprecated [-Wdeprecated-declarations]
 {"mb_threshold", "macroblock threshold", OFFSET(mb_threshold), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E},
                                         ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/doc/print_options.c:33:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2128:9: note: declared here
     int mb_threshold;
         ^
In file included from /home/ux/fate/ffmpeg/doc/print_options.c:36:0:
/home/ux/fate/ffmpeg/libavcodec/options_table.h:388:67: warning: 'border_masking' is deprecated [-Wdeprecated-declarations]
 {"border_mask", "deprecated, use encoder private options instead", OFFSET(border_masking), AV_OPT_TYPE_FLOAT, {.dbl = DEFAULT }, -FLT_MAX, FLT_MAX, V|E},
                                                                   ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/doc/print_options.c:33:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2157:11: note: declared here
     float border_masking;
           ^
In file included from /home/ux/fate/ffmpeg/doc/print_options.c:36:0:
/home/ux/fate/ffmpeg/libavcodec/options_table.h:410:85: warning: 'scenechange_factor' is deprecated [-Wdeprecated-declarations]
 {"sc_factor", "multiplied by qscale for each frame and added to scene_change_score", OFFSET(scenechange_factor), AV_OPT_TYPE_INT, {.i64 = 6 }, 0, INT_MAX, V|E},
                                                                                     ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/doc/print_options.c:33:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2222:37: note: declared here
     attribute_deprecated int scenechange_factor;
                                     ^
In file included from /home/ux/fate/ffmpeg/doc/print_options.c:36:0:
/home/ux/fate/ffmpeg/libavcodec/options_table.h:498:33: warning: 'side_data_only_packets' is deprecated [-Wdeprecated-declarations]
 {"side_data_only_packets", NULL, OFFSET(side_data_only_packets), AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1, A|V|E },
                                 ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/doc/print_options.c:33:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3202:9: note: declared here
     int side_data_only_packets;
         ^
CC	ffmpeg.o
CC	cmdutils.o
CC	ffmpeg_opt.o
CC	ffmpeg_filter.o
CC	ffmpeg_vdpau.o
/home/ux/fate/ffmpeg/ffmpeg_vdpau.c: In function 'vdpau_old_init':
/home/ux/fate/ffmpeg/ffmpeg_vdpau.c:327:5: warning: 'av_vdpau_get_profile' is deprecated [-Wdeprecated-declarations]
     ret = av_vdpau_get_profile(s, &profile);
     ^
In file included from /home/ux/fate/ffmpeg/ffmpeg_vdpau.c:28:0:
/home/ux/fate/ffmpeg/libavcodec/vdpau.h:214:5: note: declared here
 int av_vdpau_get_profile(AVCodecContext *avctx, VdpDecoderProfile *profile);
     ^
CC	ffplay.o
/home/ux/fate/ffmpeg/ffmpeg.c: In function 'sub2video_copy_rect':
/home/ux/fate/ffmpeg/ffmpeg.c:200:5: warning: 'pict' is deprecated [-Wdeprecated-declarations]
     src = r->pict.data[0];
     ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/ffmpeg.c:42:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3726:15: note: declared here
     AVPicture pict;
               ^
/home/ux/fate/ffmpeg/ffmpeg.c:200:5: warning: 'data' is deprecated [-Wdeprecated-declarations]
     src = r->pict.data[0];
     ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/ffmpeg.c:42:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/ffmpeg.c:201:5: warning: 'pict' is deprecated [-Wdeprecated-declarations]
     pal = (uint32_t *)r->pict.data[1];
     ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/ffmpeg.c:42:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3726:15: note: declared here
     AVPicture pict;
               ^
/home/ux/fate/ffmpeg/ffmpeg.c:201:5: warning: 'data' is deprecated [-Wdeprecated-declarations]
     pal = (uint32_t *)r->pict.data[1];
     ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/ffmpeg.c:42:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/ffmpeg.c:208:9: warning: 'pict' is deprecated [-Wdeprecated-declarations]
         src += r->pict.linesize[0];
         ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/ffmpeg.c:42:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3726:15: note: declared here
     AVPicture pict;
               ^
/home/ux/fate/ffmpeg/ffmpeg.c:208:9: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
         src += r->pict.linesize[0];
         ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/ffmpeg.c:42:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/ffmpeg.c: In function 'do_streamcopy':
/home/ux/fate/ffmpeg/ffmpeg.c:1884:9: warning: 'avpicture_fill' is deprecated [-Wdeprecated-declarations]
         int ret = avpicture_fill(&pict, opkt.data, ost->st->codec->pix_fmt, ost->st->codec->width, ost->st->codec->height);
         ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/ffmpeg.c:42:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:4899:5: note: declared here
 int avpicture_fill(AVPicture *picture, const uint8_t *ptr,
     ^
/home/ux/fate/ffmpeg/ffmpeg.c: In function 'sub2video_push_ref':
/home/ux/fate/ffmpeg/ffmpeg.c:220:9: warning: ignoring return value of 'av_buffersrc_add_frame_flags', declared with attribute warn_unused_result [-Wunused-result]
         av_buffersrc_add_frame_flags(ist->filters[i]->filter, frame,
         ^
/home/ux/fate/ffmpeg/ffmpeg.c: In function 'sub2video_flush':
/home/ux/fate/ffmpeg/ffmpeg.c:295:9: warning: ignoring return value of 'av_buffersrc_add_frame', declared with attribute warn_unused_result [-Wunused-result]
         av_buffersrc_add_frame(ist->filters[i]->filter, NULL);
         ^
CC	ffprobe.o
CC	ffserver.o
CC	ffserver_config.o
AR	libavdevice/libavdevice.a
CC	libavfilter/aeval.o
CC	libavfilter/af_adelay.o
CC	libavfilter/af_aecho.o
/home/ux/fate/ffmpeg/ffprobe.c: In function 'show_packet':
/home/ux/fate/ffmpeg/ffprobe.c:1770:5: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations]
     print_duration_ts("convergence_duration", pkt->convergence_duration);
     ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/ffprobe.c:31:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:1495:13: note: declared here
     int64_t convergence_duration;
             ^
/home/ux/fate/ffmpeg/ffprobe.c:1771:5: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations]
     print_duration_time("convergence_duration_time", pkt->convergence_duration, &st->time_base);
     ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/ffprobe.c:31:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:1495:13: note: declared here
     int64_t convergence_duration;
             ^
CC	libavfilter/af_aemphasis.o
/home/ux/fate/ffmpeg/ffserver_config.c: In function 'add_codec':
/home/ux/fate/ffmpeg/ffserver_config.c:292:13: warning: 'rc_eq' is deprecated [-Wdeprecated-declarations]
             av->rc_eq = av_strdup("tex^qComp");
             ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/libavformat/ffm.h:26,
                 from /home/ux/fate/ffmpeg/ffserver_config.c:29:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2519:17: note: declared here
     const char *rc_eq;
                 ^
/home/ux/fate/ffmpeg/ffserver_config.c:294:13: warning: 'rc_eq' is deprecated [-Wdeprecated-declarations]
             WARNING("Setting default value for video rate control equation = "
             ^
In file included from /home/ux/fate/ffmpeg/libavformat/avformat.h:306:0,
                 from /home/ux/fate/ffmpeg/libavformat/ffm.h:26,
                 from /home/ux/fate/ffmpeg/ffserver_config.c:29:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2519:17: note: declared here
     const char *rc_eq;
                 ^
CC	libavfilter/af_afade.o
CC	libavfilter/af_aformat.o
CC	libavfilter/af_agate.o
CC	libavfilter/af_alimiter.o
CC	libavfilter/af_amerge.o
CC	libavfilter/af_amix.o
CC	libavfilter/af_anequalizer.o
CC	libavfilter/af_anull.o
CC	libavfilter/af_apad.o
CC	libavfilter/af_aphaser.o
CC	libavfilter/af_apulsator.o
CC	libavfilter/af_aresample.o
CC	libavfilter/af_asetnsamples.o
CC	libavfilter/af_asetrate.o
CC	libavfilter/af_ashowinfo.o
CC	libavfilter/af_astats.o
CC	libavfilter/af_asyncts.o
CC	libavfilter/af_atempo.o
CC	libavfilter/af_biquads.o
CC	libavfilter/af_channelmap.o
CC	libavfilter/af_channelsplit.o
CC	libavfilter/af_chorus.o
CC	libavfilter/af_compand.o
CC	libavfilter/af_compensationdelay.o
CC	libavfilter/af_dcshift.o
CC	libavfilter/af_dynaudnorm.o
CC	libavfilter/af_earwax.o
CC	libavfilter/af_extrastereo.o
CC	libavfilter/af_flanger.o
CC	libavfilter/af_join.o
CC	libavfilter/af_pan.o
CC	libavfilter/af_replaygain.o
CC	libavfilter/af_resample.o
CC	libavfilter/af_sidechaincompress.o
CC	libavfilter/af_silencedetect.o
CC	libavfilter/af_silenceremove.o
CC	libavfilter/af_stereotools.o
CC	libavfilter/af_stereowiden.o
CC	libavfilter/af_tremolo.o
CC	libavfilter/af_vibrato.o
CC	libavfilter/af_volume.o
CC	libavfilter/af_volumedetect.o
CC	libavfilter/allfilters.o
CC	libavfilter/asink_anullsink.o
CC	libavfilter/asrc_anoisesrc.o
CC	libavfilter/asrc_anullsrc.o
CC	libavfilter/asrc_sine.o
CC	libavfilter/audio.o
CC	libavfilter/avf_ahistogram.o
CC	libavfilter/avf_aphasemeter.o
CC	libavfilter/avf_avectorscope.o
CC	libavfilter/avf_concat.o
CC	libavfilter/avf_showcqt.o
CC	libavfilter/avf_showfreqs.o
CC	libavfilter/avf_showspectrum.o
CC	libavfilter/avf_showvolume.o
CC	libavfilter/avf_showwaves.o
CC	libavfilter/avfilter.o
CC	libavfilter/avfiltergraph.o
CC	libavfilter/bbox.o
CC	libavfilter/buffersink.o
CC	libavfilter/buffersrc.o
CC	libavfilter/drawutils.o
CC	libavfilter/dualinput.o
CC	libavfilter/f_ebur128.o
CC	libavfilter/f_drawgraph.o
CC	libavfilter/f_interleave.o
CC	libavfilter/f_perms.o
CC	libavfilter/f_realtime.o
CC	libavfilter/f_reverse.o
CC	libavfilter/f_select.o
CC	libavfilter/f_sendcmd.o
CC	libavfilter/fifo.o
CC	libavfilter/formats.o
CC	libavfilter/framepool.o
CC	libavfilter/framesync.o
CC	libavfilter/generate_wave_table.o
CC	libavfilter/graphdump.o
CC	libavfilter/graphparser.o
CC	libavfilter/lavfutils.o
CC	libavfilter/lswsutils.o
CC	libavfilter/opencl_allkernels.o
CC	libavfilter/pthread.o
CC	libavfilter/setpts.o
CC	libavfilter/settb.o
CC	libavfilter/split.o
CC	libavfilter/src_movie.o
CC	libavfilter/transform.o
CC	libavfilter/trim.o
CC	libavfilter/vaf_spectrumsynth.o
CC	libavfilter/vf_alphamerge.o
CC	libavfilter/vf_aspect.o
CC	libavfilter/vf_atadenoise.o
CC	libavfilter/vf_bbox.o
CC	libavfilter/vf_blackdetect.o
/home/ux/fate/ffmpeg/libavfilter/vaf_spectrumsynth.c: In function 'try_push_frame':
/home/ux/fate/ffmpeg/libavfilter/vaf_spectrumsynth.c:365:19: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
     int ch, n, i, ret;
                   ^
CC	libavfilter/vf_blackframe.o
CC	libavfilter/vf_blend.o
CC	libavfilter/vf_boxblur.o
CC	libavfilter/vf_chromakey.o
CC	libavfilter/vf_codecview.o
CC	libavfilter/vf_colorbalance.o
CC	libavfilter/vf_colorchannelmixer.o
CC	libavfilter/vf_colorkey.o
CC	libavfilter/vf_colorlevels.o
CC	libavfilter/vf_colormatrix.o
CC	libavfilter/vf_copy.o
CC	libavfilter/vf_cover_rect.o
CC	libavfilter/vf_crop.o
CC	libavfilter/vf_cropdetect.o
CC	libavfilter/vf_curves.o
CC	libavfilter/vf_dctdnoiz.o
CC	libavfilter/vf_deband.o
CC	libavfilter/vf_decimate.o
CC	libavfilter/vf_dejudder.o
CC	libavfilter/vf_delogo.o
CC	libavfilter/vf_deshake.o
CC	libavfilter/vf_detelecine.o
CC	libavfilter/vf_displace.o
CC	libavfilter/vf_drawbox.o
CC	libavfilter/vf_edgedetect.o
CC	libavfilter/vf_elbg.o
CC	libavfilter/vf_eq.o
CC	libavfilter/vf_extractplanes.o
CC	libavfilter/vf_fade.o
CC	libavfilter/vf_fftfilt.o
CC	libavfilter/vf_field.o
CC	libavfilter/vf_fieldmatch.o
CC	libavfilter/vf_fieldorder.o
CC	libavfilter/vf_find_rect.o
CC	libavfilter/vf_format.o
CC	libavfilter/vf_fps.o
CC	libavfilter/vf_framepack.o
CC	libavfilter/vf_framerate.o
CC	libavfilter/vf_framestep.o
CC	libavfilter/vf_fspp.o
CC	libavfilter/vf_geq.o
CC	libavfilter/vf_gradfun.o
CC	libavfilter/vf_hflip.o
CC	libavfilter/vf_histeq.o
CC	libavfilter/vf_histogram.o
CC	libavfilter/vf_hqdn3d.o
CC	libavfilter/vf_hqx.o
CC	libavfilter/vf_hue.o
CC	libavfilter/vf_idet.o
CC	libavfilter/vf_il.o
CC	libavfilter/vf_interlace.o
CC	libavfilter/vf_kerndeint.o
CC	libavfilter/vf_lenscorrection.o
CC	libavfilter/vf_lut.o
CC	libavfilter/vf_lut3d.o
CC	libavfilter/vf_maskedmerge.o
CC	libavfilter/vf_mcdeint.o
CC	libavfilter/vf_mergeplanes.o
CC	libavfilter/vf_mpdecimate.o
/home/ux/fate/ffmpeg/libavfilter/vf_mcdeint.c: In function 'config_props':
/home/ux/fate/ffmpeg/libavfilter/vf_mcdeint.c:137:9: warning: 'me_method' is deprecated [-Wdeprecated-declarations]
         enc_ctx->me_method = ME_ITER;
         ^
In file included from /home/ux/fate/ffmpeg/libavfilter/vf_mcdeint.c:54:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:1758:37: note: declared here
     attribute_deprecated int me_method;
                                     ^
/home/ux/fate/ffmpeg/libavfilter/vf_mcdeint.c: In function 'filter_frame':
/home/ux/fate/ffmpeg/libavfilter/vf_mcdeint.c:196:5: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations]
     frame_dec = mcdeint->enc_ctx->coded_frame;
     ^
In file included from /home/ux/fate/ffmpeg/libavfilter/vf_mcdeint.c:54:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2961:42: note: declared here
     attribute_deprecated AVFrame *coded_frame;
                                          ^
CC	libavfilter/vf_neighbor.o
CC	libavfilter/vf_noise.o
CC	libavfilter/vf_null.o
CC	libavfilter/vf_overlay.o
CC	libavfilter/vf_owdenoise.o
CC	libavfilter/vf_pad.o
CC	libavfilter/vf_palettegen.o
CC	libavfilter/vf_paletteuse.o
CC	libavfilter/vf_perspective.o
CC	libavfilter/vf_phase.o
CC	libavfilter/vf_pixdesctest.o
CC	libavfilter/vf_pp.o
CC	libavfilter/vf_pp7.o
CC	libavfilter/vf_psnr.o
CC	libavfilter/vf_pullup.o
CC	libavfilter/vf_qp.o
CC	libavfilter/vf_random.o
CC	libavfilter/vf_removegrain.o
CC	libavfilter/vf_removelogo.o
CC	libavfilter/vf_repeatfields.o
CC	libavfilter/vf_rotate.o
CC	libavfilter/vf_sab.o
CC	libavfilter/vf_scale.o
CC	libavfilter/vf_selectivecolor.o
CC	libavfilter/vf_separatefields.o
CC	libavfilter/vf_setfield.o
CC	libavfilter/vf_showinfo.o
CC	libavfilter/vf_showpalette.o
CC	libavfilter/vf_shuffleframes.o
CC	libavfilter/vf_shuffleplanes.o
CC	libavfilter/vf_signalstats.o
CC	libavfilter/vf_smartblur.o
CC	libavfilter/vf_spp.o
CC	libavfilter/vf_ssim.o
CC	libavfilter/vf_stack.o
CC	libavfilter/vf_stereo3d.o
CC	libavfilter/vf_super2xsai.o
CC	libavfilter/vf_swapuv.o
CC	libavfilter/vf_telecine.o
CC	libavfilter/vf_thumbnail.o
CC	libavfilter/vf_tile.o
CC	libavfilter/vf_tinterlace.o
CC	libavfilter/vf_transpose.o
CC	libavfilter/vf_unsharp.o
CC	libavfilter/vf_uspp.o
CC	libavfilter/vf_vectorscope.o
CC	libavfilter/vf_vflip.o
CC	libavfilter/vf_vignette.o
CC	libavfilter/vf_w3fdif.o
CC	libavfilter/vf_waveform.o
/home/ux/fate/ffmpeg/libavfilter/vf_uspp.c: In function 'filter':
/home/ux/fate/ffmpeg/libavfilter/vf_uspp.c:253:9: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations]
         p->frame_dec = p->avctx_enc[i]->coded_frame;
         ^
In file included from /home/ux/fate/ffmpeg/libavfilter/internal.h:35:0,
                 from /home/ux/fate/ffmpeg/libavfilter/vf_uspp.c:34:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2961:42: note: declared here
     attribute_deprecated AVFrame *coded_frame;
                                          ^
CC	libavfilter/vf_xbr.o
CC	libavfilter/vf_yadif.o
CC	libavfilter/vf_zoompan.o
CC	libavfilter/video.o
CC	libavfilter/vsink_nullsink.o
CC	libavfilter/vsrc_cellauto.o
CC	libavfilter/vsrc_life.o
CC	libavfilter/vsrc_mandelbrot.o
CC	libavfilter/vsrc_mptestsrc.o
CC	libavfilter/vsrc_testsrc.o
CC	libavfilter/window_func.o
YASM	libavfilter/x86/af_volume.o
STRIP	libavfilter/x86/af_volume.o
skipping strip -wN ..@* libavfilter/x86/af_volume.o
CC	libavfilter/x86/af_volume_init.o
YASM	libavfilter/x86/vf_blend.o
CC	libavfilter/x86/vf_blend_init.o
CC	libavfilter/x86/vf_eq.o
STRIP	libavfilter/x86/vf_blend.o
skipping strip -wN ..@* libavfilter/x86/vf_blend.o
CC	libavfilter/x86/vf_fspp_init.o
YASM	libavfilter/x86/vf_fspp.o
YASM	libavfilter/x86/vf_gradfun.o
CC	libavfilter/x86/vf_gradfun_init.o
STRIP	libavfilter/x86/vf_gradfun.o
skipping strip -wN ..@* libavfilter/x86/vf_gradfun.o
STRIP	libavfilter/x86/vf_fspp.o
skipping strip -wN ..@* libavfilter/x86/vf_fspp.o
CC	libavfilter/x86/vf_hqdn3d_init.o
YASM	libavfilter/x86/vf_hqdn3d.o
STRIP	libavfilter/x86/vf_hqdn3d.o
skipping strip -wN ..@* libavfilter/x86/vf_hqdn3d.o
CC	libavfilter/x86/vf_idet_init.o
YASM	libavfilter/x86/vf_interlace.o
CC	libavfilter/x86/vf_interlace_init.o
YASM	libavfilter/x86/vf_idet.o
STRIP	libavfilter/x86/vf_interlace.o
skipping strip -wN ..@* libavfilter/x86/vf_interlace.o
STRIP	libavfilter/x86/vf_idet.o
skipping strip -wN ..@* libavfilter/x86/vf_idet.o
CC	libavfilter/x86/vf_maskedmerge_init.o
CC	libavfilter/x86/vf_noise.o
YASM	libavfilter/x86/vf_maskedmerge.o
STRIP	libavfilter/x86/vf_maskedmerge.o
skipping strip -wN ..@* libavfilter/x86/vf_maskedmerge.o
CC	libavfilter/x86/vf_pp7_init.o
YASM	libavfilter/x86/vf_pp7.o
STRIP	libavfilter/x86/vf_pp7.o
skipping strip -wN ..@* libavfilter/x86/vf_pp7.o
CC	libavfilter/x86/vf_psnr_init.o
YASM	libavfilter/x86/vf_psnr.o
CC	libavfilter/x86/vf_pullup_init.o
YASM	libavfilter/x86/vf_pullup.o
STRIP	libavfilter/x86/vf_psnr.o
skipping strip -wN ..@* libavfilter/x86/vf_psnr.o
CC	libavfilter/x86/vf_removegrain_init.o
STRIP	libavfilter/x86/vf_pullup.o
skipping strip -wN ..@* libavfilter/x86/vf_pullup.o
CC	libavfilter/x86/vf_spp.o
CC	libavfilter/x86/vf_ssim_init.o
YASM	libavfilter/x86/vf_ssim.o
STRIP	libavfilter/x86/vf_ssim.o
skipping strip -wN ..@* libavfilter/x86/vf_ssim.o
CC	libavfilter/x86/vf_stereo3d_init.o
CC	libavfilter/x86/vf_tinterlace_init.o
YASM	libavfilter/x86/vf_stereo3d.o
YASM	libavfilter/x86/vf_removegrain.o
CC	libavfilter/x86/vf_w3fdif_init.o
STRIP	libavfilter/x86/vf_stereo3d.o
skipping strip -wN ..@* libavfilter/x86/vf_stereo3d.o
YASM	libavfilter/x86/vf_w3fdif.o
STRIP	libavfilter/x86/vf_w3fdif.o
skipping strip -wN ..@* libavfilter/x86/vf_w3fdif.o
CC	libavfilter/x86/vf_yadif_init.o
YASM	libavfilter/x86/vf_yadif.o
STRIP	libavfilter/x86/vf_removegrain.o
skipping strip -wN ..@* libavfilter/x86/vf_removegrain.o
AR	libavformat/libavformat.a
YASM	libavfilter/x86/yadif-10.o
STRIP	libavfilter/x86/vf_yadif.o
skipping strip -wN ..@* libavfilter/x86/vf_yadif.o
CC	libavcodec/012v.o
STRIP	libavfilter/x86/yadif-10.o
skipping strip -wN ..@* libavfilter/x86/yadif-10.o
CC	libavcodec/4xm.o
YASM	libavfilter/x86/yadif-16.o
CC	libavcodec/8bps.o
CC	libavcodec/8svx.o
STRIP	libavfilter/x86/yadif-16.o
skipping strip -wN ..@* libavfilter/x86/yadif-16.o
CC	libavcodec/a64multienc.o
CC	libavcodec/aac_ac3_parser.o
CC	libavcodec/aac_adtstoasc_bsf.o
CC	libavcodec/aac_parser.o
CC	libavcodec/aacadtsdec.o
CC	libavcodec/aaccoder.o
CC	libavcodec/aacdec.o
CC	libavcodec/aacenc.o
CC	libavcodec/aacdec_fixed.o
CC	libavcodec/aacenc_is.o
CC	libavcodec/aacenc_ltp.o
CC	libavcodec/aacenc_pred.o
CC	libavcodec/aacenc_tns.o
CC	libavcodec/aacenctab.o
CC	libavcodec/aacps_fixed.o
CC	libavcodec/aacps_float.o
CC	libavcodec/aacpsdsp_fixed.o
CC	libavcodec/aacpsdsp_float.o
CC	libavcodec/aacpsy.o
CC	libavcodec/aacsbr.o
CC	libavcodec/aacsbr_fixed.o
CC	libavcodec/aactab.o
CC	libavcodec/aandcttab.o
CC	libavcodec/aasc.o
CC	libavcodec/ac3.o
CC	libavcodec/ac3_parser.o
CC	libavcodec/ac3dec_data.o
CC	libavcodec/ac3dec_fixed.o
CC	libavcodec/ac3dec_float.o
CC	libavcodec/ac3dsp.o
CC	libavcodec/ac3enc.o
CC	libavcodec/ac3enc_fixed.o
CC	libavcodec/ac3enc_float.o
CC	libavcodec/ac3tab.o
CC	libavcodec/acelp_filters.o
CC	libavcodec/acelp_pitch_delay.o
CC	libavcodec/acelp_vectors.o
CC	libavcodec/adpcm.o
CC	libavcodec/adpcm_data.o
CC	libavcodec/adpcmenc.o
CC	libavcodec/adx.o
CC	libavcodec/adx_parser.o
CC	libavcodec/adxdec.o
CC	libavcodec/adxenc.o
CC	libavcodec/aic.o
CC	libavcodec/alac.o
CC	libavcodec/alac_data.o
CC	libavcodec/alacdsp.o
CC	libavcodec/alacenc.o
CC	libavcodec/aliaspixdec.o
CC	libavcodec/aliaspixenc.o
CC	libavcodec/allcodecs.o
CC	libavcodec/alsdec.o
CC	libavcodec/amrnbdec.o
CC	libavcodec/amrwbdec.o
CC	libavcodec/anm.o
CC	libavcodec/ansi.o
CC	libavcodec/apedec.o
CC	libavcodec/ass.o
CC	libavcodec/ass_split.o
CC	libavcodec/assdec.o
CC	libavcodec/assenc.o
CC	libavcodec/asv.o
CC	libavcodec/asvdec.o
CC	libavcodec/asvenc.o
CC	libavcodec/atrac.o
CC	libavcodec/atrac1.o
CC	libavcodec/atrac3.o
CC	libavcodec/atrac3plus.o
CC	libavcodec/atrac3plusdec.o
CC	libavcodec/atrac3plusdsp.o
CC	libavcodec/audio_frame_queue.o
CC	libavcodec/audioconvert.o
CC	libavcodec/audiodsp.o
CC	libavcodec/aura.o
CC	libavcodec/avdct.o
CC	libavcodec/avfft.o
CC	libavcodec/avpacket.o
CC	libavcodec/avpicture.o
CC	libavcodec/avrndec.o
CC	libavcodec/avs.o
CC	libavcodec/avuidec.o
CC	libavcodec/avuienc.o
CC	libavcodec/bethsoftvideo.o
CC	libavcodec/bfi.o
CC	libavcodec/bgmc.o
CC	libavcodec/bink.o
CC	libavcodec/binkaudio.o
CC	libavcodec/binkdsp.o
CC	libavcodec/bintext.o
CC	libavcodec/bitstream.o
CC	libavcodec/bitstream_filter.o
CC	libavcodec/blockdsp.o
CC	libavcodec/bmp.o
CC	libavcodec/bmp_parser.o
CC	libavcodec/bmpenc.o
CC	libavcodec/bmvaudio.o
CC	libavcodec/bmvvideo.o
CC	libavcodec/brenderpix.o
CC	libavcodec/bswapdsp.o
CC	libavcodec/c93.o
CC	libavcodec/cabac.o
CC	libavcodec/canopus.o
CC	libavcodec/cavs.o
CC	libavcodec/cavs_parser.o
CC	libavcodec/cavsdata.o
CC	libavcodec/cavsdec.o
CC	libavcodec/cavsdsp.o
CC	libavcodec/ccaption_dec.o
/home/ux/fate/ffmpeg/libavcodec/ccaption_dec.c: In function 'decode':
/home/ux/fate/ffmpeg/libavcodec/ccaption_dec.c:634:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
         int start_time = av_rescale_q(avpkt->pts, avctx->time_base, ass_tb);
         ^
CC	libavcodec/cdgraphics.o
CC	libavcodec/cdxl.o
CC	libavcodec/celp_filters.o
CC	libavcodec/celp_math.o
CC	libavcodec/cga_data.o
CC	libavcodec/chomp_bsf.o
CC	libavcodec/cinepak.o
CC	libavcodec/cinepakenc.o
CC	libavcodec/cljrdec.o
CC	libavcodec/cljrenc.o
CC	libavcodec/cllc.o
CC	libavcodec/cngdec.o
CC	libavcodec/cngenc.o
CC	libavcodec/codec_desc.o
CC	libavcodec/cook.o
CC	libavcodec/cook_parser.o
CC	libavcodec/cpia.o
CC	libavcodec/cscd.o
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c: In function 'get_sub_picture':
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:530:5: warning: 'data' is deprecated [-Wdeprecated-declarations]
     out->data[0] = in->data[0] + x + y * in->linesize[0];
     ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:530:5: warning: 'data' is deprecated [-Wdeprecated-declarations]
     out->data[0] = in->data[0] + x + y * in->linesize[0];
     ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:530:5: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
     out->data[0] = in->data[0] + x + y * in->linesize[0];
     ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:531:5: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
     out->linesize[0] = in->linesize[0];
     ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:531:5: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
     out->linesize[0] = in->linesize[0];
     ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:534:9: warning: 'data' is deprecated [-Wdeprecated-declarations]
         out->data[1] = in->data[1] + (x >> 1) + (y >> 1) * in->linesize[1];
         ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:534:9: warning: 'data' is deprecated [-Wdeprecated-declarations]
         out->data[1] = in->data[1] + (x >> 1) + (y >> 1) * in->linesize[1];
         ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:534:9: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
         out->data[1] = in->data[1] + (x >> 1) + (y >> 1) * in->linesize[1];
         ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:535:9: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
         out->linesize[1] = in->linesize[1];
         ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:535:9: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
         out->linesize[1] = in->linesize[1];
         ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:537:9: warning: 'data' is deprecated [-Wdeprecated-declarations]
         out->data[2] = in->data[2] + (x >> 1) + (y >> 1) * in->linesize[2];
         ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:537:9: warning: 'data' is deprecated [-Wdeprecated-declarations]
         out->data[2] = in->data[2] + (x >> 1) + (y >> 1) * in->linesize[2];
         ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:537:9: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
         out->data[2] = in->data[2] + (x >> 1) + (y >> 1) * in->linesize[2];
         ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:538:9: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
         out->linesize[2] = in->linesize[2];
         ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:538:9: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
         out->linesize[2] = in->linesize[2];
         ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c: In function 'decode_v1_vector':
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:547:5: warning: 'data' is deprecated [-Wdeprecated-declarations]
     sub_pict->data[0][0] =
     ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:548:13: warning: 'data' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[0][1] =
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:549:13: warning: 'data' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[0][    sub_pict->linesize[0]] =
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:549:13: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[0][    sub_pict->linesize[0]] =
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:550:13: warning: 'data' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[0][1+  sub_pict->linesize[0]] = info->v1_codebook[v1_vector*entry_size];
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:550:13: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[0][1+  sub_pict->linesize[0]] = info->v1_codebook[v1_vector*entry_size];
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:552:5: warning: 'data' is deprecated [-Wdeprecated-declarations]
     sub_pict->data[0][2] =
     ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:553:13: warning: 'data' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[0][3] =
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:554:13: warning: 'data' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[0][2+  sub_pict->linesize[0]] =
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:554:13: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[0][2+  sub_pict->linesize[0]] =
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:555:13: warning: 'data' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[0][3+  sub_pict->linesize[0]] = info->v1_codebook[v1_vector*entry_size+1];
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:555:13: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[0][3+  sub_pict->linesize[0]] = info->v1_codebook[v1_vector*entry_size+1];
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:557:5: warning: 'data' is deprecated [-Wdeprecated-declarations]
     sub_pict->data[0][2*sub_pict->linesize[0]] =
     ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:557:5: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
     sub_pict->data[0][2*sub_pict->linesize[0]] =
     ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:558:13: warning: 'data' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[0][1+2*sub_pict->linesize[0]] =
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:558:13: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[0][1+2*sub_pict->linesize[0]] =
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:559:13: warning: 'data' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[0][  3*sub_pict->linesize[0]] =
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:559:13: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[0][  3*sub_pict->linesize[0]] =
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:560:13: warning: 'data' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[0][1+3*sub_pict->linesize[0]] = info->v1_codebook[v1_vector*entry_size+2];
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:560:13: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[0][1+3*sub_pict->linesize[0]] = info->v1_codebook[v1_vector*entry_size+2];
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:562:5: warning: 'data' is deprecated [-Wdeprecated-declarations]
     sub_pict->data[0][2+2*sub_pict->linesize[0]] =
     ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:562:5: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
     sub_pict->data[0][2+2*sub_pict->linesize[0]] =
     ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:563:13: warning: 'data' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[0][3+2*sub_pict->linesize[0]] =
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:563:13: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[0][3+2*sub_pict->linesize[0]] =
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:564:13: warning: 'data' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[0][2+3*sub_pict->linesize[0]] =
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:564:13: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[0][2+3*sub_pict->linesize[0]] =
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:565:13: warning: 'data' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[0][3+3*sub_pict->linesize[0]] = info->v1_codebook[v1_vector*entry_size+3];
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:565:13: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[0][3+3*sub_pict->linesize[0]] = info->v1_codebook[v1_vector*entry_size+3];
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:568:9: warning: 'data' is deprecated [-Wdeprecated-declarations]
         sub_pict->data[1][0] =
         ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:569:13: warning: 'data' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[1][1] =
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:570:13: warning: 'data' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[1][    sub_pict->linesize[1]] =
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:570:13: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[1][    sub_pict->linesize[1]] =
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:571:13: warning: 'data' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[1][1+  sub_pict->linesize[1]] = info->v1_codebook[v1_vector*entry_size+4];
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:571:13: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[1][1+  sub_pict->linesize[1]] = info->v1_codebook[v1_vector*entry_size+4];
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:573:9: warning: 'data' is deprecated [-Wdeprecated-declarations]
         sub_pict->data[2][0] =
         ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:574:13: warning: 'data' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[2][1] =
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:575:13: warning: 'data' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[2][    sub_pict->linesize[2]] =
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:575:13: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[2][    sub_pict->linesize[2]] =
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:576:13: warning: 'data' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[2][1+  sub_pict->linesize[2]] = info->v1_codebook[v1_vector*entry_size+5];
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:576:13: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[2][1+  sub_pict->linesize[2]] = info->v1_codebook[v1_vector*entry_size+5];
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c: In function 'decode_v4_vector':
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:587:13: warning: 'data' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[0][x   +     y*sub_pict->linesize[0]] = info->v4_codebook[v4_vector[i]*entry_size];
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:587:13: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[0][x   +     y*sub_pict->linesize[0]] = info->v4_codebook[v4_vector[i]*entry_size];
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:588:13: warning: 'data' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[0][x+1 +     y*sub_pict->linesize[0]] = info->v4_codebook[v4_vector[i]*entry_size+1];
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:588:13: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[0][x+1 +     y*sub_pict->linesize[0]] = info->v4_codebook[v4_vector[i]*entry_size+1];
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:589:13: warning: 'data' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[0][x   + (y+1)*sub_pict->linesize[0]] = info->v4_codebook[v4_vector[i]*entry_size+2];
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:589:13: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[0][x   + (y+1)*sub_pict->linesize[0]] = info->v4_codebook[v4_vector[i]*entry_size+2];
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:590:13: warning: 'data' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[0][x+1 + (y+1)*sub_pict->linesize[0]] = info->v4_codebook[v4_vector[i]*entry_size+3];
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:590:13: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
             sub_pict->data[0][x+1 + (y+1)*sub_pict->linesize[0]] = info->v4_codebook[v4_vector[i]*entry_size+3];
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:593:17: warning: 'data' is deprecated [-Wdeprecated-declarations]
                 sub_pict->data[1][(x>>1) + (y>>1)*sub_pict->linesize[1]] = info->v4_codebook[v4_vector[i]*entry_size+4];
                 ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:593:17: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
                 sub_pict->data[1][(x>>1) + (y>>1)*sub_pict->linesize[1]] = info->v4_codebook[v4_vector[i]*entry_size+4];
                 ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:594:17: warning: 'data' is deprecated [-Wdeprecated-declarations]
                 sub_pict->data[2][(x>>1) + (y>>1)*sub_pict->linesize[2]] = info->v4_codebook[v4_vector[i]*entry_size+5];
                 ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:594:17: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
                 sub_pict->data[2][(x>>1) + (y>>1)*sub_pict->linesize[2]] = info->v4_codebook[v4_vector[i]*entry_size+5];
                 ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c: In function 'copy_mb':
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:605:9: warning: 'data' is deprecated [-Wdeprecated-declarations]
         memcpy(a->data[0]+y*a->linesize[0], b->data[0]+y*b->linesize[0],
         ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:605:9: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
         memcpy(a->data[0]+y*a->linesize[0], b->data[0]+y*b->linesize[0],
         ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:605:9: warning: 'data' is deprecated [-Wdeprecated-declarations]
         memcpy(a->data[0]+y*a->linesize[0], b->data[0]+y*b->linesize[0],
         ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:605:9: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
         memcpy(a->data[0]+y*a->linesize[0], b->data[0]+y*b->linesize[0],
         ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:612:17: warning: 'data' is deprecated [-Wdeprecated-declarations]
                 memcpy(a->data[p] + y*a->linesize[p],
                 ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:612:17: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
                 memcpy(a->data[p] + y*a->linesize[p],
                 ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:613:24: warning: 'data' is deprecated [-Wdeprecated-declarations]
                        b->data[p] + y*b->linesize[p],
                        ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:613:24: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
                        b->data[p] + y*b->linesize[p],
                        ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c: In function 'compute_mb_distortion':
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:764:13: warning: 'data' is deprecated [-Wdeprecated-declarations]
             d = a->data[0][x + y*a->linesize[0]] - b->data[0][x + y*b->linesize[0]];
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:764:13: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
             d = a->data[0][x + y*a->linesize[0]] - b->data[0][x + y*b->linesize[0]];
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:764:13: warning: 'data' is deprecated [-Wdeprecated-declarations]
             d = a->data[0][x + y*a->linesize[0]] - b->data[0][x + y*b->linesize[0]];
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:764:13: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
             d = a->data[0][x + y*a->linesize[0]] - b->data[0][x + y*b->linesize[0]];
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:773:21: warning: 'data' is deprecated [-Wdeprecated-declarations]
                     d = a->data[p][x + y*a->linesize[p]] - b->data[p][x + y*b->linesize[p]];
                     ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:773:21: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
                     d = a->data[p][x + y*a->linesize[p]] - b->data[p][x + y*b->linesize[p]];
                     ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:773:21: warning: 'data' is deprecated [-Wdeprecated-declarations]
                     d = a->data[p][x + y*a->linesize[p]] - b->data[p][x + y*b->linesize[p]];
                     ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:773:21: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
                     d = a->data[p][x + y*a->linesize[p]] - b->data[p][x + y*b->linesize[p]];
                     ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c: In function 'quantize':
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:815:25: warning: 'data' is deprecated [-Wdeprecated-declarations]
                         base[j] = (pict->data[plane][((x+x3) >> shift) +      ((y+y3) >> shift)      * pict->linesize[plane]] +
                         ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:815:25: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
                         base[j] = (pict->data[plane][((x+x3) >> shift) +      ((y+y3) >> shift)      * pict->linesize[plane]] +
                         ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:816:36: warning: 'data' is deprecated [-Wdeprecated-declarations]
                                    pict->data[plane][((x+x3) >> shift) + 1 +  ((y+y3) >> shift)      * pict->linesize[plane]] +
                                    ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:816:36: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
                                    pict->data[plane][((x+x3) >> shift) + 1 +  ((y+y3) >> shift)      * pict->linesize[plane]] +
                                    ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:817:36: warning: 'data' is deprecated [-Wdeprecated-declarations]
                                    pict->data[plane][((x+x3) >> shift) +     (((y+y3) >> shift) + 1) * pict->linesize[plane]] +
                                    ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:817:36: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
                                    pict->data[plane][((x+x3) >> shift) +     (((y+y3) >> shift) + 1) * pict->linesize[plane]] +
                                    ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:818:36: warning: 'data' is deprecated [-Wdeprecated-declarations]
                                    pict->data[plane][((x+x3) >> shift) + 1 + (((y+y3) >> shift) + 1) * pict->linesize[plane]]) >> 2;
                                    ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:818:36: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
                                    pict->data[plane][((x+x3) >> shift) + 1 + (((y+y3) >> shift) + 1) * pict->linesize[plane]]) >> 2;
                                    ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:836:29: warning: 'data' is deprecated [-Wdeprecated-declarations]
                             base[j] = pict->data[plane][x3 + y3*pict->linesize[plane]];
                             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:836:29: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
                             base[j] = pict->data[plane][x3 + y3*pict->linesize[plane]];
                             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:859:5: warning: 'data' is deprecated [-Wdeprecated-declarations]
     vq_pict.data[0] = vq_pict_buf;
     ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:860:5: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
     vq_pict.linesize[0] = MB_SIZE;
     ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:861:5: warning: 'data' is deprecated [-Wdeprecated-declarations]
     vq_pict.data[1] = &vq_pict_buf[MB_AREA];
     ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:862:5: warning: 'data' is deprecated [-Wdeprecated-declarations]
     vq_pict.data[2] = vq_pict.data[1] + (MB_AREA >> 2);
     ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:862:5: warning: 'data' is deprecated [-Wdeprecated-declarations]
     vq_pict.data[2] = vq_pict.data[1] + (MB_AREA >> 2);
     ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:863:5: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
     vq_pict.linesize[1] = vq_pict.linesize[2] = MB_SIZE >> 1;
     ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:863:5: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
     vq_pict.linesize[1] = vq_pict.linesize[2] = MB_SIZE >> 1;
     ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c: In function 'rd_frame':
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:1138:17: warning: 'data' is deprecated [-Wdeprecated-declarations]
                 ir[0] = ((AVPicture*)frame)->data[0] + x*3 + y*((AVPicture*)frame)->linesize[0];
                 ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:1138:17: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
                 ir[0] = ((AVPicture*)frame)->data[0] + x*3 + y*((AVPicture*)frame)->linesize[0];
                 ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:1139:17: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
                 ir[1] = ir[0] + ((AVPicture*)frame)->linesize[0];
                 ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:1155:21: warning: 'data' is deprecated [-Wdeprecated-declarations]
                     scratch_pict.data[0][i1 + i2*scratch_pict.linesize[0]] = rr;
                     ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:1155:21: warning: 'linesize' is deprecated [-Wdeprecated-declarations]
                     scratch_pict.data[0][i1 + i2*scratch_pict.linesize[0]] = rr;
                     ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3686:9: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
         ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:1164:17: warning: 'data' is deprecated [-Wdeprecated-declarations]
                 scratch_pict.data[1][0] = rr + 128; // quantize needs unsigned
                 ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
/home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:1170:17: warning: 'data' is deprecated [-Wdeprecated-declarations]
                 scratch_pict.data[2][0] = rr + 128; // quantize needs unsigned
                 ^
In file included from /home/ux/fate/ffmpeg/libavcodec/cinepakenc.c:74:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:3684:14: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
              ^
CC	libavcodec/cyuv.o
CC	libavcodec/d3d11va.o
CC	libavcodec/dca.o
CC	libavcodec/dca_exss.o
CC	libavcodec/dca_parser.o
CC	libavcodec/dca_xll.o
CC	libavcodec/dcadata.o
CC	libavcodec/dcadec.o
CC	libavcodec/dcadsp.o
CC	libavcodec/dcaenc.o
CC	libavcodec/dct.o
CC	libavcodec/dct32_fixed.o
CC	libavcodec/dct32_float.o
CC	libavcodec/dds.o
/home/ux/fate/ffmpeg/libavcodec/dca_xll.c: In function 'ff_dca_xll_decode_audio':
/home/ux/fate/ffmpeg/libavcodec/dca_xll.c:382:33: warning: array subscript is above array bounds [-Warray-bounds]
             c[j]         += ((int64_t) c[i] * r1 + 0x8000) >> 16;
                                 ^
/home/ux/fate/ffmpeg/libavcodec/dca_xll.c:383:41: warning: array subscript is above array bounds [-Warray-bounds]
             c[i - j - 1] += ((int64_t) c[i] * r0 + 0x8000) >> 16;
                                         ^
/home/ux/fate/ffmpeg/libavcodec/dca_xll.c:382:33: warning: array subscript is above array bounds [-Warray-bounds]
             c[j]         += ((int64_t) c[i] * r1 + 0x8000) >> 16;
                                 ^
/home/ux/fate/ffmpeg/libavcodec/dca_xll.c:383:41: warning: array subscript is above array bounds [-Warray-bounds]
             c[i - j - 1] += ((int64_t) c[i] * r0 + 0x8000) >> 16;
                                         ^
/home/ux/fate/ffmpeg/libavcodec/dca_xll.c:382:33: warning: array subscript is above array bounds [-Warray-bounds]
             c[j]         += ((int64_t) c[i] * r1 + 0x8000) >> 16;
                                 ^
/home/ux/fate/ffmpeg/libavcodec/dca_xll.c:383:41: warning: array subscript is above array bounds [-Warray-bounds]
             c[i - j - 1] += ((int64_t) c[i] * r0 + 0x8000) >> 16;
                                         ^
/home/ux/fate/ffmpeg/libavcodec/dca_xll.c:382:33: warning: array subscript is above array bounds [-Warray-bounds]
             c[j]         += ((int64_t) c[i] * r1 + 0x8000) >> 16;
                                 ^
/home/ux/fate/ffmpeg/libavcodec/dca_xll.c:383:41: warning: array subscript is above array bounds [-Warray-bounds]
             c[i - j - 1] += ((int64_t) c[i] * r0 + 0x8000) >> 16;
                                         ^
/home/ux/fate/ffmpeg/libavcodec/dca_xll.c:382:33: warning: array subscript is above array bounds [-Warray-bounds]
             c[j]         += ((int64_t) c[i] * r1 + 0x8000) >> 16;
                                 ^
/home/ux/fate/ffmpeg/libavcodec/dca_xll.c:383:41: warning: array subscript is above array bounds [-Warray-bounds]
             c[i - j - 1] += ((int64_t) c[i] * r0 + 0x8000) >> 16;
                                         ^
/home/ux/fate/ffmpeg/libavcodec/dca_xll.c:382:33: warning: array subscript is above array bounds [-Warray-bounds]
             c[j]         += ((int64_t) c[i] * r1 + 0x8000) >> 16;
                                 ^
/home/ux/fate/ffmpeg/libavcodec/dca_xll.c:383:41: warning: array subscript is above array bounds [-Warray-bounds]
             c[i - j - 1] += ((int64_t) c[i] * r0 + 0x8000) >> 16;
                                         ^
/home/ux/fate/ffmpeg/libavcodec/dca_xll.c:382:33: warning: array subscript is above array bounds [-Warray-bounds]
             c[j]         += ((int64_t) c[i] * r1 + 0x8000) >> 16;
                                 ^
/home/ux/fate/ffmpeg/libavcodec/dca_xll.c:383:41: warning: array subscript is above array bounds [-Warray-bounds]
             c[i - j - 1] += ((int64_t) c[i] * r0 + 0x8000) >> 16;
                                         ^
/home/ux/fate/ffmpeg/libavcodec/dca_xll.c:381:23: warning: array subscript is above array bounds [-Warray-bounds]
             int r1 = c[i - j - 1];
                       ^
/home/ux/fate/ffmpeg/libavcodec/dca_xll.c:382:33: warning: array subscript is above array bounds [-Warray-bounds]
             c[j]         += ((int64_t) c[i] * r1 + 0x8000) >> 16;
                                 ^
/home/ux/fate/ffmpeg/libavcodec/dca_xll.c:383:26: warning: array subscript is above array bounds [-Warray-bounds]
             c[i - j - 1] += ((int64_t) c[i] * r0 + 0x8000) >> 16;
                          ^
/home/ux/fate/ffmpeg/libavcodec/dca_xll.c:383:41: warning: array subscript is above array bounds [-Warray-bounds]
             c[i - j - 1] += ((int64_t) c[i] * r0 + 0x8000) >> 16;
                                         ^
/home/ux/fate/ffmpeg/libavcodec/dca_xll.c:383:26: warning: array subscript is above array bounds [-Warray-bounds]
             c[i - j - 1] += ((int64_t) c[i] * r0 + 0x8000) >> 16;
                          ^
CC	libavcodec/dfa.o
CC	libavcodec/dirac.o
CC	libavcodec/dirac_arith.o
CC	libavcodec/dirac_dwt.o
CC	libavcodec/dirac_parser.o
CC	libavcodec/diracdec.o
CC	libavcodec/diracdsp.o
CC	libavcodec/dnxhd_parser.o
CC	libavcodec/dnxhddata.o
CC	libavcodec/dnxhddec.o
CC	libavcodec/dnxhdenc.o
CC	libavcodec/dpcm.o
CC	libavcodec/dpx.o
CC	libavcodec/dpx_parser.o
CC	libavcodec/dpxenc.o
CC	libavcodec/dsddec.o
CC	libavcodec/dsicinaudio.o
CC	libavcodec/dsicinvideo.o
CC	libavcodec/dss_sp.o
CC	libavcodec/dump_extradata_bsf.o
CC	libavcodec/dv.o
CC	libavcodec/dv_profile.o
CC	libavcodec/dvbsub.o
CC	libavcodec/dvbsub_parser.o
CC	libavcodec/dvbsubdec.o
CC	libavcodec/dvd_nav_parser.o
CC	libavcodec/dvdata.o
CC	libavcodec/dvdec.o
CC	libavcodec/dvdsub_parser.o
CC	libavcodec/dvdsubdec.o
CC	libavcodec/dvdsubenc.o
CC	libavcodec/dvenc.o
CC	libavcodec/dxa.o
CC	libavcodec/dxtory.o
CC	libavcodec/dxv.o
CC	libavcodec/eac3_data.o
CC	libavcodec/eac3enc.o
CC	libavcodec/eacmv.o
/home/ux/fate/ffmpeg/libavcodec/dvenc.c: In function 'dv_encode_video_segment':
/home/ux/fate/ffmpeg/libavcodec/dvenc.c:377:81: warning: array subscript is above array bounds [-Warray-bounds]
                                     for (a2 = a + 1; b->next[k] >= mb_area_start[a2 + 1]; a2++)
                                                                                 ^
/home/ux/fate/ffmpeg/libavcodec/dvenc.c:377:81: warning: array subscript is above array bounds [-Warray-bounds]
CC	libavcodec/eaidct.o
CC	libavcodec/eamad.o
CC	libavcodec/eatgq.o
CC	libavcodec/eatgv.o
CC	libavcodec/eatqi.o
CC	libavcodec/elbg.o
CC	libavcodec/elsdec.o
CC	libavcodec/error_resilience.o
CC	libavcodec/escape124.o
CC	libavcodec/escape130.o
CC	libavcodec/evrcdec.o
CC	libavcodec/exif.o
CC	libavcodec/exr.o
CC	libavcodec/faandct.o
CC	libavcodec/faanidct.o
CC	libavcodec/faxcompr.o
CC	libavcodec/fdctdsp.o
CC	libavcodec/fft_fixed.o
CC	libavcodec/fft_fixed_32.o
CC	libavcodec/fft_float.o
CC	libavcodec/fft_init_table.o
CC	libavcodec/ffv1.o
CC	libavcodec/ffv1dec.o
CC	libavcodec/ffv1enc.o
CC	libavcodec/ffwavesynth.o
CC	libavcodec/fic.o
CC	libavcodec/flac.o
CC	libavcodec/flac_parser.o
CC	libavcodec/flacdata.o
CC	libavcodec/flacdec.o
CC	libavcodec/flacdsp.o
CC	libavcodec/flacenc.o
CC	libavcodec/flashsv.o
CC	libavcodec/flashsv2enc.o
CC	libavcodec/flashsvenc.o
/home/ux/fate/ffmpeg/libavcodec/ffv1enc.c: In function 'encode_frame':
/home/ux/fate/ffmpeg/libavcodec/ffv1enc.c:1286:5: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations]
     avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
     ^
In file included from /home/ux/fate/ffmpeg/libavcodec/ffv1enc.c:35:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2961:42: note: declared here
     attribute_deprecated AVFrame *coded_frame;
                                          ^
CC	libavcodec/flicvideo.o
CC	libavcodec/flvdec.o
CC	libavcodec/flvenc.o
CC	libavcodec/fmtconvert.o
CC	libavcodec/frame_thread_encoder.o
CC	libavcodec/fraps.o
CC	libavcodec/frwu.o
CC	libavcodec/g2meet.o
CC	libavcodec/g722.o
/home/ux/fate/ffmpeg/libavcodec/frame_thread_encoder.c: In function 'worker':
/home/ux/fate/ffmpeg/libavcodec/frame_thread_encoder.c:92:13: warning: 'av_dup_packet' is deprecated [-Wdeprecated-declarations]
             av_dup_packet(pkt);
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/frame_thread_encoder.h:21:0,
                 from /home/ux/fate/ffmpeg/libavcodec/frame_thread_encoder.c:21:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:4033:5: note: declared here
 int av_dup_packet(AVPacket *pkt);
     ^
CC	libavcodec/g722dec.o
CC	libavcodec/g722dsp.o
CC	libavcodec/g722enc.o
CC	libavcodec/g723_1.o
CC	libavcodec/g723_1dec.o
CC	libavcodec/g723_1enc.o
CC	libavcodec/g726.o
CC	libavcodec/g729_parser.o
CC	libavcodec/g729dec.o
CC	libavcodec/g729postfilter.o
CC	libavcodec/gif.o
CC	libavcodec/gifdec.o
CC	libavcodec/golomb.o
CC	libavcodec/gsm_parser.o
CC	libavcodec/gsmdec.o
CC	libavcodec/gsmdec_data.o
CC	libavcodec/h261.o
CC	libavcodec/h261_parser.o
CC	libavcodec/h261data.o
CC	libavcodec/h261dec.o
CC	libavcodec/h261enc.o
CC	libavcodec/h263.o
CC	libavcodec/h263_parser.o
CC	libavcodec/h263data.o
CC	libavcodec/h263dec.o
CC	libavcodec/h263dsp.o
CC	libavcodec/h264.o
CC	libavcodec/h264_cabac.o
CC	libavcodec/h264_cavlc.o
CC	libavcodec/h264_direct.o
CC	libavcodec/h264_loopfilter.o
CC	libavcodec/h264_mb.o
CC	libavcodec/h264_mp4toannexb_bsf.o
CC	libavcodec/h264_parser.o
CC	libavcodec/h264_picture.o
CC	libavcodec/h264_ps.o
CC	libavcodec/h264_refs.o
CC	libavcodec/h264_sei.o
CC	libavcodec/h264_slice.o
CC	libavcodec/h264chroma.o
CC	libavcodec/h264dsp.o
CC	libavcodec/h264idct.o
CC	libavcodec/h264pred.o
CC	libavcodec/h264qpel.o
CC	libavcodec/hap.o
CC	libavcodec/hapdec.o
CC	libavcodec/hevc.o
CC	libavcodec/hevc_cabac.o
CC	libavcodec/hevc_data.o
CC	libavcodec/hevc_filter.o
CC	libavcodec/hevc_mp4toannexb_bsf.o
CC	libavcodec/hevc_mvs.o
CC	libavcodec/hevc_parse.o
CC	libavcodec/hevc_parser.o
CC	libavcodec/hevc_ps.o
CC	libavcodec/hevc_refs.o
CC	libavcodec/hevc_sei.o
CC	libavcodec/hevcdsp.o
CC	libavcodec/hevcpred.o
CC	libavcodec/hnm4video.o
CC	libavcodec/hpeldsp.o
CC	libavcodec/hq_hqa.o
CC	libavcodec/hq_hqadata.o
CC	libavcodec/hq_hqadsp.o
CC	libavcodec/hqx.o
CC	libavcodec/hqxdsp.o
CC	libavcodec/hqxvlc.o
CC	libavcodec/htmlsubtitles.o
CC	libavcodec/huffman.o
CC	libavcodec/huffyuv.o
CC	libavcodec/huffyuvdec.o
CC	libavcodec/huffyuvdsp.o
CC	libavcodec/huffyuvenc.o
CC	libavcodec/huffyuvencdsp.o
CC	libavcodec/idcinvideo.o
CC	libavcodec/idctdsp.o
CC	libavcodec/iff.o
CC	libavcodec/iirfilter.o
CC	libavcodec/imc.o
CC	libavcodec/imdct15.o
CC	libavcodec/imgconvert.o
CC	libavcodec/imx_dump_header_bsf.o
CC	libavcodec/indeo2.o
CC	libavcodec/indeo3.o
CC	libavcodec/indeo4.o
CC	libavcodec/indeo5.o
CC	libavcodec/intelh263dec.o
CC	libavcodec/interplayacm.o
CC	libavcodec/interplayvideo.o
CC	libavcodec/intrax8.o
CC	libavcodec/intrax8dsp.o
CC	libavcodec/ituh263dec.o
CC	libavcodec/ituh263enc.o
CC	libavcodec/ivi.o
CC	libavcodec/ivi_dsp.o
CC	libavcodec/j2kenc.o
CC	libavcodec/jacosubdec.o
CC	libavcodec/jfdctfst.o
CC	libavcodec/jfdctint.o
CC	libavcodec/jpeg2000.o
CC	libavcodec/jpeg2000dec.o
CC	libavcodec/jpeg2000dsp.o
CC	libavcodec/jpeg2000dwt.o
CC	libavcodec/jpegls.o
CC	libavcodec/jpeglsdec.o
CC	libavcodec/jpeglsenc.o
CC	libavcodec/jpegtables.o
CC	libavcodec/jrevdct.o
CC	libavcodec/jvdec.o
CC	libavcodec/kbdwin.o
CC	libavcodec/kgv1dec.o
CC	libavcodec/kmvc.o
CC	libavcodec/lagarith.o
CC	libavcodec/lagarithrac.o
CC	libavcodec/latm_parser.o
CC	libavcodec/lcldec.o
CC	libavcodec/lclenc.o
CC	libavcodec/ljpegenc.o
CC	libavcodec/loco.o
CC	libavcodec/lossless_audiodsp.o
CC	libavcodec/lossless_videodsp.o
CC	libavcodec/lpc.o
CC	libavcodec/lsp.o
CC	libavcodec/lzf.o
CC	libavcodec/lzw.o
CC	libavcodec/lzwenc.o
CC	libavcodec/mace.o
CC	libavcodec/mathtables.o
CC	libavcodec/mdct_fixed.o
CC	libavcodec/mdct_fixed_32.o
CC	libavcodec/mdct_float.o
CC	libavcodec/mdec.o
CC	libavcodec/me_cmp.o
CC	libavcodec/metasound.o
CC	libavcodec/metasound_data.o
CC	libavcodec/microdvddec.o
CC	libavcodec/mimic.o
CC	libavcodec/mjpeg2jpeg_bsf.o
CC	libavcodec/mjpeg_parser.o
CC	libavcodec/mjpega_dump_header_bsf.o
CC	libavcodec/mjpegbdec.o
CC	libavcodec/mjpegdec.o
CC	libavcodec/mjpegenc.o
CC	libavcodec/mjpegenc_common.o
CC	libavcodec/mlp.o
CC	libavcodec/mlp_parser.o
CC	libavcodec/mlpdec.o
CC	libavcodec/mlpdsp.o
CC	libavcodec/mmvideo.o
CC	libavcodec/motion_est.o
CC	libavcodec/motionpixels.o
CC	libavcodec/movsub_bsf.o
CC	libavcodec/movtextdec.o
CC	libavcodec/movtextenc.o
CC	libavcodec/mp3_header_decompress_bsf.o
CC	libavcodec/mpc.o
CC	libavcodec/mpc7.o
CC	libavcodec/mpc8.o
CC	libavcodec/mpeg12.o
CC	libavcodec/mpeg12data.o
CC	libavcodec/mpeg12dec.o
CC	libavcodec/mpeg12enc.o
CC	libavcodec/mpeg4_unpack_bframes_bsf.o
CC	libavcodec/mpeg4audio.o
CC	libavcodec/mpeg4video.o
CC	libavcodec/mpeg4video_parser.o
CC	libavcodec/mpeg4videodec.o
CC	libavcodec/mpeg4videoenc.o
CC	libavcodec/mpeg_er.o
CC	libavcodec/mpegaudio.o
CC	libavcodec/mpegaudio_parser.o
CC	libavcodec/mpegaudiodata.o
CC	libavcodec/mpegaudiodec_fixed.o
CC	libavcodec/mpegaudiodec_float.o
CC	libavcodec/mpegaudiodecheader.o
CC	libavcodec/mpegaudiodsp.o
CC	libavcodec/mpegaudiodsp_data.o
CC	libavcodec/mpegaudiodsp_fixed.o
CC	libavcodec/mpegaudiodsp_float.o
CC	libavcodec/mpegaudioenc_fixed.o
CC	libavcodec/mpegaudioenc_float.o
CC	libavcodec/mpegpicture.o
CC	libavcodec/mpegutils.o
CC	libavcodec/mpegvideo.o
CC	libavcodec/mpegvideo_enc.o
CC	libavcodec/mpegvideo_motion.o
CC	libavcodec/mpegvideo_parser.o
CC	libavcodec/mpegvideo_xvmc.o
/home/ux/fate/ffmpeg/libavcodec/mpegvideo_xvmc.c: In function 'ff_xvmc_init_block':
/home/ux/fate/ffmpeg/libavcodec/mpegvideo_xvmc.c:45:12: warning: 'xvmc_pix_fmt' is deprecated [-Wdeprecated-declarations]
     struct xvmc_pix_fmt *render = (struct xvmc_pix_fmt*)s->current_picture.f->data[2];
            ^
In file included from /home/ux/fate/ffmpeg/libavcodec/mpegvideo_xvmc.c:32:0:
/home/ux/fate/ffmpeg/libavcodec/xvmc.h:46:36: note: declared here
 struct attribute_deprecated xvmc_pix_fmt {
                                    ^
/home/ux/fate/ffmpeg/libavcodec/mpegvideo_xvmc.c:45:43: warning: 'xvmc_pix_fmt' is deprecated [-Wdeprecated-declarations]
     struct xvmc_pix_fmt *render = (struct xvmc_pix_fmt*)s->current_picture.f->data[2];
                                           ^
In file included from /home/ux/fate/ffmpeg/libavcodec/mpegvideo_xvmc.c:32:0:
/home/ux/fate/ffmpeg/libavcodec/xvmc.h:46:36: note: declared here
 struct attribute_deprecated xvmc_pix_fmt {
                                    ^
/home/ux/fate/ffmpeg/libavcodec/mpegvideo_xvmc.c: In function 'ff_xvmc_field_start':
/home/ux/fate/ffmpeg/libavcodec/mpegvideo_xvmc.c:90:12: warning: 'xvmc_pix_fmt' is deprecated [-Wdeprecated-declarations]
     struct xvmc_pix_fmt *last, *next, *render = (struct xvmc_pix_fmt*)s->current_picture.f->data[2];
            ^
In file included from /home/ux/fate/ffmpeg/libavcodec/mpegvideo_xvmc.c:32:0:
/home/ux/fate/ffmpeg/libavcodec/xvmc.h:46:36: note: declared here
 struct attribute_deprecated xvmc_pix_fmt {
                                    ^
/home/ux/fate/ffmpeg/libavcodec/mpegvideo_xvmc.c:90:12: warning: 'xvmc_pix_fmt' is deprecated [-Wdeprecated-declarations]
     struct xvmc_pix_fmt *last, *next, *render = (struct xvmc_pix_fmt*)s->current_picture.f->data[2];
            ^
In file included from /home/ux/fate/ffmpeg/libavcodec/mpegvideo_xvmc.c:32:0:
/home/ux/fate/ffmpeg/libavcodec/xvmc.h:46:36: note: declared here
 struct attribute_deprecated xvmc_pix_fmt {
                                    ^
/home/ux/fate/ffmpeg/libavcodec/mpegvideo_xvmc.c:90:12: warning: 'xvmc_pix_fmt' is deprecated [-Wdeprecated-declarations]
     struct xvmc_pix_fmt *last, *next, *render = (struct xvmc_pix_fmt*)s->current_picture.f->data[2];
            ^
In file included from /home/ux/fate/ffmpeg/libavcodec/mpegvideo_xvmc.c:32:0:
/home/ux/fate/ffmpeg/libavcodec/xvmc.h:46:36: note: declared here
 struct attribute_deprecated xvmc_pix_fmt {
                                    ^
/home/ux/fate/ffmpeg/libavcodec/mpegvideo_xvmc.c:90:57: warning: 'xvmc_pix_fmt' is deprecated [-Wdeprecated-declarations]
     struct xvmc_pix_fmt *last, *next, *render = (struct xvmc_pix_fmt*)s->current_picture.f->data[2];
                                                         ^
In file included from /home/ux/fate/ffmpeg/libavcodec/mpegvideo_xvmc.c:32:0:
/home/ux/fate/ffmpeg/libavcodec/xvmc.h:46:36: note: declared here
 struct attribute_deprecated xvmc_pix_fmt {
                                    ^
/home/ux/fate/ffmpeg/libavcodec/mpegvideo_xvmc.c:130:28: warning: 'xvmc_pix_fmt' is deprecated [-Wdeprecated-declarations]
             next = (struct xvmc_pix_fmt*)s->next_picture.f->data[2];
                            ^
In file included from /home/ux/fate/ffmpeg/libavcodec/mpegvideo_xvmc.c:32:0:
/home/ux/fate/ffmpeg/libavcodec/xvmc.h:46:36: note: declared here
 struct attribute_deprecated xvmc_pix_fmt {
                                    ^
/home/ux/fate/ffmpeg/libavcodec/mpegvideo_xvmc.c:138:28: warning: 'xvmc_pix_fmt' is deprecated [-Wdeprecated-declarations]
             last = (struct xvmc_pix_fmt*)s->last_picture.f->data[2];
                            ^
In file included from /home/ux/fate/ffmpeg/libavcodec/mpegvideo_xvmc.c:32:0:
/home/ux/fate/ffmpeg/libavcodec/xvmc.h:46:36: note: declared here
 struct attribute_deprecated xvmc_pix_fmt {
                                    ^
/home/ux/fate/ffmpeg/libavcodec/mpegvideo_xvmc.c: In function 'ff_xvmc_field_end':
/home/ux/fate/ffmpeg/libavcodec/mpegvideo_xvmc.c:159:12: warning: 'xvmc_pix_fmt' is deprecated [-Wdeprecated-declarations]
     struct xvmc_pix_fmt *render = (struct xvmc_pix_fmt*)s->current_picture.f->data[2];
            ^
In file included from /home/ux/fate/ffmpeg/libavcodec/mpegvideo_xvmc.c:32:0:
/home/ux/fate/ffmpeg/libavcodec/xvmc.h:46:36: note: declared here
 struct attribute_deprecated xvmc_pix_fmt {
                                    ^
/home/ux/fate/ffmpeg/libavcodec/mpegvideo_xvmc.c:159:43: warning: 'xvmc_pix_fmt' is deprecated [-Wdeprecated-declarations]
     struct xvmc_pix_fmt *render = (struct xvmc_pix_fmt*)s->current_picture.f->data[2];
                                           ^
In file included from /home/ux/fate/ffmpeg/libavcodec/mpegvideo_xvmc.c:32:0:
/home/ux/fate/ffmpeg/libavcodec/xvmc.h:46:36: note: declared here
 struct attribute_deprecated xvmc_pix_fmt {
                                    ^
/home/ux/fate/ffmpeg/libavcodec/mpegvideo_xvmc.c: In function 'ff_xvmc_decode_mb':
/home/ux/fate/ffmpeg/libavcodec/mpegvideo_xvmc.c:174:12: warning: 'xvmc_pix_fmt' is deprecated [-Wdeprecated-declarations]
     struct xvmc_pix_fmt *render;
            ^
In file included from /home/ux/fate/ffmpeg/libavcodec/mpegvideo_xvmc.c:32:0:
/home/ux/fate/ffmpeg/libavcodec/xvmc.h:46:36: note: declared here
 struct attribute_deprecated xvmc_pix_fmt {
                                    ^
/home/ux/fate/ffmpeg/libavcodec/mpegvideo_xvmc.c:201:22: warning: 'xvmc_pix_fmt' is deprecated [-Wdeprecated-declarations]
     render = (struct xvmc_pix_fmt*)s->current_picture.f->data[2];
                      ^
In file included from /home/ux/fate/ffmpeg/libavcodec/mpegvideo_xvmc.c:32:0:
/home/ux/fate/ffmpeg/libavcodec/xvmc.h:46:36: note: declared here
 struct attribute_deprecated xvmc_pix_fmt {
                                    ^
CC	libavcodec/mpegvideodata.o
CC	libavcodec/mpegvideodsp.o
CC	libavcodec/mpegvideoencdsp.o
CC	libavcodec/mpl2dec.o
CC	libavcodec/mqc.o
CC	libavcodec/mqcdec.o
CC	libavcodec/mqcenc.o
CC	libavcodec/msgsmdec.o
CC	libavcodec/msmpeg4.o
CC	libavcodec/msmpeg4data.o
CC	libavcodec/msmpeg4dec.o
CC	libavcodec/msmpeg4enc.o
CC	libavcodec/msrle.o
CC	libavcodec/msrledec.o
CC	libavcodec/mss1.o
CC	libavcodec/mss12.o
CC	libavcodec/mss2.o
CC	libavcodec/mss2dsp.o
CC	libavcodec/mss3.o
CC	libavcodec/mss34dsp.o
CC	libavcodec/mss4.o
CC	libavcodec/msvideo1.o
CC	libavcodec/msvideo1enc.o
CC	libavcodec/mvcdec.o
CC	libavcodec/mxpegdec.o
CC	libavcodec/nellymoser.o
CC	libavcodec/nellymoserdec.o
CC	libavcodec/nellymoserenc.o
CC	libavcodec/noise_bsf.o
CC	libavcodec/nuv.o
CC	libavcodec/on2avc.o
CC	libavcodec/on2avcdata.o
CC	libavcodec/options.o
CC	libavcodec/opus.o
CC	libavcodec/opus_celt.o
CC	libavcodec/opus_parser.o
CC	libavcodec/opus_silk.o
CC	libavcodec/opusdec.o
CC	libavcodec/pafaudio.o
CC	libavcodec/pafvideo.o
CC	libavcodec/pamenc.o
CC	libavcodec/parser.o
CC	libavcodec/pcm-bluray.o
CC	libavcodec/pcm-dvd.o
CC	libavcodec/pcm.o
CC	libavcodec/pcx.o
CC	libavcodec/pcxenc.o
CC	libavcodec/pgssubdec.o
CC	libavcodec/pictordec.o
CC	libavcodec/pixblockdsp.o
CC	libavcodec/png.o
CC	libavcodec/png_parser.o
CC	libavcodec/pngdec.o
CC	libavcodec/pngdsp.o
CC	libavcodec/pngenc.o
CC	libavcodec/pnm.o
CC	libavcodec/pnm_parser.o
CC	libavcodec/pnmdec.o
CC	libavcodec/pnmenc.o
CC	libavcodec/profiles.o
CC	libavcodec/proresdata.o
CC	libavcodec/proresdec2.o
CC	libavcodec/proresdec_lgpl.o
CC	libavcodec/proresdsp.o
CC	libavcodec/proresenc_anatoliy.o
CC	libavcodec/proresenc_kostya.o
CC	libavcodec/psymodel.o
CC	libavcodec/pthread.o
CC	libavcodec/pthread_frame.o
CC	libavcodec/pthread_slice.o
CC	libavcodec/ptx.o
CC	libavcodec/qcelpdec.o
CC	libavcodec/qdm2.o
CC	libavcodec/qdrw.o
CC	libavcodec/qpeg.o
CC	libavcodec/qpeldsp.o
CC	libavcodec/qsv_api.o
CC	libavcodec/qtrle.o
CC	libavcodec/qtrleenc.o
CC	libavcodec/r210dec.o
CC	libavcodec/r210enc.o
CC	libavcodec/ra144.o
CC	libavcodec/ra144dec.o
CC	libavcodec/ra144enc.o
CC	libavcodec/ra288.o
CC	libavcodec/ralf.o
CC	libavcodec/rangecoder.o
CC	libavcodec/ratecontrol.o
CC	libavcodec/raw.o
CC	libavcodec/rawdec.o
CC	libavcodec/rawenc.o
CC	libavcodec/rdft.o
CC	libavcodec/realtextdec.o
CC	libavcodec/remove_extradata_bsf.o
CC	libavcodec/resample.o
CC	libavcodec/resample2.o
CC	libavcodec/rl.o
CC	libavcodec/rl2.o
CC	libavcodec/rle.o
CC	libavcodec/roqaudioenc.o
CC	libavcodec/roqvideo.o
CC	libavcodec/roqvideodec.o
CC	libavcodec/roqvideoenc.o
CC	libavcodec/rpza.o
CC	libavcodec/rscc.o
CC	libavcodec/rtjpeg.o
CC	libavcodec/rv10.o
CC	libavcodec/rv10enc.o
CC	libavcodec/rv20enc.o
CC	libavcodec/rv30.o
CC	libavcodec/rv30dsp.o
CC	libavcodec/rv34.o
CC	libavcodec/rv34_parser.o
CC	libavcodec/rv34dsp.o
CC	libavcodec/rv40.o
CC	libavcodec/rv40dsp.o
CC	libavcodec/s302m.o
CC	libavcodec/s302menc.o
CC	libavcodec/samidec.o
CC	libavcodec/sanm.o
CC	libavcodec/sbrdsp.o
CC	libavcodec/sbrdsp_fixed.o
CC	libavcodec/screenpresso.o
CC	libavcodec/sgidec.o
CC	libavcodec/sgienc.o
CC	libavcodec/sgirledec.o
CC	libavcodec/shorten.o
CC	libavcodec/simple_idct.o
CC	libavcodec/sinewin.o
CC	libavcodec/sinewin_fixed.o
CC	libavcodec/sipr.o
CC	libavcodec/sipr16k.o
CC	libavcodec/smacker.o
CC	libavcodec/smc.o
CC	libavcodec/smvjpegdec.o
CC	libavcodec/snappy.o
CC	libavcodec/snow.o
CC	libavcodec/snow_dwt.o
CC	libavcodec/snowdec.o
CC	libavcodec/snowenc.o
CC	libavcodec/sonic.o
CC	libavcodec/sp5xdec.o
CC	libavcodec/srtdec.o
CC	libavcodec/srtenc.o
CC	libavcodec/startcode.o
CC	libavcodec/subviewerdec.o
CC	libavcodec/sunrast.o
CC	libavcodec/sunrastenc.o
CC	libavcodec/svq1.o
CC	libavcodec/svq13.o
CC	libavcodec/svq1dec.o
CC	libavcodec/svq1enc.o
CC	libavcodec/svq3.o
CC	libavcodec/synth_filter.o
CC	libavcodec/tak.o
CC	libavcodec/tak_parser.o
CC	libavcodec/takdec.o
CC	libavcodec/takdsp.o
CC	libavcodec/targa.o
CC	libavcodec/targa_y216dec.o
CC	libavcodec/targaenc.o
CC	libavcodec/tdsc.o
CC	libavcodec/textdec.o
CC	libavcodec/texturedsp.o
CC	libavcodec/tiertexseqv.o
CC	libavcodec/tiff.o
CC	libavcodec/tiff_common.o
/home/ux/fate/ffmpeg/libavcodec/snowenc.c: In function 'encode_frame':
/home/ux/fate/ffmpeg/libavcodec/snowenc.c:1639:5: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations]
     av_frame_unref(avctx->coded_frame);
     ^
In file included from /home/ux/fate/ffmpeg/libavcodec/snowenc.c:25:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2961:42: note: declared here
     attribute_deprecated AVFrame *coded_frame;
                                          ^
/home/ux/fate/ffmpeg/libavcodec/snowenc.c:1640:5: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations]
     ret = av_frame_ref(avctx->coded_frame, s->current_picture);
     ^
In file included from /home/ux/fate/ffmpeg/libavcodec/snowenc.c:25:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2961:42: note: declared here
     attribute_deprecated AVFrame *coded_frame;
                                          ^
/home/ux/fate/ffmpeg/libavcodec/snowenc.c:1670:9: warning: 'me_method' is deprecated [-Wdeprecated-declarations]
         s->m.me_method= s->avctx->me_method;
         ^
In file included from /home/ux/fate/ffmpeg/libavcodec/snowenc.c:25:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:1758:37: note: declared here
     attribute_deprecated int me_method;
                                     ^
/home/ux/fate/ffmpeg/libavcodec/snowenc.c:1865:5: warning: 'frame_bits' is deprecated [-Wdeprecated-declarations]
     avctx->frame_bits = s->m.frame_bits;
     ^
In file included from /home/ux/fate/ffmpeg/libavcodec/snowenc.c:25:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2700:9: note: declared here
     int frame_bits;
         ^
/home/ux/fate/ffmpeg/libavcodec/snowenc.c:1866:5: warning: 'mv_bits' is deprecated [-Wdeprecated-declarations]
     avctx->mv_bits = s->m.mv_bits;
     ^
In file included from /home/ux/fate/ffmpeg/libavcodec/snowenc.c:25:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2682:9: note: declared here
     int mv_bits;
         ^
/home/ux/fate/ffmpeg/libavcodec/snowenc.c:1867:5: warning: 'misc_bits' is deprecated [-Wdeprecated-declarations]
     avctx->misc_bits = s->m.misc_bits;
     ^
In file included from /home/ux/fate/ffmpeg/libavcodec/snowenc.c:25:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2696:9: note: declared here
     int misc_bits;
         ^
/home/ux/fate/ffmpeg/libavcodec/snowenc.c:1868:5: warning: 'p_tex_bits' is deprecated [-Wdeprecated-declarations]
     avctx->p_tex_bits = s->m.p_tex_bits;
     ^
In file included from /home/ux/fate/ffmpeg/libavcodec/snowenc.c:25:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:2688:9: note: declared here
     int p_tex_bits;
         ^
CC	libavcodec/tiff_data.o
CC	libavcodec/tiffenc.o
CC	libavcodec/tmv.o
CC	libavcodec/tpeldsp.o
CC	libavcodec/truemotion1.o
CC	libavcodec/truemotion2.o
CC	libavcodec/truespeech.o
CC	libavcodec/tscc.o
CC	libavcodec/tscc2.o
CC	libavcodec/tta.o
CC	libavcodec/ttadata.o
CC	libavcodec/ttadsp.o
CC	libavcodec/ttaenc.o
CC	libavcodec/twinvq.o
CC	libavcodec/twinvqdec.o
CC	libavcodec/txd.o
CC	libavcodec/ulti.o
CC	libavcodec/utils.o
CC	libavcodec/utvideo.o
CC	libavcodec/utvideodec.o
CC	libavcodec/utvideoenc.o
CC	libavcodec/v210dec.o
CC	libavcodec/v210enc.o
CC	libavcodec/v210x.o
CC	libavcodec/v308dec.o
CC	libavcodec/v308enc.o
CC	libavcodec/v408dec.o
CC	libavcodec/v408enc.o
CC	libavcodec/v410dec.o
CC	libavcodec/v410enc.o
CC	libavcodec/vaapi.o
CC	libavcodec/vaapi_h264.o
CC	libavcodec/vaapi_hevc.o
CC	libavcodec/vaapi_mpeg2.o
/home/ux/fate/ffmpeg/libavcodec/utils.c: In function 'avcodec_encode_audio2':
/home/ux/fate/ffmpeg/libavcodec/utils.c:1797:13: warning: 'av_dup_packet' is deprecated [-Wdeprecated-declarations]
             if (av_dup_packet(avpkt) < 0) {
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/utils.c:45:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:4033:5: note: declared here
 int av_dup_packet(AVPacket *pkt);
     ^
/home/ux/fate/ffmpeg/libavcodec/utils.c: In function 'avcodec_encode_video2':
/home/ux/fate/ffmpeg/libavcodec/utils.c:1886:13: warning: 'av_dup_packet' is deprecated [-Wdeprecated-declarations]
             if (av_dup_packet(avpkt) < 0) {
             ^
In file included from /home/ux/fate/ffmpeg/libavcodec/utils.c:45:0:
/home/ux/fate/ffmpeg/libavcodec/avcodec.h:4033:5: note: declared here
 int av_dup_packet(AVPacket *pkt);
     ^
CC	libavcodec/vaapi_mpeg4.o
CC	libavcodec/vaapi_vc1.o
CC	libavcodec/vaapi_vp9.o
CC	libavcodec/vb.o
CC	libavcodec/vble.o
CC	libavcodec/vc1.o
CC	libavcodec/vc1_block.o
CC	libavcodec/vc1_loopfilter.o
CC	libavcodec/vc1_mc.o
CC	libavcodec/vc1_parser.o
CC	libavcodec/vc1_pred.o
CC	libavcodec/vc1data.o
CC	libavcodec/vc1dec.o
CC	libavcodec/vc1dsp.o
CC	libavcodec/vcr1.o
CC	libavcodec/vdpau.o
CC	libavcodec/vdpau_h264.o
CC	libavcodec/vdpau_hevc.o
CC	libavcodec/vdpau_mpeg12.o
CC	libavcodec/vdpau_mpeg4.o
CC	libavcodec/vdpau_vc1.o
CC	libavcodec/videodsp.o
CC	libavcodec/vima.o
CC	libavcodec/vmdaudio.o
CC	libavcodec/vmdvideo.o
CC	libavcodec/vmnc.o
CC	libavcodec/vorbis.o
CC	libavcodec/vorbis_data.o
CC	libavcodec/vorbis_parser.o
CC	libavcodec/vorbisdec.o
CC	libavcodec/vorbisdsp.o
CC	libavcodec/vorbisenc.o
CC	libavcodec/vp3.o
CC	libavcodec/vp3_parser.o
CC	libavcodec/vp3dsp.o
CC	libavcodec/vp5.o
CC	libavcodec/vp56.o
CC	libavcodec/vp56data.o
CC	libavcodec/vp56dsp.o
CC	libavcodec/vp56rac.o
CC	libavcodec/vp6.o
CC	libavcodec/vp6dsp.o
CC	libavcodec/vp8.o
CC	libavcodec/vp8_parser.o
CC	libavcodec/vp8dsp.o
CC	libavcodec/vp9.o
CC	libavcodec/vp9_parser.o
CC	libavcodec/vp9dsp.o
CC	libavcodec/vp9dsp_10bpp.o
CC	libavcodec/vp9dsp_12bpp.o
CC	libavcodec/vp9dsp_8bpp.o
CC	libavcodec/vqavideo.o
CC	libavcodec/wavpack.o
CC	libavcodec/wavpackenc.o
CC	libavcodec/webp.o
CC	libavcodec/webvttdec.o
CC	libavcodec/webvttenc.o
CC	libavcodec/wma.o
CC	libavcodec/wma_common.o
CC	libavcodec/wma_freqs.o
CC	libavcodec/wmadec.o
CC	libavcodec/wmaenc.o
CC	libavcodec/wmalosslessdec.o
CC	libavcodec/wmaprodec.o
CC	libavcodec/wmavoice.o
CC	libavcodec/wmv2.o
CC	libavcodec/wmv2dec.o
CC	libavcodec/wmv2dsp.o
CC	libavcodec/wmv2enc.o
CC	libavcodec/wnv1.o
CC	libavcodec/wrapped_avframe.o
CC	libavcodec/ws-snd1.o
CC	libavcodec/x86/aacpsdsp_init.o
YASM	libavcodec/x86/aacpsdsp.o
STRIP	libavcodec/x86/aacpsdsp.o
skipping strip -wN ..@* libavcodec/x86/aacpsdsp.o
CC	libavcodec/x86/ac3dsp_init.o
YASM	libavcodec/x86/ac3dsp.o
YASM	libavcodec/x86/alacdsp.o
STRIP	libavcodec/x86/alacdsp.o
skipping strip -wN ..@* libavcodec/x86/alacdsp.o
CC	libavcodec/x86/alacdsp_init.o
STRIP	libavcodec/x86/ac3dsp.o
skipping strip -wN ..@* libavcodec/x86/ac3dsp.o
CC	libavcodec/x86/audiodsp_init.o
CC	libavcodec/x86/blockdsp_init.o
YASM	libavcodec/x86/blockdsp.o
YASM	libavcodec/x86/audiodsp.o
STRIP	libavcodec/x86/blockdsp.o
skipping strip -wN ..@* libavcodec/x86/blockdsp.o
YASM	libavcodec/x86/bswapdsp.o
STRIP	libavcodec/x86/audiodsp.o
skipping strip -wN ..@* libavcodec/x86/audiodsp.o
CC	libavcodec/x86/bswapdsp_init.o
CC	libavcodec/x86/cavsdsp.o
STRIP	libavcodec/x86/bswapdsp.o
skipping strip -wN ..@* libavcodec/x86/bswapdsp.o
CC	libavcodec/x86/constants.o
YASM	libavcodec/x86/dcadsp.o
CC	libavcodec/x86/dcadsp_init.o
STRIP	libavcodec/x86/dcadsp.o
skipping strip -wN ..@* libavcodec/x86/dcadsp.o
CC	libavcodec/x86/dct_init.o
YASM	libavcodec/x86/dct32.o
STRIP	libavcodec/x86/dct32.o
skipping strip -wN ..@* libavcodec/x86/dct32.o
CC	libavcodec/x86/dirac_dwt.o
CC	libavcodec/x86/diracdsp_mmx.o
CC	libavcodec/x86/dnxhdenc_init.o
YASM	libavcodec/x86/diracdsp_yasm.o
YASM	libavcodec/x86/dnxhdenc.o
STRIP	libavcodec/x86/dnxhdenc.o
skipping strip -wN ..@* libavcodec/x86/dnxhdenc.o
STRIP	libavcodec/x86/diracdsp_yasm.o
skipping strip -wN ..@* libavcodec/x86/diracdsp_yasm.o
CC	libavcodec/x86/fdct.o
YASM	libavcodec/x86/dwt_yasm.o
CC	libavcodec/x86/fdctdsp_init.o
STRIP	libavcodec/x86/dwt_yasm.o
skipping strip -wN ..@* libavcodec/x86/dwt_yasm.o
CC	libavcodec/x86/fft_init.o
YASM	libavcodec/x86/fft.o
YASM	libavcodec/x86/flac_dsp_gpl.o
STRIP	libavcodec/x86/flac_dsp_gpl.o
skipping strip -wN ..@* libavcodec/x86/flac_dsp_gpl.o
CC	libavcodec/x86/flacdsp_init.o
STRIP	libavcodec/x86/fft.o
skipping strip -wN ..@* libavcodec/x86/fft.o
YASM	libavcodec/x86/fmtconvert.o
YASM	libavcodec/x86/flacdsp.o
STRIP	libavcodec/x86/fmtconvert.o
skipping strip -wN ..@* libavcodec/x86/fmtconvert.o
CC	libavcodec/x86/fmtconvert_init.o
YASM	libavcodec/x86/fpel.o
STRIP	libavcodec/x86/flacdsp.o
skipping strip -wN ..@* libavcodec/x86/flacdsp.o
YASM	libavcodec/x86/g722dsp.o
CC	libavcodec/x86/g722dsp_init.o
STRIP	libavcodec/x86/fpel.o
skipping strip -wN ..@* libavcodec/x86/fpel.o
STRIP	libavcodec/x86/g722dsp.o
skipping strip -wN ..@* libavcodec/x86/g722dsp.o
CC	libavcodec/x86/h263dsp_init.o
YASM	libavcodec/x86/h263_loopfilter.o
YASM	libavcodec/x86/h264_chromamc_10bit.o
STRIP	libavcodec/x86/h263_loopfilter.o
skipping strip -wN ..@* libavcodec/x86/h263_loopfilter.o
STRIP	libavcodec/x86/h264_chromamc_10bit.o
skipping strip -wN ..@* libavcodec/x86/h264_chromamc_10bit.o
YASM	libavcodec/x86/h264_chromamc.o
YASM	libavcodec/x86/h264_deblock.o
YASM	libavcodec/x86/h264_deblock_10bit.o
STRIP	libavcodec/x86/h264_chromamc.o
skipping strip -wN ..@* libavcodec/x86/h264_chromamc.o
STRIP	libavcodec/x86/h264_deblock_10bit.o
skipping strip -wN ..@* libavcodec/x86/h264_deblock_10bit.o
STRIP	libavcodec/x86/h264_deblock.o
skipping strip -wN ..@* libavcodec/x86/h264_deblock.o
YASM	libavcodec/x86/h264_idct_10bit.o
YASM	libavcodec/x86/h264_idct.o
STRIP	libavcodec/x86/h264_idct_10bit.o
skipping strip -wN ..@* libavcodec/x86/h264_idct_10bit.o
YASM	libavcodec/x86/h264_intrapred.o
YASM	libavcodec/x86/h264_intrapred_10bit.o
STRIP	libavcodec/x86/h264_idct.o
skipping strip -wN ..@* libavcodec/x86/h264_idct.o
CC	libavcodec/x86/h264_intrapred_init.o
CC	libavcodec/x86/h264_qpel.o
STRIP	libavcodec/x86/h264_intrapred_10bit.o
skipping strip -wN ..@* libavcodec/x86/h264_intrapred_10bit.o
STRIP	libavcodec/x86/h264_intrapred.o
skipping strip -wN ..@* libavcodec/x86/h264_intrapred.o
YASM	libavcodec/x86/h264_qpel_10bit.o
YASM	libavcodec/x86/h264_qpel_8bit.o
STRIP	libavcodec/x86/h264_qpel_10bit.o
skipping strip -wN ..@* libavcodec/x86/h264_qpel_10bit.o
YASM	libavcodec/x86/h264_weight.o
STRIP	libavcodec/x86/h264_weight.o
skipping strip -wN ..@* libavcodec/x86/h264_weight.o
YASM	libavcodec/x86/h264_weight_10bit.o
STRIP	libavcodec/x86/h264_qpel_8bit.o
skipping strip -wN ..@* libavcodec/x86/h264_qpel_8bit.o
CC	libavcodec/x86/h264chroma_init.o
STRIP	libavcodec/x86/h264_weight_10bit.o
skipping strip -wN ..@* libavcodec/x86/h264_weight_10bit.o
CC	libavcodec/x86/h264dsp_init.o
YASM	libavcodec/x86/hevc_idct.o
STRIP	libavcodec/x86/hevc_idct.o
skipping strip -wN ..@* libavcodec/x86/hevc_idct.o
YASM	libavcodec/x86/hevc_res_add.o
YASM	libavcodec/x86/hevc_deblock.o
STRIP	libavcodec/x86/hevc_res_add.o
skipping strip -wN ..@* libavcodec/x86/hevc_res_add.o
YASM	libavcodec/x86/hevc_sao.o
STRIP	libavcodec/x86/hevc_deblock.o
skipping strip -wN ..@* libavcodec/x86/hevc_deblock.o
STRIP	libavcodec/x86/hevc_sao.o
skipping strip -wN ..@* libavcodec/x86/hevc_sao.o
CC	libavcodec/x86/hevcdsp_init.o
YASM	libavcodec/x86/hevc_sao_10bit.o
STRIP	libavcodec/x86/hevc_sao_10bit.o
skipping strip -wN ..@* libavcodec/x86/hevc_sao_10bit.o
YASM	libavcodec/x86/hpeldsp.o
YASM	libavcodec/x86/hevc_mc.o
STRIP	libavcodec/x86/hpeldsp.o
skipping strip -wN ..@* libavcodec/x86/hpeldsp.o
CC	libavcodec/x86/hpeldsp_init.o
YASM	libavcodec/x86/huffyuvdsp.o
STRIP	libavcodec/x86/huffyuvdsp.o
skipping strip -wN ..@* libavcodec/x86/huffyuvdsp.o
CC	libavcodec/x86/huffyuvdsp_init.o
YASM	libavcodec/x86/huffyuvencdsp.o
STRIP	libavcodec/x86/huffyuvencdsp.o
skipping strip -wN ..@* libavcodec/x86/huffyuvencdsp.o
CC	libavcodec/x86/huffyuvencdsp_mmx.o
YASM	libavcodec/x86/idctdsp.o
STRIP	libavcodec/x86/idctdsp.o
skipping strip -wN ..@* libavcodec/x86/idctdsp.o
CC	libavcodec/x86/idctdsp_init.o
YASM	libavcodec/x86/imdct36.o
STRIP	libavcodec/x86/imdct36.o
skipping strip -wN ..@* libavcodec/x86/imdct36.o
YASM	libavcodec/x86/jpeg2000dsp.o
STRIP	libavcodec/x86/jpeg2000dsp.o
skipping strip -wN ..@* libavcodec/x86/jpeg2000dsp.o
CC	libavcodec/x86/jpeg2000dsp_init.o
YASM	libavcodec/x86/lossless_audiodsp.o
STRIP	libavcodec/x86/lossless_audiodsp.o
skipping strip -wN ..@* libavcodec/x86/lossless_audiodsp.o
CC	libavcodec/x86/lossless_audiodsp_init.o
YASM	libavcodec/x86/lossless_videodsp.o
STRIP	libavcodec/x86/lossless_videodsp.o
skipping strip -wN ..@* libavcodec/x86/lossless_videodsp.o
CC	libavcodec/x86/lossless_videodsp_init.o
CC	libavcodec/x86/lpc.o
CC	libavcodec/x86/me_cmp_init.o
YASM	libavcodec/x86/me_cmp.o
YASM	libavcodec/x86/mlpdsp.o
STRIP	libavcodec/x86/mlpdsp.o
skipping strip -wN ..@* libavcodec/x86/mlpdsp.o
CC	libavcodec/x86/mlpdsp_init.o
CC	libavcodec/x86/mpegaudiodsp.o
STRIP	libavcodec/x86/me_cmp.o
skipping strip -wN ..@* libavcodec/x86/me_cmp.o
CC	libavcodec/x86/mpegvideo.o
CC	libavcodec/x86/mpegvideodsp.o
CC	libavcodec/x86/mpegvideoenc.o
YASM	libavcodec/x86/mpegvideoencdsp.o
STRIP	libavcodec/x86/mpegvideoencdsp.o
skipping strip -wN ..@* libavcodec/x86/mpegvideoencdsp.o
CC	libavcodec/x86/mpegvideoencdsp_init.o
STRIP	libavcodec/x86/hevc_mc.o
skipping strip -wN ..@* libavcodec/x86/hevc_mc.o
CC	libavcodec/x86/pixblockdsp_init.o
YASM	libavcodec/x86/pixblockdsp.o
STRIP	libavcodec/x86/pixblockdsp.o
skipping strip -wN ..@* libavcodec/x86/pixblockdsp.o
YASM	libavcodec/x86/pngdsp.o
CC	libavcodec/x86/pngdsp_init.o
STRIP	libavcodec/x86/pngdsp.o
skipping strip -wN ..@* libavcodec/x86/pngdsp.o
YASM	libavcodec/x86/proresdsp.o
CC	libavcodec/x86/proresdsp_init.o
YASM	libavcodec/x86/qpel.o
STRIP	libavcodec/x86/proresdsp.o
skipping strip -wN ..@* libavcodec/x86/proresdsp.o
STRIP	libavcodec/x86/qpel.o
skipping strip -wN ..@* libavcodec/x86/qpel.o
CC	libavcodec/x86/qpeldsp_init.o
YASM	libavcodec/x86/rv34dsp.o
STRIP	libavcodec/x86/rv34dsp.o
skipping strip -wN ..@* libavcodec/x86/rv34dsp.o
CC	libavcodec/x86/rv34dsp_init.o
YASM	libavcodec/x86/rv40dsp.o
YASM	libavcodec/x86/qpeldsp.o
CC	libavcodec/x86/rv40dsp_init.o
STRIP	libavcodec/x86/rv40dsp.o
skipping strip -wN ..@* libavcodec/x86/rv40dsp.o
YASM	libavcodec/x86/sbrdsp.o
STRIP	libavcodec/x86/sbrdsp.o
skipping strip -wN ..@* libavcodec/x86/sbrdsp.o
CC	libavcodec/x86/sbrdsp_init.o
STRIP	libavcodec/x86/qpeldsp.o
skipping strip -wN ..@* libavcodec/x86/qpeldsp.o
CC	libavcodec/x86/simple_idct.o
CC	libavcodec/x86/snowdsp.o
YASM	libavcodec/x86/svq1enc.o
STRIP	libavcodec/x86/svq1enc.o
skipping strip -wN ..@* libavcodec/x86/svq1enc.o
CC	libavcodec/x86/svq1enc_init.o
YASM	libavcodec/x86/takdsp.o
STRIP	libavcodec/x86/takdsp.o
skipping strip -wN ..@* libavcodec/x86/takdsp.o
CC	libavcodec/x86/takdsp_init.o
YASM	libavcodec/x86/simple_idct10.o
CC	libavcodec/x86/ttadsp_init.o
YASM	libavcodec/x86/ttadsp.o
STRIP	libavcodec/x86/ttadsp.o
skipping strip -wN ..@* libavcodec/x86/ttadsp.o
CC	libavcodec/x86/v210-init.o
YASM	libavcodec/x86/v210.o
STRIP	libavcodec/x86/v210.o
skipping strip -wN ..@* libavcodec/x86/v210.o
CC	libavcodec/x86/v210enc_init.o
YASM	libavcodec/x86/v210enc.o
STRIP	libavcodec/x86/v210enc.o
skipping strip -wN ..@* libavcodec/x86/v210enc.o
CC	libavcodec/x86/vc1dsp_init.o
STRIP	libavcodec/x86/simple_idct10.o
skipping strip -wN ..@* libavcodec/x86/simple_idct10.o
CC	libavcodec/x86/vc1dsp_mmx.o
YASM	libavcodec/x86/vc1dsp.o
YASM	libavcodec/x86/videodsp.o
STRIP	libavcodec/x86/vc1dsp.o
skipping strip -wN ..@* libavcodec/x86/vc1dsp.o
CC	libavcodec/x86/videodsp_init.o
STRIP	libavcodec/x86/videodsp.o
skipping strip -wN ..@* libavcodec/x86/videodsp.o
YASM	libavcodec/x86/vorbisdsp.o
CC	libavcodec/x86/vorbisdsp_init.o
STRIP	libavcodec/x86/vorbisdsp.o
skipping strip -wN ..@* libavcodec/x86/vorbisdsp.o
CC	libavcodec/x86/vp3dsp_init.o
YASM	libavcodec/x86/vp3dsp.o
YASM	libavcodec/x86/vp6dsp.o
STRIP	libavcodec/x86/vp6dsp.o
skipping strip -wN ..@* libavcodec/x86/vp6dsp.o
CC	libavcodec/x86/vp6dsp_init.o
STRIP	libavcodec/x86/vp3dsp.o
skipping strip -wN ..@* libavcodec/x86/vp3dsp.o
CC	libavcodec/x86/vp8dsp_init.o
CC	libavcodec/x86/vp9dsp_init.o
YASM	libavcodec/x86/vp8dsp.o
CC	libavcodec/x86/vp9dsp_init_10bpp.o
STRIP	libavcodec/x86/vp8dsp.o
skipping strip -wN ..@* libavcodec/x86/vp8dsp.o
CC	libavcodec/x86/vp9dsp_init_12bpp.o
YASM	libavcodec/x86/vp8dsp_loopfilter.o
STRIP	libavcodec/x86/vp8dsp_loopfilter.o
skipping strip -wN ..@* libavcodec/x86/vp8dsp_loopfilter.o
CC	libavcodec/x86/vp9dsp_init_16bpp.o
YASM	libavcodec/x86/vp9intrapred.o
YASM	libavcodec/x86/vp9intrapred_16bpp.o
STRIP	libavcodec/x86/vp9intrapred.o
skipping strip -wN ..@* libavcodec/x86/vp9intrapred.o
STRIP	libavcodec/x86/vp9intrapred_16bpp.o
skipping strip -wN ..@* libavcodec/x86/vp9intrapred_16bpp.o
YASM	libavcodec/x86/vp9itxfm_16bpp.o
YASM	libavcodec/x86/vp9lpf_16bpp.o
YASM	libavcodec/x86/vp9lpf.o
STRIP	libavcodec/x86/vp9itxfm_16bpp.o
skipping strip -wN ..@* libavcodec/x86/vp9itxfm_16bpp.o
YASM	libavcodec/x86/vp9mc.o
STRIP	libavcodec/x86/vp9mc.o
skipping strip -wN ..@* libavcodec/x86/vp9mc.o
YASM	libavcodec/x86/vp9mc_16bpp.o
STRIP	libavcodec/x86/vp9mc_16bpp.o
skipping strip -wN ..@* libavcodec/x86/vp9mc_16bpp.o
YASM	libavcodec/x86/xvididct.o
STRIP	libavcodec/x86/vp9lpf_16bpp.o
skipping strip -wN ..@* libavcodec/x86/vp9lpf_16bpp.o
CC	libavcodec/x86/xvididct_init.o
STRIP	libavcodec/x86/xvididct.o
skipping strip -wN ..@* libavcodec/x86/xvididct.o
CC	libavcodec/xan.o
CC	libavcodec/xbmdec.o
CC	libavcodec/xbmenc.o
CC	libavcodec/xface.o
CC	libavcodec/xfacedec.o
/home/ux/fate/ffmpeg/libavcodec/xface.c: In function 'ff_xface_generate_face':
/home/ux/fate/ffmpeg/libavcodec/xface.c:318:27: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow]
                     if (l >= i && m == j)
                           ^
/home/ux/fate/ffmpeg/libavcodec/xface.c:318:27: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow]
/home/ux/fate/ffmpeg/libavcodec/xface.c:318:27: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow]
/home/ux/fate/ffmpeg/libavcodec/xface.c:318:27: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow]
/home/ux/fate/ffmpeg/libavcodec/xface.c:318:27: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow]
/home/ux/fate/ffmpeg/libavcodec/xface.c:318:27: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow]
/home/ux/fate/ffmpeg/libavcodec/xface.c:318:27: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow]
CC	libavcodec/xfaceenc.o
CC	libavcodec/xiph.o
YASM	libavcodec/x86/vp9itxfm.o
CC	libavcodec/xl.o
CC	libavcodec/xsubdec.o
CC	libavcodec/xsubenc.o
STRIP	libavcodec/x86/vp9lpf.o
skipping strip -wN ..@* libavcodec/x86/vp9lpf.o
CC	libavcodec/xvididct.o
CC	libavcodec/xwddec.o
CC	libavcodec/xwdenc.o
CC	libavcodec/xxan.o
CC	libavcodec/y41pdec.o
CC	libavcodec/y41penc.o
CC	libavcodec/yop.o
CC	libavcodec/yuv4dec.o
CC	libavcodec/yuv4enc.o
CC	libavcodec/zerocodec.o
CC	libavcodec/zmbv.o
CC	libavcodec/zmbvenc.o
CC	libavresample/audio_convert.o
CC	libavresample/audio_data.o
CC	libavresample/audio_mix.o
CC	libavresample/audio_mix_matrix.o
CC	libavresample/dither.o
CC	libavresample/options.o
CC	libavresample/resample.o
CC	libavresample/utils.o
CC	libavresample/x86/audio_convert_init.o
YASM	libavresample/x86/audio_convert.o
CC	libavresample/x86/audio_mix_init.o
YASM	libavresample/x86/dither.o
STRIP	libavresample/x86/audio_convert.o
skipping strip -wN ..@* libavresample/x86/audio_convert.o
CC	libavresample/x86/dither_init.o
STRIP	libavresample/x86/dither.o
skipping strip -wN ..@* libavresample/x86/dither.o
AR	libpostproc/libpostproc.a
CC	libswresample/audioconvert.o
CC	libswresample/dither.o
CC	libswresample/options.o
CC	libswresample/rematrix.o
CC	libswresample/resample.o
YASM	libavresample/x86/audio_mix.o
CC	libswresample/resample_dsp.o
CC	libswresample/swresample.o
CC	libswresample/swresample_frame.o
STRIP	libavresample/x86/audio_mix.o
skipping strip -wN ..@* libavresample/x86/audio_mix.o
CC	libswresample/x86/audio_convert_init.o
YASM	libswresample/x86/audio_convert.o
CC	libswresample/x86/rematrix_init.o
YASM	libswresample/x86/rematrix.o
STRIP	libswresample/x86/rematrix.o
skipping strip -wN ..@* libswresample/x86/rematrix.o
CC	libswresample/x86/resample_init.o
YASM	libswresample/x86/resample.o
CC	libswscale/alphablend.o
STRIP	libswresample/x86/resample.o
skipping strip -wN ..@* libswresample/x86/resample.o
CC	libswscale/gamma.o
STRIP	libswresample/x86/audio_convert.o
skipping strip -wN ..@* libswresample/x86/audio_convert.o
CC	libswscale/hscale.o
CC	libswscale/hscale_fast_bilinear.o
CC	libswscale/input.o
CC	libswscale/options.o
STRIP	libavcodec/x86/vp9itxfm.o
skipping strip -wN ..@* libavcodec/x86/vp9itxfm.o
CC	libswscale/output.o
CC	libswscale/rgb2rgb.o
CC	libswscale/slice.o
/home/ux/fate/ffmpeg/libswscale/slice.c: In function 'ff_init_slice_from_src':
/home/ux/fate/ffmpeg/libswscale/slice.c:178:56: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
                 s->plane[i].line[start[i] - first + j] = src_[i] +  j * stride[i];
                                                        ^
/home/ux/fate/ffmpeg/libswscale/slice.c:184:37: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
                 s->plane[i].line[j] = src_[i] +  j * stride[i];
                                     ^
CC	libswscale/swscale.o
CC	libswscale/swscale_unscaled.o
CC	libswscale/utils.o
CC	libswscale/vscale.o
CC	libswscale/x86/hscale_fast_bilinear_simd.o
YASM	libswscale/x86/input.o
YASM	libswscale/x86/output.o
STRIP	libswscale/x86/input.o
skipping strip -wN ..@* libswscale/x86/input.o
CC	libswscale/x86/rgb2rgb.o
STRIP	libswscale/x86/output.o
skipping strip -wN ..@* libswscale/x86/output.o
YASM	libswscale/x86/scale.o
STRIP	libswscale/x86/scale.o
skipping strip -wN ..@* libswscale/x86/scale.o
CC	libswscale/x86/swscale.o
CC	libswscale/x86/yuv2rgb.o
CC	libswscale/yuv2rgb.o
CC	libavutil/adler32.o
CC	libavutil/aes.o
CC	libavutil/aes_ctr.o
CC	libavutil/audio_fifo.o
CC	libavutil/avstring.o
CC	libavutil/base64.o
CC	libavutil/blowfish.o
CC	libavutil/bprint.o
CC	libavutil/buffer.o
CC	libavutil/camellia.o
CC	libavutil/cast5.o
CC	libavutil/channel_layout.o
CC	libavutil/color_utils.o
CC	libavutil/cpu.o
CC	libavutil/crc.o
CC	libavutil/des.o
CC	libavutil/dict.o
CC	libavutil/display.o
CC	libavutil/downmix_info.o
CC	libavutil/error.o
CC	libavutil/eval.o
CC	libavutil/fifo.o
CC	libavutil/file.o
CC	libavutil/file_open.o
CC	libavutil/fixed_dsp.o
CC	libavutil/float_dsp.o
CC	libavutil/frame.o
CC	libavutil/hash.o
CC	libavutil/hmac.o
CC	libavutil/imgutils.o
CC	libavutil/integer.o
CC	libavutil/intmath.o
CC	libavutil/lfg.o
CC	libavutil/lls.o
CC	libavutil/log.o
CC	libavutil/log2_tab.o
CC	libavutil/lzo.o
CC	libavutil/mathematics.o
CC	libavutil/md5.o
CC	libavutil/mem.o
CC	libavutil/murmur3.o
CC	libavutil/opt.o
CC	libavutil/parseutils.o
CC	libavutil/pixdesc.o
CC	libavutil/pixelutils.o
CC	libavutil/rational.o
CC	libavutil/random_seed.o
CC	libavutil/rc4.o
CC	libavutil/reverse.o
CC	libavutil/ripemd.o
CC	libavutil/samplefmt.o
CC	libavutil/sha.o
CC	libavutil/sha512.o
CC	libavutil/stereo3d.o
CC	libavutil/tea.o
CC	libavutil/threadmessage.o
CC	libavutil/time.o
CC	libavutil/timecode.o
CC	libavutil/tree.o
CC	libavutil/twofish.o
CC	libavutil/utils.o
CC	libavutil/x86/cpu.o
YASM	libavutil/x86/cpuid.o
YASM	libavutil/x86/fixed_dsp.o
STRIP	libavutil/x86/cpuid.o
skipping strip -wN ..@* libavutil/x86/cpuid.o
CC	libavutil/x86/fixed_dsp_init.o
STRIP	libavutil/x86/fixed_dsp.o
skipping strip -wN ..@* libavutil/x86/fixed_dsp.o
CC	libavutil/x86/float_dsp_init.o
YASM	libavutil/x86/float_dsp.o
CC	libavutil/x86/lls_init.o
YASM	libavutil/x86/lls.o
STRIP	libavutil/x86/float_dsp.o
skipping strip -wN ..@* libavutil/x86/float_dsp.o
CC	libavutil/x86/pixelutils_init.o
STRIP	libavutil/x86/lls.o
skipping strip -wN ..@* libavutil/x86/lls.o
CC	libavutil/xga_font_data.o
YASM	libavutil/x86/pixelutils.o
CC	libavutil/xtea.o
HOSTLD	doc/print_options
AR	libavfilter/libavfilter.a
AR	libavcodec/libavcodec.a
STRIP	libavutil/x86/pixelutils.o
skipping strip -wN ..@* libavutil/x86/pixelutils.o
AR	libavresample/libavresample.a
AR	libswresample/libswresample.a
AR	libswscale/libswscale.a
AR	libavutil/libavutil.a
GENTEXI	doc/avoptions_format.texi
GENTEXI	doc/avoptions_codec.texi
HTML	doc/ffmpeg.html
HTML	doc/ffplay.html
HTML	doc/ffprobe.html
HTML	doc/ffserver.html
HTML	doc/ffmpeg-all.html
HTML	doc/ffplay-all.html
HTML	doc/ffprobe-all.html
HTML	doc/ffserver-all.html
HTML	doc/ffmpeg-utils.html
HTML	doc/ffmpeg-scaler.html
HTML	doc/ffmpeg-resampler.html
HTML	doc/ffmpeg-codecs.html
HTML	doc/ffmpeg-bitstream-filters.html
HTML	doc/ffmpeg-formats.html
HTML	doc/ffmpeg-protocols.html
HTML	doc/ffmpeg-devices.html
HTML	doc/ffmpeg-filters.html
HTML	doc/libavutil.html
HTML	doc/libswscale.html
HTML	doc/libswresample.html
HTML	doc/libavcodec.html
HTML	doc/libavformat.html
HTML	doc/libavdevice.html
HTML	doc/libavfilter.html
HTML	doc/developer.html
HTML	doc/faq.html
HTML	doc/fate.html
HTML	doc/general.html
HTML	doc/git-howto.html
HTML	doc/nut.html
HTML	doc/platform.html
POD	doc/ffmpeg.pod
POD	doc/ffplay.pod
POD	doc/ffprobe.pod
POD	doc/ffserver.pod
POD	doc/ffmpeg-all.pod
POD	doc/ffplay-all.pod
POD	doc/ffprobe-all.pod
POD	doc/ffmpeg-utils.pod
POD	doc/ffmpeg-scaler.pod
POD	doc/ffserver-all.pod
POD	doc/ffmpeg-resampler.pod
POD	doc/ffmpeg-codecs.pod
POD	doc/ffmpeg-bitstream-filters.pod
POD	doc/ffmpeg-formats.pod
POD	doc/ffmpeg-protocols.pod
POD	doc/ffmpeg-devices.pod
POD	doc/ffmpeg-filters.pod
POD	doc/libavutil.pod
POD	doc/libswscale.pod
POD	doc/libswresample.pod
POD	doc/libavcodec.pod
POD	doc/libavformat.pod
POD	doc/libavdevice.pod
MAN	doc/ffmpeg.1
POD	doc/libavfilter.pod
MAN	doc/ffplay.1
MAN	doc/ffprobe.1
MAN	doc/ffserver.1
MAN	doc/ffmpeg-all.1
MAN	doc/ffplay-all.1
MAN	doc/ffprobe-all.1
MAN	doc/ffserver-all.1
MAN	doc/ffmpeg-utils.1
MAN	doc/ffmpeg-scaler.1
MAN	doc/ffmpeg-resampler.1
MAN	doc/ffmpeg-codecs.1
MAN	doc/ffmpeg-bitstream-filters.1
MAN	doc/ffmpeg-formats.1
MAN	doc/ffmpeg-protocols.1
MAN	doc/ffmpeg-devices.1
MAN	doc/ffmpeg-filters.1
MAN	doc/libavutil.3
MAN	doc/libswscale.3
MAN	doc/libswresample.3
MAN	doc/libavcodec.3
MAN	doc/libavformat.3
MAN	doc/libavdevice.3
MAN	doc/libavfilter.3
LD	ffmpeg_g
LD	ffplay_g
LD	ffprobe_g
LD	ffserver_g
CP	ffmpeg
CP	ffprobe
STRIP	ffmpeg
skipping strip ffmpeg
STRIP	ffprobe
skipping strip ffprobe
CP	ffplay
STRIP	ffplay
skipping strip ffplay
CP	ffserver
STRIP	ffserver
skipping strip ffserver
INSTALL	doc/ffmpeg.html
INSTALL	doc/ffplay.html
INSTALL	doc/ffprobe.html
INSTALL	doc/ffserver.html
INSTALL	doc/ffmpeg-all.html
INSTALL	doc/ffplay-all.html
INSTALL	doc/ffprobe-all.html
INSTALL	doc/ffserver-all.html
INSTALL	doc/ffmpeg-utils.html
INSTALL	doc/ffmpeg-scaler.html
INSTALL	doc/ffmpeg-resampler.html
INSTALL	doc/ffmpeg-codecs.html
INSTALL	doc/ffmpeg-bitstream-filters.html
INSTALL	doc/ffmpeg-formats.html
INSTALL	doc/ffmpeg-protocols.html
INSTALL	doc/ffmpeg-devices.html
INSTALL	doc/ffmpeg-filters.html
INSTALL	doc/libavutil.html
INSTALL	doc/libswscale.html
INSTALL	doc/libswresample.html
INSTALL	doc/libavcodec.html
INSTALL	doc/libavformat.html
INSTALL	doc/libavdevice.html
INSTALL	doc/libavfilter.html
INSTALL	doc/developer.html
INSTALL	doc/faq.html
INSTALL	doc/fate.html
INSTALL	doc/general.html
INSTALL	doc/git-howto.html
INSTALL	doc/nut.html
INSTALL	doc/platform.html
INSTALL	doc/ffmpeg.1
INSTALL	doc/ffplay.1
INSTALL	doc/ffprobe.1
INSTALL	doc/ffserver.1
INSTALL	doc/ffmpeg-all.1
INSTALL	doc/ffplay-all.1
INSTALL	doc/ffprobe-all.1
INSTALL	doc/ffserver-all.1
INSTALL	doc/ffmpeg-utils.1
INSTALL	doc/ffmpeg-scaler.1
INSTALL	doc/ffmpeg-resampler.1
INSTALL	doc/ffmpeg-codecs.1
INSTALL	doc/ffmpeg-bitstream-filters.1
INSTALL	doc/ffmpeg-formats.1
INSTALL	doc/ffmpeg-protocols.1
INSTALL	doc/ffmpeg-devices.1
INSTALL	doc/ffmpeg-filters.1
INSTALL	doc/libavutil.3
INSTALL	doc/libswscale.3
INSTALL	doc/libswresample.3
INSTALL	doc/libavcodec.3
INSTALL	doc/libavformat.3
INSTALL	doc/libavdevice.3
INSTALL	doc/libavfilter.3
INSTALL	doc/ffmpeg.1
INSTALL	doc/ffplay.1
INSTALL	doc/ffprobe.1
INSTALL	doc/ffserver.1
INSTALL	doc/ffmpeg-all.1
INSTALL	doc/ffplay-all.1
INSTALL	doc/ffprobe-all.1
INSTALL	doc/ffserver-all.1
INSTALL	doc/ffmpeg-utils.1
INSTALL	doc/ffmpeg-scaler.1
INSTALL	doc/ffmpeg-resampler.1
INSTALL	doc/ffmpeg-codecs.1
INSTALL	doc/ffmpeg-bitstream-filters.1
INSTALL	doc/ffmpeg-formats.1
INSTALL	doc/ffmpeg-protocols.1
INSTALL	doc/ffmpeg-devices.1
INSTALL	doc/ffmpeg-filters.1
INSTALL	doc/libavutil.3
INSTALL	doc/libswscale.3
INSTALL	doc/libswresample.3
INSTALL	doc/libavcodec.3
INSTALL	doc/libavformat.3
INSTALL	doc/libavdevice.3
INSTALL	doc/libavfilter.3
INSTALL	install-progs-yes
INSTALL	ffmpeg
INSTALL	ffplay
INSTALL	ffprobe
INSTALL	ffserver
INSTALL	home/ux/fate/ffmpeg/presets/libvpx-1080p50_60.ffpreset
INSTALL	home/ux/fate/ffmpeg/presets/libvpx-360p.ffpreset
INSTALL	home/ux/fate/ffmpeg/presets/libvpx-1080p.ffpreset
INSTALL	home/ux/fate/ffmpeg/presets/libvpx-720p50_60.ffpreset
INSTALL	home/ux/fate/ffmpeg/presets/libvpx-720p.ffpreset
INSTALL	home/ux/fate/ffmpeg/doc/ffprobe.xsd
INSTALL	home/ux/fate/ffmpeg/doc/examples/transcoding.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/metadata.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/filtering_video.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/muxing.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/avio_dir_cmd.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/filtering_audio.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/http_multiclient.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/resampling_audio.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/remuxing.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/extract_mvs.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/decoding_encoding.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/avio_reading.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/qsvdec.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/filter_audio.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/transcode_aac.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/demuxing_decoding.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/scaling_video.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/Makefile
INSTALL	home/ux/fate/ffmpeg/doc/examples/README
INSTALL	home/ux/fate/ffmpeg/presets/libvpx-1080p50_60.ffpreset
INSTALL	home/ux/fate/ffmpeg/presets/libvpx-360p.ffpreset
INSTALL	home/ux/fate/ffmpeg/presets/libvpx-1080p.ffpreset
INSTALL	home/ux/fate/ffmpeg/presets/libvpx-720p50_60.ffpreset
INSTALL	home/ux/fate/ffmpeg/presets/libvpx-720p.ffpreset
INSTALL	home/ux/fate/ffmpeg/doc/ffprobe.xsd
INSTALL	home/ux/fate/ffmpeg/doc/examples/transcoding.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/metadata.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/filtering_video.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/muxing.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/avio_dir_cmd.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/filtering_audio.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/http_multiclient.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/resampling_audio.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/remuxing.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/extract_mvs.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/decoding_encoding.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/avio_reading.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/qsvdec.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/filter_audio.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/transcode_aac.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/demuxing_decoding.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/scaling_video.c
INSTALL	home/ux/fate/ffmpeg/doc/examples/Makefile
INSTALL	home/ux/fate/ffmpeg/doc/examples/README
INSTALL	libavdevice/libavdevice.a
INSTALL	libavfilter/libavfilter.a
INSTALL	libavformat/libavformat.a
INSTALL	libavcodec/libavcodec.a
INSTALL	libavresample/libavresample.a
INSTALL	libpostproc/libpostproc.a
INSTALL	libswresample/libswresample.a
INSTALL	libswscale/libswscale.a
INSTALL	libavutil/libavutil.a
INSTALL	home/ux/fate/ffmpeg/libavdevice/avdevice.h
INSTALL	home/ux/fate/ffmpeg/libavdevice/version.h
INSTALL	libavdevice/libavdevice.pc
INSTALL	home/ux/fate/ffmpeg/libavfilter/avfilter.h
INSTALL	home/ux/fate/ffmpeg/libavfilter/avfiltergraph.h
INSTALL	home/ux/fate/ffmpeg/libavfilter/buffersink.h
INSTALL	home/ux/fate/ffmpeg/libavfilter/buffersrc.h
INSTALL	home/ux/fate/ffmpeg/libavfilter/version.h
INSTALL	libavfilter/libavfilter.pc
INSTALL	home/ux/fate/ffmpeg/libavformat/avformat.h
INSTALL	home/ux/fate/ffmpeg/libavformat/avio.h
INSTALL	home/ux/fate/ffmpeg/libavformat/version.h
INSTALL	libavformat/libavformat.pc
INSTALL	home/ux/fate/ffmpeg/libavcodec/avcodec.h
INSTALL	home/ux/fate/ffmpeg/libavcodec/avdct.h
INSTALL	home/ux/fate/ffmpeg/libavcodec/avfft.h
INSTALL	home/ux/fate/ffmpeg/libavcodec/dv_profile.h
INSTALL	home/ux/fate/ffmpeg/libavcodec/d3d11va.h
INSTALL	home/ux/fate/ffmpeg/libavcodec/dirac.h
INSTALL	home/ux/fate/ffmpeg/libavcodec/dxva2.h
INSTALL	home/ux/fate/ffmpeg/libavcodec/qsv.h
INSTALL	home/ux/fate/ffmpeg/libavcodec/vaapi.h
INSTALL	home/ux/fate/ffmpeg/libavcodec/vda.h
INSTALL	home/ux/fate/ffmpeg/libavcodec/vdpau.h
INSTALL	home/ux/fate/ffmpeg/libavcodec/version.h
INSTALL	home/ux/fate/ffmpeg/libavcodec/videotoolbox.h
INSTALL	home/ux/fate/ffmpeg/libavcodec/vorbis_parser.h
INSTALL	home/ux/fate/ffmpeg/libavcodec/xvmc.h
INSTALL	libavcodec/libavcodec.pc
INSTALL	home/ux/fate/ffmpeg/libavresample/avresample.h
INSTALL	home/ux/fate/ffmpeg/libavresample/version.h
INSTALL	libavresample/libavresample.pc
INSTALL	home/ux/fate/ffmpeg/libpostproc/postprocess.h
INSTALL	home/ux/fate/ffmpeg/libpostproc/version.h
INSTALL	libpostproc/libpostproc.pc
INSTALL	home/ux/fate/ffmpeg/libswresample/swresample.h
INSTALL	home/ux/fate/ffmpeg/libswresample/version.h
INSTALL	libswresample/libswresample.pc
INSTALL	home/ux/fate/ffmpeg/libswscale/swscale.h
INSTALL	home/ux/fate/ffmpeg/libswscale/version.h
INSTALL	libswscale/libswscale.pc
INSTALL	home/ux/fate/ffmpeg/libavutil/adler32.h
INSTALL	home/ux/fate/ffmpeg/libavutil/aes.h
INSTALL	home/ux/fate/ffmpeg/libavutil/aes_ctr.h
INSTALL	home/ux/fate/ffmpeg/libavutil/attributes.h
INSTALL	home/ux/fate/ffmpeg/libavutil/audio_fifo.h
INSTALL	home/ux/fate/ffmpeg/libavutil/avassert.h
INSTALL	home/ux/fate/ffmpeg/libavutil/avstring.h
INSTALL	home/ux/fate/ffmpeg/libavutil/avutil.h
INSTALL	home/ux/fate/ffmpeg/libavutil/base64.h
INSTALL	home/ux/fate/ffmpeg/libavutil/blowfish.h
INSTALL	home/ux/fate/ffmpeg/libavutil/bprint.h
INSTALL	home/ux/fate/ffmpeg/libavutil/bswap.h
INSTALL	home/ux/fate/ffmpeg/libavutil/buffer.h
INSTALL	home/ux/fate/ffmpeg/libavutil/cast5.h
INSTALL	home/ux/fate/ffmpeg/libavutil/camellia.h
INSTALL	home/ux/fate/ffmpeg/libavutil/channel_layout.h
INSTALL	home/ux/fate/ffmpeg/libavutil/common.h
INSTALL	home/ux/fate/ffmpeg/libavutil/cpu.h
INSTALL	home/ux/fate/ffmpeg/libavutil/crc.h
INSTALL	home/ux/fate/ffmpeg/libavutil/des.h
INSTALL	home/ux/fate/ffmpeg/libavutil/display.h
INSTALL	home/ux/fate/ffmpeg/libavutil/downmix_info.h
INSTALL	home/ux/fate/ffmpeg/libavutil/error.h
INSTALL	home/ux/fate/ffmpeg/libavutil/eval.h
INSTALL	home/ux/fate/ffmpeg/libavutil/fifo.h
INSTALL	home/ux/fate/ffmpeg/libavutil/file.h
INSTALL	home/ux/fate/ffmpeg/libavutil/frame.h
INSTALL	home/ux/fate/ffmpeg/libavutil/hash.h
INSTALL	home/ux/fate/ffmpeg/libavutil/hmac.h
INSTALL	home/ux/fate/ffmpeg/libavutil/imgutils.h
INSTALL	home/ux/fate/ffmpeg/libavutil/intfloat.h
INSTALL	home/ux/fate/ffmpeg/libavutil/intreadwrite.h
INSTALL	home/ux/fate/ffmpeg/libavutil/lfg.h
INSTALL	home/ux/fate/ffmpeg/libavutil/log.h
INSTALL	home/ux/fate/ffmpeg/libavutil/macros.h
INSTALL	home/ux/fate/ffmpeg/libavutil/mathematics.h
INSTALL	home/ux/fate/ffmpeg/libavutil/md5.h
INSTALL	home/ux/fate/ffmpeg/libavutil/mem.h
INSTALL	home/ux/fate/ffmpeg/libavutil/motion_vector.h
INSTALL	home/ux/fate/ffmpeg/libavutil/murmur3.h
INSTALL	home/ux/fate/ffmpeg/libavutil/dict.h
INSTALL	home/ux/fate/ffmpeg/libavutil/opt.h
INSTALL	home/ux/fate/ffmpeg/libavutil/parseutils.h
INSTALL	home/ux/fate/ffmpeg/libavutil/pixdesc.h
INSTALL	home/ux/fate/ffmpeg/libavutil/pixelutils.h
INSTALL	home/ux/fate/ffmpeg/libavutil/pixfmt.h
INSTALL	home/ux/fate/ffmpeg/libavutil/random_seed.h
INSTALL	home/ux/fate/ffmpeg/libavutil/rc4.h
INSTALL	home/ux/fate/ffmpeg/libavutil/replaygain.h
INSTALL	home/ux/fate/ffmpeg/libavutil/rational.h
INSTALL	home/ux/fate/ffmpeg/libavutil/ripemd.h
INSTALL	home/ux/fate/ffmpeg/libavutil/samplefmt.h
INSTALL	home/ux/fate/ffmpeg/libavutil/sha.h
INSTALL	home/ux/fate/ffmpeg/libavutil/sha512.h
INSTALL	home/ux/fate/ffmpeg/libavutil/stereo3d.h
INSTALL	home/ux/fate/ffmpeg/libavutil/threadmessage.h
INSTALL	home/ux/fate/ffmpeg/libavutil/time.h
INSTALL	home/ux/fate/ffmpeg/libavutil/timecode.h
INSTALL	home/ux/fate/ffmpeg/libavutil/timestamp.h
INSTALL	home/ux/fate/ffmpeg/libavutil/tree.h
INSTALL	home/ux/fate/ffmpeg/libavutil/twofish.h
INSTALL	home/ux/fate/ffmpeg/libavutil/version.h
INSTALL	home/ux/fate/ffmpeg/libavutil/xtea.h
INSTALL	home/ux/fate/ffmpeg/libavutil/tea.h
INSTALL	home/ux/fate/ffmpeg/libavutil/lzo.h
INSTALL	libavutil/avconfig.h
INSTALL	libavutil/ffversion.h
INSTALL	libavutil/libavutil.pc