GEN libavutil/libavutil.version GEN libswscale/libswscale.version GEN libswresample/libswresample.version GEN libpostproc/libpostproc.version GEN libavresample/libavresample.version GEN libavcodec/libavcodec.version GEN libavformat/libavformat.version GEN libavfilter/libavfilter.version GEN libavdevice/libavdevice.version CC libavdevice/alldevices.o CC libavdevice/avdevice.o CC libavdevice/bktr.o CC libavdevice/lavfi.o CC libavdevice/oss.o CC libavdevice/oss_dec.o CC libavdevice/oss_enc.o CC libavdevice/utils.o AR libavdevice/libavdevice.a GEN libavdevice/libavdevice.pc CC libavfilter/aeval.o CC libavfilter/af_acontrast.o CC libavfilter/af_acopy.o CC libavfilter/af_acrusher.o CC libavfilter/af_adelay.o CC libavfilter/af_aecho.o CC libavfilter/af_aemphasis.o CC libavfilter/af_afade.o CC libavfilter/af_afftfilt.o CC libavfilter/af_afir.o CC libavfilter/af_aformat.o CC libavfilter/af_agate.o CC libavfilter/af_aiir.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_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_crossfeed.o CC libavfilter/af_crystalizer.o CC libavfilter/af_dcshift.o CC libavfilter/af_dynaudnorm.o CC libavfilter/af_earwax.o CC libavfilter/af_extrastereo.o CC libavfilter/af_firequalizer.o CC libavfilter/af_flanger.o CC libavfilter/af_haas.o CC libavfilter/af_hdcd.o CC libavfilter/af_headphone.o CC libavfilter/af_join.o CC libavfilter/af_loudnorm.o CC libavfilter/af_mcompand.o CC libavfilter/af_pan.o CC libavfilter/af_replaygain.o CC libavfilter/af_resample.o src/libavfilter/af_resample.c:54:32: warning: 'avresample_get_class' is deprecated [-Wdeprecated-declarations] const AVClass *avr_class = avresample_get_class(); ^ src/libavresample/avresample.h:183:16: note: 'avresample_get_class' declared here const AVClass *avresample_get_class(void); ^ src/libavfilter/af_resample.c:83:9: warning: 'avresample_close' is deprecated [-Wdeprecated-declarations] avresample_close(s->avr); ^ src/libavresample/avresample.h:245:6: note: 'avresample_close' declared here void avresample_close(AVAudioResampleContext *avr); ^ src/libavfilter/af_resample.c:84:9: warning: 'avresample_free' is deprecated [-Wdeprecated-declarations] avresample_free(&s->avr); ^ src/libavresample/avresample.h:258:6: note: 'avresample_free' declared here void avresample_free(AVAudioResampleContext **avr); ^ src/libavfilter/af_resample.c:127:9: warning: 'avresample_close' is deprecated [-Wdeprecated-declarations] avresample_close(s->avr); ^ src/libavresample/avresample.h:245:6: note: 'avresample_close' declared here void avresample_close(AVAudioResampleContext *avr); ^ src/libavfilter/af_resample.c:128:9: warning: 'avresample_free' is deprecated [-Wdeprecated-declarations] avresample_free(&s->avr); ^ src/libavresample/avresample.h:258:6: note: 'avresample_free' declared here void avresample_free(AVAudioResampleContext **avr); ^ src/libavfilter/af_resample.c:140:20: warning: 'avresample_alloc_context' is deprecated [-Wdeprecated-declarations] if (!(s->avr = avresample_alloc_context())) ^ src/libavresample/avresample.h:194:25: note: 'avresample_alloc_context' declared here AVAudioResampleContext *avresample_alloc_context(void); ^ src/libavfilter/af_resample.c:161:16: warning: 'avresample_open' is deprecated [-Wdeprecated-declarations] if ((ret = avresample_open(s->avr)) < 0) ^ src/libavresample/avresample.h:214:5: note: 'avresample_open' declared here int avresample_open(AVAudioResampleContext *avr); ^ src/libavfilter/af_resample.c:199:26: warning: 'avresample_get_out_samples' is deprecated [-Wdeprecated-declarations] int nb_samples = avresample_get_out_samples(s->avr, 0); ^ src/libavresample/avresample.h:403:5: note: 'avresample_get_out_samples' declared here int avresample_get_out_samples(AVAudioResampleContext *avr, int in_nb_samples); ^ src/libavfilter/af_resample.c:208:15: warning: 'avresample_convert' is deprecated [-Wdeprecated-declarations] ret = avresample_convert(s->avr, frame->extended_data, ^ src/libavresample/avresample.h:451:5: note: 'avresample_convert' declared here int avresample_convert(AVAudioResampleContext *avr, uint8_t **output, ^ src/libavfilter/af_resample.c:235:22: warning: 'avresample_get_delay' is deprecated [-Wdeprecated-declarations] delay = avresample_get_delay(s->avr); ^ src/libavresample/avresample.h:473:5: note: 'avresample_get_delay' declared here int avresample_get_delay(AVAudioResampleContext *avr); ^ src/libavfilter/af_resample.c:236:22: warning: 'avresample_get_out_samples' is deprecated [-Wdeprecated-declarations] nb_samples = avresample_get_out_samples(s->avr, in->nb_samples); ^ src/libavresample/avresample.h:403:5: note: 'avresample_get_out_samples' declared here int avresample_get_out_samples(AVAudioResampleContext *avr, int in_nb_samples); ^ src/libavfilter/af_resample.c:244:15: warning: 'avresample_convert' is deprecated [-Wdeprecated-declarations] ret = avresample_convert(s->avr, out->extended_data, out->linesize[0], ^ src/libavresample/avresample.h:451:5: note: 'avresample_convert' declared here int avresample_convert(AVAudioResampleContext *avr, uint8_t **output, ^ src/libavfilter/af_resample.c:253:21: warning: 'avresample_available' is deprecated [-Wdeprecated-declarations] av_assert0(!avresample_available(s->avr)); ^ src/libavutil/avassert.h:38:11: note: expanded from macro 'av_assert0' if (!(cond)) { \ ^ src/libavresample/avresample.h:494:5: note: 'avresample_available' declared here int avresample_available(AVAudioResampleContext *avr); ^ src/libavfilter/af_resample.c:311:26: warning: 'avresample_get_class' is deprecated [-Wdeprecated-declarations] return prev ? NULL : avresample_get_class(); ^ src/libavresample/avresample.h:183:16: note: 'avresample_get_class' declared here const AVClass *avresample_get_class(void); ^ 14 warnings generated. 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_superequalizer.o CC libavfilter/af_surround.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_hilbert.o CC libavfilter/asrc_sine.o CC libavfilter/audio.o CC libavfilter/avf_abitscope.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 src/libavfilter/avfiltergraph.c:135:25: warning: 'resample_lavr_opts' is deprecated [-Wdeprecated-declarations] av_freep(&(*graph)->resample_lavr_opts); ^ src/libavfilter/avfilter.h:814:32: note: 'resample_lavr_opts' declared here attribute_deprecated char *resample_lavr_opts; ///< libavresample options to use for the auto-inserted resample filters ^ 1 warning generated. CC libavfilter/bbox.o CC libavfilter/buffersink.o CC libavfilter/buffersrc.o CC libavfilter/colorspacedsp.o CC libavfilter/drawutils.o CC libavfilter/ebur128.o CC libavfilter/f_bench.o CC libavfilter/f_drawgraph.o CC libavfilter/f_ebur128.o CC libavfilter/f_interleave.o CC libavfilter/f_loop.o CC libavfilter/f_metadata.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/f_sidedata.o src/libavfilter/f_sidedata.c:72:17: warning: comparison of constant -1 with expression of type 'enum AVFrameSideDataType' is always false [-Wtautological-constant-out-of-range-compare] if (s->type == -1 && s->mode != SIDEDATA_DELETE) { ~~~~~~~ ^ ~~ src/libavfilter/f_sidedata.c:87:17: warning: comparison of constant -1 with expression of type 'enum AVFrameSideDataType' is always true [-Wtautological-constant-out-of-range-compare] if (s->type != -1) ~~~~~~~ ^ ~~ src/libavfilter/f_sidedata.c:97:21: warning: comparison of constant -1 with expression of type 'enum AVFrameSideDataType' is always false [-Wtautological-constant-out-of-range-compare] if (s->type == -1) { ~~~~~~~ ^ ~~ 3 warnings generated. CC libavfilter/f_streamselect.o CC libavfilter/fifo.o CC libavfilter/formats.o CC libavfilter/framepool.o CC libavfilter/framequeue.o CC libavfilter/framesync.o CC libavfilter/generate_wave_table.o CC libavfilter/graphdump.o CC libavfilter/graphparser.o CC libavfilter/lavfutils.o src/libavfilter/lavfutils.c:40:5: warning: 'av_register_all' is deprecated [-Wdeprecated-declarations] av_register_all(); ^ src/libavformat/avformat.h:2024:6: note: 'av_register_all' declared here void av_register_all(void); ^ src/libavfilter/lavfutils.c:93:11: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(codec_ctx, frame, &frame_decoded, &pkt); ^ src/libavcodec/avcodec.h:4686:5: note: 'avcodec_decode_video2' declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^ 2 warnings generated. CC libavfilter/lswsutils.o CC libavfilter/motion_estimation.o CC libavfilter/pthread.o CC libavfilter/scale.o CC libavfilter/setpts.o CC libavfilter/settb.o CC libavfilter/split.o CC libavfilter/src_movie.o src/libavfilter/src_movie.c:175:20: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] st->codec_ctx->refcounted_frames = 1; ^ src/libavcodec/avcodec.h:2329:9: note: 'refcounted_frames' declared here int refcounted_frames; ^ src/libavfilter/src_movie.c:242:5: warning: 'av_register_all' is deprecated [-Wdeprecated-declarations] av_register_all(); ^ src/libavformat/avformat.h:2024:6: note: 'av_register_all' declared here void av_register_all(void); ^ src/libavfilter/src_movie.c:531:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(st->codec_ctx, frame, &got_frame, pkt); ^ src/libavcodec/avcodec.h:4686:5: note: 'avcodec_decode_video2' declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^ src/libavfilter/src_movie.c:534:15: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_audio4(st->codec_ctx, frame, &got_frame, pkt); ^ src/libavcodec/avcodec.h:4637:5: note: 'avcodec_decode_audio4' declared here int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, ^ 4 warnings generated. 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_avgblur.o CC libavfilter/vf_bbox.o CC libavfilter/vf_bitplanenoise.o CC libavfilter/vf_blackdetect.o CC libavfilter/vf_blackframe.o CC libavfilter/vf_blend.o CC libavfilter/vf_boxblur.o CC libavfilter/vf_bwdif.o CC libavfilter/vf_chromakey.o CC libavfilter/vf_ciescope.o CC libavfilter/vf_codecview.o src/libavfilter/vf_codecview.c:223:28: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] int8_t *qp_table = av_frame_get_qp_table(frame, &qstride, &qp_type); ^ src/libavutil/frame.h:624:9: note: 'av_frame_get_qp_table' declared here int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); ^ 1 warning generated. 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_colorspace.o CC libavfilter/vf_convolution.o CC libavfilter/vf_convolve.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_datascope.o CC libavfilter/vf_dctdnoiz.o CC libavfilter/vf_deband.o CC libavfilter/vf_decimate.o CC libavfilter/vf_deflicker.o CC libavfilter/vf_dejudder.o CC libavfilter/vf_delogo.o CC libavfilter/vf_deshake.o CC libavfilter/vf_despill.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_entropy.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_fieldhint.o CC libavfilter/vf_fieldmatch.o CC libavfilter/vf_fieldorder.o CC libavfilter/vf_fillborders.o CC libavfilter/vf_find_rect.o CC libavfilter/vf_floodfill.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 src/libavfilter/vf_fspp.c:585:20: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(in, &qp_stride, &fspp->qscale_type); ^ src/libavutil/frame.h:624:9: note: 'av_frame_get_qp_table' declared here int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); ^ 1 warning generated. CC libavfilter/vf_gblur.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_hwdownload.o CC libavfilter/vf_hwmap.o CC libavfilter/vf_hwupload.o CC libavfilter/vf_hysteresis.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_limiter.o CC libavfilter/vf_lumakey.o CC libavfilter/vf_lut.o CC libavfilter/vf_lut2.o CC libavfilter/vf_lut3d.o CC libavfilter/vf_maskedclamp.o CC libavfilter/vf_maskedmerge.o CC libavfilter/vf_mcdeint.o src/libavfilter/vf_mcdeint.c:189:11: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_video2(mcdeint->enc_ctx, &pkt, inpic, &got_frame); ^ src/libavcodec/avcodec.h:5317:5: note: 'avcodec_encode_video2' declared here int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, ^ src/libavfilter/vf_mcdeint.c:193:35: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] frame_dec = mcdeint->enc_ctx->coded_frame; ^ src/libavcodec/avcodec.h:2745:35: note: 'coded_frame' declared here attribute_deprecated AVFrame *coded_frame; ^ 2 warnings generated. CC libavfilter/vf_mergeplanes.o CC libavfilter/vf_mestimate.o CC libavfilter/vf_midequalizer.o CC libavfilter/vf_minterpolate.o CC libavfilter/vf_mix.o CC libavfilter/vf_mpdecimate.o CC libavfilter/vf_neighbor.o CC libavfilter/vf_nlmeans.o CC libavfilter/vf_nnedi.o CC libavfilter/vf_noise.o CC libavfilter/vf_normalize.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 src/libavfilter/vf_pp.c:140:16: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(inbuf, &qstride, &qp_type); ^ src/libavutil/frame.h:624:9: note: 'av_frame_get_qp_table' declared here int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); ^ 1 warning generated. CC libavfilter/vf_pp7.o src/libavfilter/vf_pp7.c:328:20: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(in, &qp_stride, &pp7->qscale_type); ^ src/libavutil/frame.h:624:9: note: 'av_frame_get_qp_table' declared here int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); ^ 1 warning generated. CC libavfilter/vf_premultiply.o CC libavfilter/vf_pseudocolor.o CC libavfilter/vf_psnr.o CC libavfilter/vf_pullup.o CC libavfilter/vf_qp.o src/libavfilter/vf_qp.c:113:19: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] in_qp_table = av_frame_get_qp_table(in, &stride, &type); ^ src/libavutil/frame.h:624:9: note: 'av_frame_get_qp_table' declared here int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); ^ src/libavfilter/vf_qp.c:114:5: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations] av_frame_set_qp_table(out, out_qp_table_buf, s->qstride, type); ^ src/libavutil/frame.h:626:5: note: 'av_frame_set_qp_table' declared here int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type); ^ 2 warnings generated. CC libavfilter/vf_random.o CC libavfilter/vf_readeia608.o CC libavfilter/vf_readvitc.o CC libavfilter/vf_remap.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_setparams.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_signature.o CC libavfilter/vf_smartblur.o CC libavfilter/vf_spp.o src/libavfilter/vf_spp.c:369:20: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(in, &qp_stride, &s->qscale_type); ^ src/libavutil/frame.h:624:9: note: 'av_frame_get_qp_table' declared here int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); ^ 1 warning generated. CC libavfilter/vf_ssim.o CC libavfilter/vf_stack.o CC libavfilter/vf_stereo3d.o CC libavfilter/vf_super2xsai.o CC libavfilter/vf_swaprect.o CC libavfilter/vf_swapuv.o CC libavfilter/vf_telecine.o CC libavfilter/vf_threshold.o CC libavfilter/vf_thumbnail.o CC libavfilter/vf_tile.o CC libavfilter/vf_tinterlace.o CC libavfilter/vf_tonemap.o CC libavfilter/vf_transpose.o CC libavfilter/vf_unsharp.o CC libavfilter/vf_uspp.o src/libavfilter/vf_uspp.c:253:15: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_video2(p->avctx_enc[i], &pkt, p->frame, &got_pkt_ptr); ^ src/libavcodec/avcodec.h:5317:5: note: 'avcodec_encode_video2' declared here int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, ^ src/libavfilter/vf_uspp.c:259:41: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] p->frame_dec = p->avctx_enc[i]->coded_frame; ^ src/libavcodec/avcodec.h:2745:35: note: 'coded_frame' declared here attribute_deprecated AVFrame *coded_frame; ^ src/libavfilter/vf_uspp.c:395:20: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(in, &qp_stride, &uspp->qscale_type); ^ src/libavutil/frame.h:624:9: note: 'av_frame_get_qp_table' declared here int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); ^ 3 warnings generated. CC libavfilter/vf_vaguedenoiser.o CC libavfilter/vf_vectorscope.o CC libavfilter/vf_vflip.o CC libavfilter/vf_vignette.o CC libavfilter/vf_vmafmotion.o CC libavfilter/vf_w3fdif.o CC libavfilter/vf_waveform.o CC libavfilter/vf_weave.o 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 X86ASM libavfilter/x86/af_afir.o src/libavfilter/x86/af_afir.asm:22: fatal: unable to open include file `libavutil/x86/x86util.asm' /home/fate/src/ffbuild/common.mak:82: recipe for target 'libavfilter/x86/af_afir.o' failed gmake: *** [libavfilter/x86/af_afir.o] Error 1