GEN	libavutil/libavutil.version
GEN	libavcodec/libavcodec.version
GEN	libavformat/libavformat.version
GEN	libavfilter/libavfilter.version
GEN	libavdevice/libavdevice.version
GEN	libswscale/libswscale.version
GEN	libswresample/libswresample.version
GEN	libpostproc/libpostproc.version
CC	libavdevice/alldevices.o
CC	libavdevice/avdevice.o
CC	libavdevice/fbdev_common.o
CC	libavdevice/fbdev_dec.o
CC	libavdevice/fbdev_enc.o
CC	libavdevice/lavfi.o
CC	libavdevice/oss.o
CC	libavdevice/oss_dec.o
CC	libavdevice/oss_enc.o
CC	libavdevice/timefilter.o
CC	libavdevice/utils.o
CC	libavdevice/v4l2-common.o
CC	libavdevice/v4l2.o
CC	libavdevice/v4l2enc.o
CC	libavdevice/version.o
GEN	libavdevice/libavdevice.pc
CC	libavfilter/aeval.o
CC	libavfilter/af_aap.o
CC	libavfilter/af_acontrast.o
src/libavfilter/aeval.c:95:101: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "duration",    "set audio duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },
    ~                                                                                               ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:291:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/aeval.c:96:101: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "d",           "set audio duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },
    ~                                                                                               ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:292:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavfilter/af_acopy.o
2 warnings generated.
CC	libavfilter/af_acrossover.o
CC	libavfilter/af_acrusher.o
CC	libavfilter/af_adeclick.o
CC	libavfilter/af_adecorrelate.o
CC	libavfilter/af_adelay.o
CC	libavfilter/af_adenorm.o
CC	libavfilter/af_aderivative.o
CC	libavfilter/af_adrc.o
CC	libavfilter/af_adynamicequalizer.o
CC	libavfilter/af_adynamicsmooth.o
CC	libavfilter/af_aecho.o
CC	libavfilter/af_aemphasis.o
CC	libavfilter/af_aexciter.o
CC	libavfilter/af_afade.o
CC	libavfilter/af_afftdn.o
CC	libavfilter/af_afftfilt.o
CC	libavfilter/af_afir.o
src/libavfilter/af_afade.c:300:131: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "start_sample", "set number of first sample to start fading",  OFFSET(start_sample), AV_OPT_TYPE_INT64,  {.i64 = 0    }, 0, INT64_MAX, TFLAGS },
    ~                                                                                                                             ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:280:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/af_afade.c:301:131: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "ss",           "set number of first sample to start fading",  OFFSET(start_sample), AV_OPT_TYPE_INT64,  {.i64 = 0    }, 0, INT64_MAX, TFLAGS },
    ~                                                                                                                             ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:281:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/af_afade.c:302:131: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "nb_samples",   "set number of samples for fade duration",     OFFSET(nb_samples),   AV_OPT_TYPE_INT64,  {.i64 = 44100}, 1, INT64_MAX, TFLAGS },
    ~                                                                                                                             ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:282:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/af_afade.c:303:131: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "ns",           "set number of samples for fade duration",     OFFSET(nb_samples),   AV_OPT_TYPE_INT64,  {.i64 = 44100}, 1, INT64_MAX, TFLAGS },
    ~                                                                                                                             ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:283:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/af_afade.c:304:131: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "start_time",   "set time to start fading",                    OFFSET(start_time),   AV_OPT_TYPE_DURATION, {.i64 = 0 },  0, INT64_MAX, TFLAGS },
    ~                                                                                                                             ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:284:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/af_afade.c:305:131: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "st",           "set time to start fading",                    OFFSET(start_time),   AV_OPT_TYPE_DURATION, {.i64 = 0 },  0, INT64_MAX, TFLAGS },
    ~                                                                                                                             ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:285:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/af_afade.c:306:131: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "duration",     "set fade duration",                           OFFSET(duration),     AV_OPT_TYPE_DURATION, {.i64 = 0 },  0, INT64_MAX, TFLAGS },
    ~                                                                                                                             ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:286:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/af_afade.c:307:131: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "d",            "set fade duration",                           OFFSET(duration),     AV_OPT_TYPE_DURATION, {.i64 = 0 },  0, INT64_MAX, TFLAGS },
    ~                                                                                                                             ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:287:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
8 warnings generated.
CC	libavfilter/af_aformat.o
CC	libavfilter/af_afreqshift.o
CC	libavfilter/af_afwtdn.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_amultiply.o
CC	libavfilter/af_anequalizer.o
CC	libavfilter/af_anlmdn.o
CC	libavfilter/af_anlms.o
CC	libavfilter/af_anull.o
CC	libavfilter/af_apad.o
CC	libavfilter/af_aphaser.o
CC	libavfilter/af_apsyclip.o
src/libavfilter/af_apad.c:54:141: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "pad_len",     "set number of samples of silence to add",                  OFFSET(pad_len),     AV_OPT_TYPE_INT64, { .i64 = -1 }, -1, INT64_MAX, A },
    ~                                                                                                                                       ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:291:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/af_apad.c:55:141: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "whole_len",   "set minimum target number of samples in the audio stream", OFFSET(whole_len),   AV_OPT_TYPE_INT64, { .i64 = -1 }, -1, INT64_MAX, A },
    ~                                                                                                                                       ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:292:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/af_apad.c:56:144: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "pad_dur",     "set duration of silence to add",                           OFFSET(pad_dur),     AV_OPT_TYPE_DURATION, { .i64 = -1 }, -1, INT64_MAX, A },
    ~                                                                                                                                          ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:293:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/af_apad.c:57:144: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "whole_dur",   "set minimum target duration in the audio stream",          OFFSET(whole_dur),   AV_OPT_TYPE_DURATION, { .i64 = -1 }, -1, INT64_MAX, A },
    ~                                                                                                                                          ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:294:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
4 warnings generated.
CC	libavfilter/af_apulsator.o
CC	libavfilter/af_aresample.o
CC	libavfilter/af_arls.o
CC	libavfilter/af_arnndn.o
CC	libavfilter/af_asdr.o
CC	libavfilter/af_asetnsamples.o
CC	libavfilter/af_asetrate.o
CC	libavfilter/af_ashowinfo.o
CC	libavfilter/af_asoftclip.o
CC	libavfilter/af_aspectralstats.o
src/libavfilter/af_ashowinfo.c:123:54: warning: implicit conversion from 'unsigned int' to 'float' changes value from 4294967295 to 4294967296 [-Wimplicit-int-float-conversion]
        av_log(ctx, AV_LOG_INFO, "%f", (float)peak / UINT32_MAX);
                                                   ~ ^~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:129:23: note: expanded from macro 'UINT32_MAX'
# define UINT32_MAX             (4294967295U)
                                 ^~~~~~~~~~~
1 warning generated.
CC	libavfilter/af_astats.o
CC	libavfilter/af_asubboost.o
CC	libavfilter/af_asupercut.o
CC	libavfilter/af_atempo.o
CC	libavfilter/af_atilt.o
CC	libavfilter/af_axcorrelate.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_deesser.o
CC	libavfilter/af_dialoguenhance.o
CC	libavfilter/af_drmeter.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_sidechaincompress.o
CC	libavfilter/af_silencedetect.o
CC	libavfilter/af_silenceremove.o
CC	libavfilter/af_speechnorm.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_virtualbass.o
CC	libavfilter/af_volume.o
CC	libavfilter/af_volumedetect.o
CC	libavfilter/allfilters.o
CC	libavfilter/asink_anullsink.o
CC	libavfilter/asrc_afdelaysrc.o
CC	libavfilter/asrc_afirsrc.o
CC	libavfilter/asrc_anoisesrc.o
src/libavfilter/asrc_anoisesrc.c:65:113: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "duration",     "set duration",     OFFSET(duration),     AV_OPT_TYPE_DURATION,  {.i64 =  0},         0,  INT64_MAX,  FLAGS },
    ~                                                                                                           ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:295:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/asrc_anoisesrc.c:66:113: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "d",            "set duration",     OFFSET(duration),     AV_OPT_TYPE_DURATION,  {.i64 =  0},         0,  INT64_MAX,  FLAGS },
    ~                                                                                                           ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:296:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavfilter/asrc_anullsrc.o
2 warnings generated.
CC	libavfilter/asrc_hilbert.o
CC	libavfilter/asrc_sinc.o
src/libavfilter/asrc_anullsrc.c:57:133: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "duration",       "set the audio duration",                        OFFSET(duration),   AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },
    ~                                                                                                                               ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:296:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/asrc_anullsrc.c:58:133: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "d",              "set the audio duration",                        OFFSET(duration),   AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },
    ~                                                                                                                               ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:297:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
CC	libavfilter/asrc_sine.o
src/libavfilter/asrc_sine.c:84:64: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    OPT_DUR("duration",          duration,               0, 0, INT64_MAX, "set the audio duration",),
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:297:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/asrc_sine.c:72:40: note: expanded from macro 'OPT_DUR'
    OPT_GENERIC(name, field, def, min, max, descr, DURATION, str, __VA_ARGS__)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/libavfilter/asrc_sine.c:63:33: note: expanded from macro 'OPT_GENERIC'
      { .deffield = def }, min, max, FLAGS, __VA_ARGS__ }
                                ^~~
src/libavfilter/asrc_sine.c:85:64: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    OPT_DUR("d",                 duration,               0, 0, INT64_MAX, "set the audio duration",),
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:299:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/asrc_sine.c:72:40: note: expanded from macro 'OPT_DUR'
    OPT_GENERIC(name, field, def, min, max, descr, DURATION, str, __VA_ARGS__)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/libavfilter/asrc_sine.c:63:33: note: expanded from macro 'OPT_GENERIC'
      { .deffield = def }, min, max, FLAGS, __VA_ARGS__ }
                                ^~~
CC	libavfilter/audio.o
CC	libavfilter/avf_a3dscope.o
2 warnings generated.
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_showcwt.o
CC	libavfilter/avf_showfreqs.o
CC	libavfilter/avf_showspatial.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/boxblur.o
CC	libavfilter/buffersink.o
CC	libavfilter/buffersrc.o
CC	libavfilter/bwdifdsp.o
CC	libavfilter/ccfifo.o
CC	libavfilter/colorspace.o
CC	libavfilter/colorspacedsp.o
CC	libavfilter/drawutils.o
CC	libavfilter/ebur128.o
In file included from src/libavfilter/ebur128.c:54:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavfilter/edge_common.o
1 warning generated.
CC	libavfilter/f_bench.o
CC	libavfilter/f_cue.o
CC	libavfilter/f_drawgraph.o
src/libavfilter/f_cue.c:94:101: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "cue", "cue unix timestamp in microseconds", OFFSET(cue), AV_OPT_TYPE_INT64, { .i64 = 0 }, 0, INT64_MAX, FLAGS },
    ~                                                                                               ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:256:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/f_cue.c:95:105: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "preroll", "preroll duration in seconds", OFFSET(preroll), AV_OPT_TYPE_DURATION, { .i64 = 0 }, 0, INT64_MAX, FLAGS },
    ~                                                                                                   ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:257:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/f_cue.c:96:102: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "buffer", "buffer duration in seconds", OFFSET(buffer), AV_OPT_TYPE_DURATION, { .i64 = 0 }, 0, INT64_MAX, FLAGS },
    ~                                                                                                ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:258:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavfilter/f_ebur128.o
3 warnings generated.
CC	libavfilter/f_graphmonitor.o
CC	libavfilter/f_interleave.o
CC	libavfilter/f_latency.o
CC	libavfilter/f_loop.o
src/libavfilter/f_loop.c:272:100: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "start", "set the loop start sample",     OFFSET(start), AV_OPT_TYPE_INT64, {.i64 = 0 }, -1, INT64_MAX, AFLAGS },
    ~                                                                                              ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:303:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/f_loop.c:273:115: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "time",  "set the loop start time",       OFFSET(time),  AV_OPT_TYPE_DURATION, {.i64=INT64_MAX}, INT64_MIN, INT64_MAX, AFLAGS },
    ~                                                                                                             ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:306:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/f_loop.c:452:99: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "start", "set the loop start frame",     OFFSET(start), AV_OPT_TYPE_INT64, {.i64 = 0 }, -1, INT64_MAX, VFLAGS },
    ~                                                                                             ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:314:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/f_loop.c:453:114: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "time",  "set the loop start time",      OFFSET(time),  AV_OPT_TYPE_DURATION, {.i64=INT64_MAX}, INT64_MIN, INT64_MAX, VFLAGS },
    ~                                                                                                            ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:317:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavfilter/f_metadata.o
CC	libavfilter/f_perms.o
4 warnings generated.
CC	libavfilter/f_realtime.o
CC	libavfilter/f_reverse.o
src/libavfilter/f_realtime.c:73:96: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "limit", "sleep time limit", OFFSET(limit), AV_OPT_TYPE_DURATION, { .i64 = 2000000 }, 0, INT64_MAX, FLAGS },
    ~                                                                                          ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:258:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavfilter/f_segment.o
1 warning generated.
CC	libavfilter/f_select.o
CC	libavfilter/f_sendcmd.o
CC	libavfilter/f_sidedata.o
CC	libavfilter/f_streamselect.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
CC	libavfilter/lswsutils.o
CC	libavfilter/motion_estimation.o
CC	libavfilter/palette.o
CC	libavfilter/perlin.o
CC	libavfilter/psnr.o
CC	libavfilter/pthread.o
CC	libavfilter/qp_table.o
CC	libavfilter/scale_eval.o
CC	libavfilter/scene_sad.o
CC	libavfilter/setpts.o
CC	libavfilter/settb.o
CC	libavfilter/split.o
CC	libavfilter/src_avsynctest.o
src/libavfilter/src_avsynctest.c:86:106: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    {"duration",   "set duration",    OFFSET(duration),     AV_OPT_TYPE_DURATION,   {.i64=0},         0, INT64_MAX, V|A },
    ~                                                                                                    ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:296:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/src_avsynctest.c:87:106: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    {"d",          "set duration",    OFFSET(duration),     AV_OPT_TYPE_DURATION,   {.i64=0},         0, INT64_MAX, V|A },
    ~                                                                                                    ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:297:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavfilter/src_movie.o
CC	libavfilter/transform.o
CC	libavfilter/trim.o
src/libavfilter/trim.c:340:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTS
    ^~~~~~~~~~~
src/libavfilter/trim.c:321:153: note: expanded from macro 'COMMON_OPTS'
src/libavfilter/src_movie.c:98:125: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
        "should be passed",                                              OFFSET(start_time),  AV_OPT_TYPE_DURATION, { .i64 = INT64_MAX },    INT64_MIN, INT64_MAX, FLAGS }, \
                                                                                                                                                        ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
    { "discontinuity", "set discontinuity threshold", OFFSET(discontinuity_threshold), AV_OPT_TYPE_DURATION, {.i64 = 0}, 0, INT64_MAX, FLAGS },
    ~                                                                                                                       ^~~~~~~~~
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note#  define __INT64_C(c)  c ## LL: 
expanded from macro 'INT64_MAX'                        ^~~~~~~

<scratch space>:321:# define INT64_MAX              (__INT64_C(9223372036854775807))1
:                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
note: expanded from here
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note9223372036854775807LL: 
expanded from macro '__INT64_C'^~~~~~~~~~~~~~~~~~~~~

#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
src/libavfilter/trim.c:<scratch space>340::2935::1 :warning : noteimplicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]: 
expanded from here
9223372036854775807LL
    COMMON_OPTS^~~~~~~~~~~~~~~~~~~~~

    ^~~~~~~~~~~
src/libavfilter/trim.c:323:153: note: expanded from macro 'COMMON_OPTS'
        "should be passed",                                              OFFSET(start_time),  AV_OPT_TYPE_DURATION, { .i64 = INT64_MAX },    INT64_MIN, INT64_MAX, FLAGS }, \
                                                                                                                                                        ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:4:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/trim.c:340:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTS
    ^~~~~~~~~~~
src/libavfilter/trim.c:325:153: note: expanded from macro 'COMMON_OPTS'
        "should be dropped again",                                       OFFSET(end_time),    AV_OPT_TYPE_DURATION, { .i64 = INT64_MAX },    INT64_MIN, INT64_MAX, FLAGS }, \
                                                                                                                                                        ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:7:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/trim.c:340:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTS
    ^~~~~~~~~~~
src/libavfilter/trim.c:327:153: note: expanded from macro 'COMMON_OPTS'
        "should be dropped again",                                       OFFSET(end_time),    AV_OPT_TYPE_DURATION, { .i64 = INT64_MAX },    INT64_MIN, INT64_MAX, FLAGS }, \
                                                                                                                                                        ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:10:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/trim.c:340:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTS
    ^~~~~~~~~~~
src/libavfilter/trim.c:329:153: note: expanded from macro 'COMMON_OPTS'
       " passed",                                                        OFFSET(start_pts),   AV_OPT_TYPE_INT64,  { .i64 = AV_NOPTS_VALUE }, INT64_MIN, INT64_MAX, FLAGS }, \
                                                                                                                                                        ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:13:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/trim.c:340:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTS
    ^~~~~~~~~~~
src/libavfilter/trim.c:331:153: note: expanded from macro 'COMMON_OPTS'
        "dropped again",                                                 OFFSET(end_pts),     AV_OPT_TYPE_INT64,  { .i64 = AV_NOPTS_VALUE }, INT64_MIN, INT64_MAX, FLAGS }, \
                                                                                                                                                        ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:16:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/trim.c:340:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTS
    ^~~~~~~~~~~
src/libavfilter/trim.c:332:153: note: expanded from macro 'COMMON_OPTS'
    { "duration",    "Maximum duration of the output",                   OFFSET(duration),    AV_OPT_TYPE_DURATION, { .i64 = 0 },                    0, INT64_MAX, FLAGS }, \
    ~                                                                                                                                                   ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:17:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/trim.c:340:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTS
    ^~~~~~~~~~~
src/libavfilter/trim.c:333:153: note: expanded from macro 'COMMON_OPTS'
    { "durationi",   "Maximum duration of the output",                   OFFSET(duration),    AV_OPT_TYPE_DURATION, { .i64 = 0 },                    0, INT64_MAX, FLAGS },
    ~                                                                                                                                                   ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:18:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/trim.c:342:140: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
        "to the output",                                                 OFFSET(start_frame), AV_OPT_TYPE_INT64,  { .i64 = -1 },       -1, INT64_MAX, FLAGS },
                                                                                                                                           ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:19:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/trim.c:344:140: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
        "again",                                                         OFFSET(end_frame),   AV_OPT_TYPE_INT64,  { .i64 = INT64_MAX }, 0, INT64_MAX, FLAGS },
                                                                                                                                           ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:21:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/trim.c:376:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTS
    ^~~~~~~~~~~
src/libavfilter/trim.c:321:153: note: expanded from macro 'COMMON_OPTS'
        "should be passed",                                              OFFSET(start_time),  AV_OPT_TYPE_DURATION, { .i64 = INT64_MAX },    INT64_MIN, INT64_MAX, FLAGS }, \
                                                                                                                                                        ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:29:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/trim.c:376:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTS
    ^~~~~~~~~~~
src/libavfilter/trim.c:323:153: note: expanded from macro 'COMMON_OPTS'
        "should be passed",                                              OFFSET(start_time),  AV_OPT_TYPE_DURATION, { .i64 = INT64_MAX },    INT64_MIN, INT64_MAX, FLAGS }, \
                                                                                                                                                        ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:32:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/trim.c:376:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTS
    ^~~~~~~~~~~
src/libavfilter/trim.c:325:153: note: expanded from macro 'COMMON_OPTS'
        "should be dropped again",                                       OFFSET(end_time),    AV_OPT_TYPE_DURATION, { .i64 = INT64_MAX },    INT64_MIN, INT64_MAX, FLAGS }, \
                                                                                                                                                        ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:35:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/trim.c:376:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTS
    ^~~~~~~~~~~
src/libavfilter/trim.c:327:153: note: expanded from macro 'COMMON_OPTS'
        "should be dropped again",                                       OFFSET(end_time),    AV_OPT_TYPE_DURATION, { .i64 = INT64_MAX },    INT64_MIN, INT64_MAX, FLAGS }, \
                                                                                                                                                        ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:38:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/trim.c:376:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTS
    ^~~~~~~~~~~
src/libavfilter/trim.c:329:153: note: expanded from macro 'COMMON_OPTS'
       " passed",                                                        OFFSET(start_pts),   AV_OPT_TYPE_INT64,  { .i64 = AV_NOPTS_VALUE }, INT64_MIN, INT64_MAX, FLAGS }, \
                                                                                                                                                        ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:41:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/trim.c:376:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTS
    ^~~~~~~~~~~
src/libavfilter/trim.c:331:153: note: expanded from macro 'COMMON_OPTS'
        "dropped again",                                                 OFFSET(end_pts),     AV_OPT_TYPE_INT64,  { .i64 = AV_NOPTS_VALUE }, INT64_MIN, INT64_MAX, FLAGS }, \
                                                                                                                                                        ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:44:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/trim.c:376:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTS
    ^~~~~~~~~~~
src/libavfilter/trim.c:332:153: note: expanded from macro 'COMMON_OPTS'
    { "duration",    "Maximum duration of the output",                   OFFSET(duration),    AV_OPT_TYPE_DURATION, { .i64 = 0 },                    0, INT64_MAX, FLAGS }, \
    ~                                                                                                                                                   ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:45:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/trim.c:376:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTS
    ^~~~~~~~~~~
src/libavfilter/trim.c:333:153: note: expanded from macro 'COMMON_OPTS'
    { "durationi",   "Maximum duration of the output",                   OFFSET(duration),    AV_OPT_TYPE_DURATION, { .i64 = 0 },                    0, INT64_MAX, FLAGS },
    ~                                                                                                                                                   ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:46:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/trim.c:378:141: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
        "passed to the output",                                          OFFSET(start_sample), AV_OPT_TYPE_INT64,  { .i64 = -1 },       -1, INT64_MAX, FLAGS },
                                                                                                                                            ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:47:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/trim.c:380:141: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
        "dropped again",                                                 OFFSET(end_sample),   AV_OPT_TYPE_INT64,  { .i64 = INT64_MAX }, 0, INT64_MAX, FLAGS },
                                                                                                                                            ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:49:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavfilter/vaf_spectrumsynth.o
2 warnings generated.
CC	libavfilter/version.o
20 warnings generated.
CC	libavfilter/vf_addroi.o
CC	libavfilter/vf_alphamerge.o
1 warning generated.
CC	libavfilter/vf_amplify.o
CC	libavfilter/vf_aspect.o
CC	libavfilter/vf_atadenoise.o
CC	libavfilter/vf_avgblur.o
CC	libavfilter/vf_backgroundkey.o
CC	libavfilter/vf_bbox.o
CC	libavfilter/vf_bilateral.o
CC	libavfilter/vf_bitplanenoise.o
CC	libavfilter/vf_blackdetect.o
CC	libavfilter/vf_blackframe.o
CC	libavfilter/vf_blend.o
CC	libavfilter/vf_blockdetect.o
CC	libavfilter/vf_blurdetect.o
CC	libavfilter/vf_bm3d.o
CC	libavfilter/vf_boxblur.o
CC	libavfilter/vf_bwdif.o
CC	libavfilter/vf_cas.o
CC	libavfilter/vf_ccrepack.o
CC	libavfilter/vf_chromakey.o
CC	libavfilter/vf_chromanr.o
CC	libavfilter/vf_chromashift.o
CC	libavfilter/vf_ciescope.o
CC	libavfilter/vf_codecview.o
CC	libavfilter/vf_colorbalance.o
CC	libavfilter/vf_colorchannelmixer.o
CC	libavfilter/vf_colorconstancy.o
CC	libavfilter/vf_colorcontrast.o
CC	libavfilter/vf_colorcorrect.o
CC	libavfilter/vf_colorize.o
CC	libavfilter/vf_colorkey.o
CC	libavfilter/vf_colorlevels.o
CC	libavfilter/vf_colormap.o
CC	libavfilter/vf_colormatrix.o
CC	libavfilter/vf_colorspace.o
CC	libavfilter/vf_colortemperature.o
CC	libavfilter/vf_convolution.o
CC	libavfilter/vf_convolve.o
CC	libavfilter/vf_copy.o
CC	libavfilter/vf_corr.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_dblur.o
CC	libavfilter/vf_dctdnoiz.o
CC	libavfilter/vf_deband.o
CC	libavfilter/vf_deblock.o
CC	libavfilter/vf_decimate.o
CC	libavfilter/vf_dedot.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_epx.o
CC	libavfilter/vf_eq.o
CC	libavfilter/vf_estdif.o
CC	libavfilter/vf_exposure.o
CC	libavfilter/vf_extractplanes.o
CC	libavfilter/vf_fade.o
src/libavfilter/vf_fade.c:539:113: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
                                                    OFFSET(start_time),  AV_OPT_TYPE_DURATION, {.i64 = 0. }, 0, INT64_MAX, FLAGS },
                                                                                                                ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:42:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vf_fade.c:541:113: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
                                                    OFFSET(start_time),  AV_OPT_TYPE_DURATION, {.i64 = 0. }, 0, INT64_MAX, FLAGS },
                                                                                                                ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:43:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vf_fade.c:543:113: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
                                                    OFFSET(duration),    AV_OPT_TYPE_DURATION, {.i64 = 0. }, 0, INT64_MAX, FLAGS },
                                                                                                                ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:44:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vf_fade.c:545:113: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
                                                    OFFSET(duration),    AV_OPT_TYPE_DURATION, {.i64 = 0. }, 0, INT64_MAX, FLAGS },
                                                                                                                ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:45:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavfilter/vf_feedback.o
CC	libavfilter/vf_fftdnoiz.o
CC	libavfilter/vf_fftfilt.o
CC	libavfilter/vf_field.o
4 warnings generated.
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
src/libavfilter/vf_fps.c:204:50: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
        if (first_pts < INT64_MIN || first_pts > INT64_MAX) {
                                               ~ ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:287:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavfilter/vf_framerate.o
1 warning generated.
CC	libavfilter/vf_framestep.o
CC	libavfilter/vf_freezedetect.o
CC	libavfilter/vf_freezeframes.o
src/libavfilter/vf_freezedetect.c:57:134: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "d",                   "set minimum duration in seconds",        OFFSET(duration),  AV_OPT_TYPE_DURATION, {.i64=2000000},   0, INT64_MAX, V|F },
    ~                                                                                                                                ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:252:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vf_freezedetect.c:58:134: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "duration",            "set minimum duration in seconds",        OFFSET(duration),  AV_OPT_TYPE_DURATION, {.i64=2000000},   0, INT64_MAX, V|F },
    ~                                                                                                                                ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:253:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavfilter/vf_fspp.o
CC	libavfilter/vf_fsync.o
2 warnings generated.
src/libavfilter/vf_freezeframes.c:41:96: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "first",   "set first frame to freeze", OFFSET(first),   AV_OPT_TYPE_INT64, {.i64=0}, 0, INT64_MAX, FLAGS },
    ~                                                                                          ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:248:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vf_freezeframes.c:42:96: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "last",    "set last frame to freeze",  OFFSET(last),    AV_OPT_TYPE_INT64, {.i64=0}, 0, INT64_MAX, FLAGS },
    ~                                                                                          ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:249:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vf_freezeframes.c:43:96: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "replace", "set frame to replace",      OFFSET(replace), AV_OPT_TYPE_INT64, {.i64=0}, 0, INT64_MAX, FLAGS },
    ~                                                                                          ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:250:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavfilter/vf_gblur.o
3 warnings generated.
CC	libavfilter/vf_geq.o
CC	libavfilter/vf_gradfun.o
CC	libavfilter/vf_grayworld.o
CC	libavfilter/vf_guided.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_hsvkey.o
CC	libavfilter/vf_hue.o
CC	libavfilter/vf_huesaturation.o
CC	libavfilter/vf_hwdownload.o
CC	libavfilter/vf_hwmap.o
CC	libavfilter/vf_hwupload.o
CC	libavfilter/vf_hysteresis.o
CC	libavfilter/vf_identity.o
CC	libavfilter/vf_idet.o
CC	libavfilter/vf_il.o
CC	libavfilter/vf_kerndeint.o
CC	libavfilter/vf_lagfun.o
CC	libavfilter/vf_lenscorrection.o
CC	libavfilter/vf_limitdiff.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_maskedminmax.o
CC	libavfilter/vf_maskedthreshold.o
CC	libavfilter/vf_maskfun.o
CC	libavfilter/vf_mcdeint.o
CC	libavfilter/vf_median.o
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_monochrome.o
CC	libavfilter/vf_morpho.o
CC	libavfilter/vf_mpdecimate.o
CC	libavfilter/vf_multiply.o
CC	libavfilter/vf_negate.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_photosensitivity.o
CC	libavfilter/vf_pixdesctest.o
CC	libavfilter/vf_pixelize.o
CC	libavfilter/vf_pp.o
CC	libavfilter/vf_pp7.o
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
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_scdet.o
CC	libavfilter/vf_scroll.o
CC	libavfilter/vf_selectivecolor.o
CC	libavfilter/vf_separatefields.o
CC	libavfilter/vf_setparams.o
CC	libavfilter/vf_shear.o
CC	libavfilter/vf_showinfo.o
CC	libavfilter/vf_showpalette.o
CC	libavfilter/vf_shuffleframes.o
CC	libavfilter/vf_shufflepixels.o
CC	libavfilter/vf_shuffleplanes.o
CC	libavfilter/vf_signalstats.o
CC	libavfilter/vf_signature.o
CC	libavfilter/vf_siti.o
CC	libavfilter/vf_smartblur.o
CC	libavfilter/vf_spp.o
CC	libavfilter/vf_ssim.o
CC	libavfilter/vf_ssim360.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_tiltandshift.o
CC	libavfilter/vf_tinterlace.o
CC	libavfilter/vf_tmidequalizer.o
CC	libavfilter/vf_tonemap.o
CC	libavfilter/vf_tpad.o
src/libavfilter/vf_tpad.c:64:131: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "start_duration", "set the duration to delay input",             OFFSET(start_duration), AV_OPT_TYPE_DURATION, {.i64=0}, 0, INT64_MAX, VF },
    ~                                                                                                                             ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:295:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vf_tpad.c:65:131: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "stop_duration",  "set the duration to pad input",               OFFSET(stop_duration),  AV_OPT_TYPE_DURATION, {.i64=0}, 0, INT64_MAX, VF },
    ~                                                                                                                             ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:296:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavfilter/vf_transpose.o
2 warnings generated.
CC	libavfilter/vf_unsharp.o
CC	libavfilter/vf_untile.o
CC	libavfilter/vf_uspp.o
CC	libavfilter/vf_v360.o
CC	libavfilter/vf_vaguedenoiser.o
CC	libavfilter/vf_varblur.o
CC	libavfilter/vf_vectorscope.o
CC	libavfilter/vf_vflip.o
CC	libavfilter/vf_vfrdet.o
CC	libavfilter/vf_vibrance.o
CC	libavfilter/vf_vif.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_xfade.o
src/libavfilter/vf_xfade.c:232:133: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "offset",   "set cross fade start relative to first input stream", OFFSET(offset), AV_OPT_TYPE_DURATION, {.i64=0}, INT64_MIN, INT64_MAX, FLAGS },
    ~                                                                                                                               ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:276:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavfilter/vf_xmedian.o
CC	libavfilter/vf_xpsnr.o
CC	libavfilter/vf_yadif.o
CC	libavfilter/vf_yaepblur.o
CC	libavfilter/vf_zoompan.o
CC	libavfilter/video.o
CC	libavfilter/vsink_nullsink.o
CC	libavfilter/vsrc_cellauto.o
CC	libavfilter/vsrc_gradients.o
src/libavfilter/vsrc_gradients.c:77:106: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    {"duration",  "set video duration", OFFSET(duration),  AV_OPT_TYPE_DURATION,   {.i64=-1},        -1, INT64_MAX, FLAGS },
    ~                                                                                                    ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:249:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_gradients.c:78:106: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    {"d",         "set video duration", OFFSET(duration),  AV_OPT_TYPE_DURATION,   {.i64=-1},        -1, INT64_MAX, FLAGS },
    ~                                                                                                    ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:250:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavfilter/vsrc_life.o
2 warnings generated.
CC	libavfilter/vsrc_mandelbrot.o
1 warning generated.
CC	libavfilter/vsrc_mptestsrc.o
src/libavfilter/vsrc_mandelbrot.c:98:111: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    {"end_pts",     "set the terminal pts value",    OFFSET(end_pts), AV_OPT_TYPE_DOUBLE,     {.dbl=400},  0, INT64_MAX, FLAGS },
    ~                                                                                                         ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:249:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_mptestsrc.c:64:98: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "duration", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },
    ~                                                                                            ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:256:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_mptestsrc.c:65:98: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "d",        "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },
    ~                                                                                            ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:257:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_mptestsrc.c:81:44: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
        AV_OPT_TYPE_INT64, {.i64 = 30}, 1, INT64_MAX, FLAGS },
                                           ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:258:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_mptestsrc.c:83:44: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
        AV_OPT_TYPE_INT64, {.i64 = 30}, 1, INT64_MAX, FLAGS },
                                           ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:259:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavfilter/vsrc_perlin.o
CC	libavfilter/vsrc_sierpinski.o
1 warning generated.
CC	libavfilter/vsrc_testsrc.o
CC	libavfilter/yadif_common.o
4 warnings generated.
src/libavfilter/vsrc_testsrc.c:124:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTIONS
    ^~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:118:37: note: expanded from macro 'COMMON_OPTIONS'
#define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE
                                    ^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:114:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE'
    { "duration", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\
    ~                                                                                            ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:292:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:124:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTIONS
    ^~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:118:37: note: expanded from macro 'COMMON_OPTIONS'
#define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE
                                    ^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:115:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE'
    { "d",        "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\
    ~                                                                                            ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:293:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:230:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTIONS
    ^~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:118:37: note: expanded from macro 'COMMON_OPTIONS'
#define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE
                                    ^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:114:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE'
    { "duration", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\
    ~                                                                                            ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:300:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:230:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTIONS
    ^~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:118:37: note: expanded from macro 'COMMON_OPTIONS'
#define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE
                                    ^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:115:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE'
    { "d",        "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\
    ~                                                                                            ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:301:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
GEN	libavfilter/libavfilter.pc
src/libavfilter/vsrc_testsrc.c:321:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTIONS_NOSIZE
    ^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:114:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE'
    { "duration", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\
    ~                                                                                            ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:306:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:321:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTIONS_NOSIZE
    ^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:115:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE'
    { "d",        "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\
    ~                                                                                            ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:307:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:491:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTIONS
    ^~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:118:37: note: expanded from macro 'COMMON_OPTIONS'
#define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE
                                    ^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:114:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE'
    { "duration", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\
    ~                                                                                            ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:12:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:491:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTIONS
    ^~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:118:37: note: expanded from macro 'COMMON_OPTIONS'
#define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE
                                    ^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:115:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE'
    { "d",        "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\
    ~                                                                                            ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:13:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:716:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTIONS
    ^~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:118:37: note: expanded from macro 'COMMON_OPTIONS'
#define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE
                                    ^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:114:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE'
    { "duration", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\
    ~                                                                                            ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:18:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:716:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTIONS
    ^~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:118:37: note: expanded from macro 'COMMON_OPTIONS'
#define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE
                                    ^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:115:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE'
    { "d",        "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\
    ~                                                                                            ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:19:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavformat/3dostr.o
src/libavfilter/vsrc_testsrc.c:982:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTIONS
    ^~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:118:37: note: expanded from macro 'COMMON_OPTIONS'
#define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE
                                    ^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:114:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE'
    { "duration", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\
    ~                                                                                            ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:30:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:982:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTIONS
    ^~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:118:37: note: expanded from macro 'COMMON_OPTIONS'
#define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE
                                    ^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:115:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE'
    { "d",        "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\
    ~                                                                                            ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:31:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:1825:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTIONS
    ^~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:118:37: note: expanded from macro 'COMMON_OPTIONS'
#define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE
                                    ^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:114:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE'
    { "duration", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\
    ~                                                                                            ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:113:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:1825:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTIONS
    ^~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:118:37: note: expanded from macro 'COMMON_OPTIONS'
#define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE
                                    ^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:115:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE'
    { "d",        "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\
    ~                                                                                            ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:114:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:1906:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTIONS_NOSIZE
    ^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:114:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE'
    { "duration", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\
    ~                                                                                            ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:120:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:1906:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTIONS_NOSIZE
    ^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:115:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE'
    { "d",        "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\
    ~                                                                                            ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:121:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:2059:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTIONS
    ^~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:118:37: note: expanded from macro 'COMMON_OPTIONS'
#define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE
                                    ^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:114:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE'
    { "duration", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\
    ~                                                                                            ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:129:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:2059:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTIONS
    ^~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:118:37: note: expanded from macro 'COMMON_OPTIONS'
#define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE
                                    ^~~~~~~~~~~~~~~~~~~~~
src/libavfilter/vsrc_testsrc.c:115:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE'
    { "d",        "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\
    ~                                                                                            ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:130:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavformat/4xm.o
CC	libavformat/a64.o
CC	libavformat/aacdec.o
CC	libavformat/aadec.o
CC	libavformat/aaxdec.o
CC	libavformat/ac3dec.o
CC	libavformat/ac4dec.o
CC	libavformat/ac4enc.o
CC	libavformat/acedec.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/aeadec.o
18 warnings generated.
CC	libavformat/aeaenc.o
CC	libavformat/afc.o
CC	libavformat/aiff.o
CC	libavformat/aiffdec.o
CC	libavformat/aiffenc.o
CC	libavformat/aixdec.o
CC	libavformat/allformats.o
CC	libavformat/alp.o
CC	libavformat/amr.o
CC	libavformat/amvenc.o
CC	libavformat/anm.o
CC	libavformat/apac.o
CC	libavformat/apc.o
CC	libavformat/ape.o
CC	libavformat/apetag.o
CC	libavformat/apm.o
CC	libavformat/apngdec.o
CC	libavformat/apngenc.o
CC	libavformat/aptxdec.o
CC	libavformat/aqtitledec.o
CC	libavformat/argo_asf.o
CC	libavformat/argo_brp.o
CC	libavformat/argo_cvg.o
CC	libavformat/asf.o
CC	libavformat/asf_tags.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/av1.o
In file included from src/libavformat/async.c:36:
In file included from src/libavutil/thread.h:38:
CC	libavformat/av1dec.o
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavformat/avc.o
CC	libavformat/avformat.o
CC	libavformat/avidec.o
CC	libavformat/avienc.o
CC	libavformat/avio.o
src/libavformat/avio.c:63:137: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    {"rw_timeout", "Timeout for IO operations (in microseconds)", offsetof(URLContext, rw_timeout), AV_OPT_TYPE_INT64, { .i64 = 0 }, 0, INT64_MAX, AV_OPT_FLAG_ENCODING_PARAM | AV_OPT_FLAG_DECODING_PARAM },
    ~                                                                                                                                   ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:287:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavformat/aviobuf.o
CC	libavformat/avlanguage.o
1 warning generated.
CC	libavformat/avr.o
CC	libavformat/avs.o
CC	libavformat/avs2dec.o
CC	libavformat/avs3dec.o
CC	libavformat/bethsoftvid.o
CC	libavformat/bfi.o
CC	libavformat/bink.o
CC	libavformat/binka.o
CC	libavformat/bintext.o
CC	libavformat/bit.o
CC	libavformat/bmv.o
CC	libavformat/boadec.o
CC	libavformat/bonk.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/codec2.o
CC	libavformat/concat.o
CC	libavformat/concatdec.o
CC	libavformat/crcenc.o
CC	libavformat/crypto.o
CC	libavformat/dash.o
CC	libavformat/dashenc.o
CC	libavformat/data_uri.o
CC	libavformat/dauddec.o
src/libavformat/dashenc.c:2399:112: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "update_period", "Set the mpd update interval", OFFSET(update_period), AV_OPT_TYPE_INT64, {.i64 = 0}, 0, INT64_MAX, E},
    ~                                                                                                          ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:12:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavformat/daudenc.o
CC	libavformat/dcstr.o
CC	libavformat/demux.o
CC	libavformat/demux_utils.o
CC	libavformat/derf.o
src/libavformat/demux.c:1753:40: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
        if (bitrate >= 0 && bitrate <= INT64_MAX)
                                    ~~ ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:97:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavformat/dfa.o
CC	libavformat/dfpwmdec.o
CC	libavformat/dhav.o
CC	libavformat/diracdec.o
CC	libavformat/dnxhddec.o
CC	libavformat/dovi_isom.o
CC	libavformat/dsfdec.o
CC	libavformat/dsicin.o
CC	libavformat/dss.o
CC	libavformat/dtsdec.o
1 warning generated.
CC	libavformat/dtshddec.o
CC	libavformat/dump.o
src/libavformat/dump.c:231:53: warning: implicit conversion from 'unsigned int' to 'float' changes value from 4294967295 to 4294967296 [-Wimplicit-int-float-conversion]
        av_log(ctx, log_level, "%f", (float) peak / UINT32_MAX);
                                                  ~ ^~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:129:23: note: expanded from macro 'UINT32_MAX'
# define UINT32_MAX             (4294967295U)
                                 ^~~~~~~~~~~
CC	libavformat/dv.o
CC	libavformat/dvbsub.o
CC	libavformat/dvbtxt.o
CC	libavformat/dvenc.o
CC	libavformat/dxa.o
1 warning generated.
CC	libavformat/eacdata.o
CC	libavformat/electronicarts.o
CC	libavformat/epafdec.o
1 warning generated.
CC	libavformat/evc.o
CC	libavformat/evcdec.o
CC	libavformat/ffmetadec.o
CC	libavformat/ffmetaenc.o
CC	libavformat/fifo.o
CC	libavformat/file.o
CC	libavformat/filmstripdec.o
In file included from src/libavformat/fifo.c:27:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavformat/filmstripenc.o
src/libavformat/fifo.c:695:82: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
         AV_OPT_TYPE_DURATION, {.i64 = FIFO_DEFAULT_RECOVERY_WAIT_TIME_USEC}, 0, INT64_MAX, AV_OPT_FLAG_ENCODING_PARAM},
                                                                                 ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:310:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavformat/fifo.c:704:47: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
         AV_OPT_TYPE_DURATION, {.i64 = 0}, 0, INT64_MAX, AV_OPT_FLAG_ENCODING_PARAM},
                                              ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:311:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavformat/fitsdec.o
CC	libavformat/fitsenc.o
CC	libavformat/flac_picture.o
3 warnings generated.
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
src/libavformat/flvdec.c:507:50: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
            if (isnan(d) || d < INT64_MIN || d > INT64_MAX)
                                               ~ ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:304:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavformat/flvdec.c:770:52: warning: implicit conversion from 'long long' to 'double' changes value from -9223372036854775 to -9223372036854776 [-Wimplicit-int-float-conversion]
                   && date.milliseconds > INT64_MIN/1000
                                        ~ ~~~~~~~~~^~~~~
src/libavformat/flvdec.c:771:52: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775 to 9223372036854776 [-Wimplicit-int-float-conversion]
                   && date.milliseconds < INT64_MAX/1000
                                        ~ ~~~~~~~~~^~~~~
CC	libavformat/framecrcenc.o
CC	libavformat/framehash.o
CC	libavformat/frmdec.o
CC	libavformat/fsb.o
CC	libavformat/ftp.o
CC	libavformat/fwse.o
CC	libavformat/g722.o
CC	libavformat/g723_1.o
CC	libavformat/g726.o
3 warnings generated.
CC	libavformat/g729dec.o
CC	libavformat/gdv.o
CC	libavformat/genh.o
CC	libavformat/gif.o
CC	libavformat/gifdec.o
CC	libavformat/gopher.o
CC	libavformat/gsmdec.o
CC	libavformat/gxf.o
CC	libavformat/gxfenc.o
CC	libavformat/h261dec.o
CC	libavformat/h263dec.o
CC	libavformat/h264dec.o
CC	libavformat/hashenc.o
CC	libavformat/hca.o
CC	libavformat/hcom.o
CC	libavformat/hdsenc.o
CC	libavformat/hevc.o
CC	libavformat/hevcdec.o
CC	libavformat/hls.o
CC	libavformat/hls_sample_encryption.o
CC	libavformat/hlsenc.o
src/libavformat/hlsenc.c:3183:128: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    {"start_number",  "set first number in the sequence",        OFFSET(start_sequence),AV_OPT_TYPE_INT64,  {.i64 = 0},     0, INT64_MAX, E},
    ~                                                                                                                          ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:336:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavformat/hlsenc.c:3184:132: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    {"hls_time",      "set segment length",                      OFFSET(time),          AV_OPT_TYPE_DURATION, {.i64 = 2000000}, 0, INT64_MAX, E},
    ~                                                                                                                              ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:2:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavformat/hlsenc.c:3185:132: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    {"hls_init_time", "set segment length at init list",         OFFSET(init_time),     AV_OPT_TYPE_DURATION, {.i64 = 0},       0, INT64_MAX, E},
    ~                                                                                                                              ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:3:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavformat/hlsplaylist.o
CC	libavformat/hlsproto.o
CC	libavformat/hnm.o
CC	libavformat/http.o
src/libavformat/http.c:175:89: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "offset", "initial byte offset", OFFSET(off), AV_OPT_TYPE_INT64, { .i64 = 0 }, 0, INT64_MAX, D },
    ~                                                                                   ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:340:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavformat/http.c:176:133: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "end_offset", "try to limit the request to bytes preceding this offset", OFFSET(end_off), AV_OPT_TYPE_INT64, { .i64 = 0 }, 0, INT64_MAX, D },
    ~                                                                                                                               ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:341:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavformat/httpauth.o
CC	libavformat/iamf.o
CC	libavformat/iamf_parse.o
CC	libavformat/iamf_reader.o
3 warnings generated.
CC	libavformat/iamf_writer.o
CC	libavformat/iamfdec.o
2 warnings generated.
CC	libavformat/iamfenc.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/ifv.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/imx.o
CC	libavformat/ingenientdec.o
CC	libavformat/ip.o
CC	libavformat/ipmovie.o
CC	libavformat/ipudec.o
CC	libavformat/ircam.o
CC	libavformat/ircamdec.o
CC	libavformat/ircamenc.o
CC	libavformat/isom.o
CC	libavformat/isom_tags.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/jpegxl_anim_dec.o
CC	libavformat/jvdec.o
CC	libavformat/kvag.o
CC	libavformat/lafdec.o
CC	libavformat/latmenc.o
CC	libavformat/lc3.o
CC	libavformat/lmlm4.o
CC	libavformat/loasdec.o
CC	libavformat/lrc.o
CC	libavformat/lrcdec.o
CC	libavformat/lrcenc.o
CC	libavformat/luodatdec.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/mca.o
CC	libavformat/mccdec.o
src/libavformat/matroskadec.c:3157:40: warning: implicit conversion from 'unsigned long long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-int-float-conversion]
                if (default_duration > UINT64_MAX || default_duration < 0) {
                                     ~ ^~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:130:23: note: expanded from macro 'UINT64_MAX'
# define UINT64_MAX             (__UINT64_C(18446744073709551615))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:110:25: note: expanded from macro '__UINT64_C'
#  define __UINT64_C(c) c ## ULL
                        ^~~~~~~~
<scratch space>:179:1: note: expanded from here
18446744073709551615ULL
^~~~~~~~~~~~~~~~~~~~~~~
src/libavformat/matroskaenc.c:3543:192: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "cluster_time_limit",  "store at most the provided number of milliseconds in a cluster",                               OFFSET(cluster_time_limit), AV_OPT_TYPE_INT64, { .i64 = -1 }, -1, INT64_MAX, FLAGS },
    ~                                                                                                                                                                                          ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:206:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavformat/md5proto.o
CC	libavformat/metadata.o
CC	libavformat/mgsts.o
CC	libavformat/microdvddec.o
CC	libavformat/microdvdenc.o
CC	libavformat/mj2kdec.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/mods.o
CC	libavformat/moflex.o
CC	libavformat/mov.o
CC	libavformat/mov_chan.o
CC	libavformat/mov_esds.o
1 warning generated.
CC	libavformat/movenc.o
CC	libavformat/movenc_ttml.o
1 warning generated.
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
src/libavformat/mpegtsenc.c:2386:93: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
      OFFSET(pat_period_us), AV_OPT_TYPE_DURATION, { .i64 = PAT_RETRANS_TIME * 1000LL }, 0, INT64_MAX, ENC },
                                                                                            ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:136:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavformat/mpegtsenc.c:2388:93: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
      OFFSET(sdt_period_us), AV_OPT_TYPE_DURATION, { .i64 = SDT_RETRANS_TIME * 1000LL }, 0, INT64_MAX, ENC },
                                                                                            ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:137:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavformat/mpegtsenc.c:2390:93: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
      OFFSET(nit_period_us), AV_OPT_TYPE_DURATION, { .i64 = NIT_RETRANS_TIME * 1000LL }, 0, INT64_MAX, ENC },
                                                                                            ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:138:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavformat/mpegvideodec.o
CC	libavformat/mpjpeg.o
3 warnings generated.
CC	libavformat/mpjpegdec.o
CC	libavformat/mpl2dec.o
CC	libavformat/mpsubdec.o
CC	libavformat/msf.o
CC	libavformat/msnwc_tcp.o
CC	libavformat/mspdec.o
CC	libavformat/mtaf.o
CC	libavformat/mtv.o
CC	libavformat/musx.o
CC	libavformat/mux.o
CC	libavformat/mux_utils.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/nal.o
CC	libavformat/ncdec.o
CC	libavformat/network.o
CC	libavformat/nistspheredec.o
CC	libavformat/nspdec.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
src/libavformat/oggenc.c:95:74: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
        OFFSET(pref_duration), AV_OPT_TYPE_INT64, { .i64 = 1000000 }, 0, INT64_MAX, PARAM },
                                                                         ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:184:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavformat/oggparsecelt.o
CC	libavformat/oggparsedirac.o
CC	libavformat/oggparseflac.o
1 warning generated.
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
In file included from CC	libavformat/os_support.o
src/libavformat/options.c:42:
src/libavformat/options_table.h:39:96: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
{"probesize", "set probing size", OFFSET(probesize), AV_OPT_TYPE_INT64, {.i64 = 5000000 }, 32, INT64_MAX, D},
~                                                                                              ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:278:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
In file included from src/libavformat/options.c:42:
src/libavformat/options_table.h:59:151: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
{"analyzeduration", "specify how many microseconds are analyzed to probe the input", OFFSET(max_analyze_duration), AV_OPT_TYPE_INT64, {.i64 = 0 }, 0, INT64_MAX, D},
~                                                                                                                                                     ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:279:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
In file included from src/libavformat/options.c:42:
src/libavformat/options_table.h:66:156: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
{"start_time_realtime", "wall-clock time when stream begins (PTS==0)", OFFSET(start_time_realtime), AV_OPT_TYPE_INT64, {.i64 = AV_NOPTS_VALUE}, INT64_MIN, INT64_MAX, E},
~                                                                                                                                                          ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:282:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
In file included from src/libavformat/options.c:42:
src/libavformat/options_table.h:84:159: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775806 to 9223372036854775808 [-Wimplicit-int-float-conversion]
{"skip_initial_bytes", "set number of bytes to skip before reading header and frames", OFFSET(skip_initial_bytes), AV_OPT_TYPE_INT64, {.i64 = 0}, 0, INT64_MAX-1, D},
~                                                                                                                                                    ~~~~~~~~~^~
src/libavformat/options_table.h:88:113: warning: implicit conversion from 'long long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-int-float-conversion]
{"output_ts_offset", "set output timestamp offset", OFFSET(output_ts_offset), AV_OPT_TYPE_DURATION, {.i64 = 0}, -INT64_MAX, INT64_MAX, E},
~                                                                                                               ^~~~~~~~~~
src/libavformat/options_table.h:88:125: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
{"output_ts_offset", "set output timestamp offset", OFFSET(output_ts_offset), AV_OPT_TYPE_DURATION, {.i64 = 0}, -INT64_MAX, INT64_MAX, E},
~                                                                                                                           ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:285:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
In file included from src/libavformat/options.c:42:
src/libavformat/options_table.h:89:146: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
{"max_interleave_delta", "maximum buffering duration for interleaving", OFFSET(max_interleave_delta), AV_OPT_TYPE_INT64, { .i64 = 10000000 }, 0, INT64_MAX, E },
~                                                                                                                                                ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:286:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
In file included from src/libavformat/options.c:42:
src/libavformat/options_table.h:111:181: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
{"duration_probesize", "Maximum number of bytes to probe the durations of the streams in estimate_timings_from_pts", OFFSET(duration_probesize), AV_OPT_TYPE_INT64, {.i64 = 0 }, 0, INT64_MAX, D},
~                                                                                                                                                                                   ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:287:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavformat/options.c:431:91: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    {"id", "Set group id", offsetof(AVStreamGroup, id), AV_OPT_TYPE_INT64, {.i64 = 0}, 0, INT64_MAX, AV_OPT_FLAG_ENCODING_PARAM },
    ~                                                                                     ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:7:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavformat/osq.o
CC	libavformat/paf.o
9 warnings generated.
CC	libavformat/pcm.o
CC	libavformat/pcmdec.o
CC	libavformat/pcmenc.o
CC	libavformat/pdvdec.o
CC	libavformat/pjsdec.o
CC	libavformat/pmpdec.o
CC	libavformat/pp_bnk.o
CC	libavformat/prompeg.o
CC	libavformat/protocols.o
CC	libavformat/psxstr.o
CC	libavformat/pva.o
CC	libavformat/pvfdec.o
CC	libavformat/qcp.o
CC	libavformat/qoadec.o
CC	libavformat/qtpalette.o
CC	libavformat/r3d.o
CC	libavformat/rawdec.o
CC	libavformat/rawenc.o
CC	libavformat/rawutils.o
CC	libavformat/rawvideodec.o
CC	libavformat/rcwtdec.o
CC	libavformat/rcwtenc.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/rka.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/rtmpdigest.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_rfc4175.o
CC	libavformat/rtpdec_svq3.o
CC	libavformat/rtpdec_vc2hq.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_rfc4175.o
CC	libavformat/rtpenc_vc2hq.o
CC	libavformat/rtpenc_vp8.o
CC	libavformat/rtpenc_vp9.o
CC	libavformat/rtpenc_xiph.o
CC	libavformat/rtpproto.o
CC	libavformat/rtsp.o
CC	libavformat/rtspdec.o
CC	libavformat/rtspenc.o
src/libavformat/rtpproto.c:79:164: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "timeout",            "set timeout (in microseconds) of socket I/O operations",           OFFSET(rw_timeout),      AV_OPT_TYPE_INT64,  { .i64 = -1 },    -1, INT64_MAX, .flags = D|E },
    ~                                                                                                                                                              ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:303:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavformat/rtsp.c:103:134: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "timeout", "set timeout (in microseconds) of socket I/O operations", OFFSET(stimeout), AV_OPT_TYPE_INT64, {.i64 = 0}, INT_MIN, INT64_MAX, DEC },
    ~                                                                                                                                ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:321:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavformat/rtsp.c:113:183: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "listen_timeout", "set maximum timeout (in seconds) to wait for incoming connections", OFFSET(stimeout), AV_OPT_TYPE_DURATION, {.i64 = READ_PACKET_TIMEOUT_S*1000000}, INT_MIN, INT64_MAX, DEC },
    ~                                                                                                                                                                                 ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:327:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavformat/rtsp.c:122:183: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "listen_timeout", "set maximum timeout (in seconds) to wait for incoming connections", OFFSET(stimeout), AV_OPT_TYPE_DURATION, {.i64 = READ_PACKET_TIMEOUT_S*1000000}, INT_MIN, INT64_MAX, DEC },
    ~                                                                                                                                                                                 ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:328:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavformat/s337m.o
1 warning generated.
CC	libavformat/samidec.o
CC	libavformat/sapdec.o
CC	libavformat/sapenc.o
CC	libavformat/sauce.o
CC	libavformat/sbcdec.o
CC	libavformat/sbgdec.o
CC	libavformat/sccdec.o
src/libavformat/sbgdec.c:204:69: warning: implicit conversion from 'long long' to 'double' changes value from 4611686018427387903 to 4611686018427387904 [-Wimplicit-int-float-conversion]
        ts = av_clipd(seconds * AV_TIME_BASE, INT64_MIN/2, INT64_MAX/2);
             ~~~~~~~~                                      ~~~~~~~~~^~
CC	libavformat/sccenc.o
CC	libavformat/scd.o
CC	libavformat/sdns.o
CC	libavformat/sdp.o
CC	libavformat/sdr2.o
CC	libavformat/sdsdec.o
CC	libavformat/sdxdec.o
CC	libavformat/seek.o
CC	libavformat/segafilm.o
3 warnings generated.
CC	libavformat/segafilmenc.o
CC	libavformat/segment.o
1 warning generated.
CC	libavformat/serdec.o
CC	libavformat/sga.o
src/libavformat/segment.c:1059:163: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "segment_clocktime_wrap_duration", "set segment clocktime wrapping duration", OFFSET(clocktime_wrap_duration), AV_OPT_TYPE_DURATION, {.i64 = INT64_MAX}, 0, INT64_MAX, E},
    ~                                                                                                                                                             ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:294:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavformat/segment.c:1060:138: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "segment_time",      "set segment duration",                       OFFSET(time),AV_OPT_TYPE_DURATION, {.i64 = 2000000}, INT64_MIN, INT64_MAX,       E },
    ~                                                                                                                                    ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:296:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavformat/segment.c:1061:139: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "segment_time_delta","set approximation value used for the segment times", OFFSET(time_delta), AV_OPT_TYPE_DURATION, {.i64 = 0}, 0, INT64_MAX, E },
    ~                                                                                                                                     ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:297:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavformat/segment.c:1062:137: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "min_seg_duration",  "set minimum segment duration",               OFFSET(min_seg_duration), AV_OPT_TYPE_DURATION, {.i64 = 0}, 0, INT64_MAX, E },
    ~                                                                                                                                   ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:298:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavformat/segment.c:1076:115: warning: implicit conversion from 'long long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-int-float-conversion]
    { "initial_offset", "set initial timestamp offset", OFFSET(initial_offset), AV_OPT_TYPE_DURATION, {.i64 = 0}, -INT64_MAX, INT64_MAX, E },
    ~                                                                                                             ^~~~~~~~~~
src/libavformat/segment.c:1076:127: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "initial_offset", "set initial timestamp offset", OFFSET(initial_offset), AV_OPT_TYPE_DURATION, {.i64 = 0}, -INT64_MAX, INT64_MAX, E },
    ~                                                                                                                         ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:300:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavformat/shortendec.o
CC	libavformat/sierravmd.o
CC	libavformat/siff.o
CC	libavformat/smacker.o
CC	libavformat/smjpeg.o
6 warnings generated.
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
src/libavformat/subfile.c:38:81: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "start", "start offset", OFFSET(start), AV_OPT_TYPE_INT64, {.i64 = 0}, 0, INT64_MAX, D },
    ~                                                                           ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:291:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavformat/subfile.c:39:81: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "end",   "end offset",   OFFSET(end),   AV_OPT_TYPE_INT64, {.i64 = 0}, 0, INT64_MAX, D },
    ~                                                                           ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:292:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
CC	libavformat/supdec.o
CC	libavformat/supenc.o
CC	libavformat/svag.o
CC	libavformat/svs.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/tee_common.o
src/libavformat/tedcaptionsdec.c:39:36: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
      { .i64 = 15000 }, INT64_MIN, INT64_MAX,
                                   ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:259:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavformat/teeproto.o
CC	libavformat/thp.o
CC	libavformat/tiertexseq.o
1 warning generated.
CC	libavformat/tmv.o
CC	libavformat/tta.o
CC	libavformat/ttaenc.o
CC	libavformat/ttmlenc.o
CC	libavformat/tty.o
CC	libavformat/txd.o
CC	libavformat/ty.o
CC	libavformat/udp.o
CC	libavformat/uncodedframecrcenc.o
CC	libavformat/unix.o
In file included from src/libavformat/udp.c:68:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
src/libavformat/udp.c:125:142: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "bitrate",        "Bits to send per second",                         OFFSET(bitrate),        AV_OPT_TYPE_INT64,  { .i64 = 0  },     0, INT64_MAX, .flags = E },
    ~                                                                                                                                        ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:46:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavformat/udp.c:126:142: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    { "burst_bits",     "Max length of bursts in bits (when using bitrate)", OFFSET(burst_bits),   AV_OPT_TYPE_INT64,  { .i64 = 0  },     0, INT64_MAX, .flags = E },
    ~                                                                                                                                        ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:47:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavformat/url.o
CC	libavformat/urldecode.o
CC	libavformat/usmdec.o
CC	libavformat/utils.o
3 warnings generated.
CC	libavformat/vag.o
CC	libavformat/vc1dec.o
CC	libavformat/vc1test.o
CC	libavformat/vc1testenc.o
CC	libavformat/version.o
CC	libavformat/vividas.o
CC	libavformat/vivo.o
CC	libavformat/voc.o
CC	libavformat/voc_packet.o
CC	libavformat/vocdec.o
CC	libavformat/vocenc.o
CC	libavformat/vorbiscomment.o
CC	libavformat/vpcc.o
CC	libavformat/vpk.o
CC	libavformat/vplayerdec.o
CC	libavformat/vqf.o
CC	libavformat/vvc.o
CC	libavformat/vvcdec.o
CC	libavformat/w64.o
CC	libavformat/wady.o
CC	libavformat/wavarc.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_audenc.o
CC	libavformat/westwood_vqa.o
CC	libavformat/wsddec.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/xmd.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
GEN	libavformat/libavformat.pc
GEN	libavcodec/libavcodec.pc
CC	libpostproc/postprocess.o
CC	libpostproc/version.o
GEN	libpostproc/libpostproc.pc
GEN	libswresample/libswresample.pc
GEN	libswscale/libswscale.pc
GEN	libavutil/libavutil.pc
HOSTCC	doc/print_options.o
TXT	doc/fate.txt
CC	libavcodec/dctref.o
In file included from src/doc/print_options.c:41:
src/libavcodec/options_table.h:50:110: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
{"b", "set bitrate (in bits/s)", OFFSET(bit_rate), AV_OPT_TYPE_INT64, {.i64 = AV_CODEC_DEFAULT_BITRATE }, 0, INT64_MAX, A|V|E},
~                                                                                                            ^~~~~~~~~
/usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## L
                        ^~~~~~
<scratch space>:259:1: note: expanded from here
9223372036854775807L
^~~~~~~~~~~~~~~~~~~~
CC	libavcodec/tests/iirfilter.o
In file included from src/doc/print_options.c:43:
src/libavformat/options_table.h:39:96: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
{"probesize", "set probing size", OFFSET(probesize), AV_OPT_TYPE_INT64, {.i64 = 5000000 }, 32, INT64_MAX, D},
~                                                                                              ^~~~~~~~~
/usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## L
                        ^~~~~~
<scratch space>:260:1: note: expanded from here
9223372036854775807L
^~~~~~~~~~~~~~~~~~~~
In file included from src/doc/print_options.c:43:
src/libavformat/options_table.h:59:151: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
{"analyzeduration", "specify how many microseconds are analyzed to probe the input", OFFSET(max_analyze_duration), AV_OPT_TYPE_INT64, {.i64 = 0 }, 0, INT64_MAX, D},
~                                                                                                                                                     ^~~~~~~~~
/usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## L
                        ^~~~~~
<scratch space>:261:1: note: expanded from here
9223372036854775807L
^~~~~~~~~~~~~~~~~~~~
In file included from src/doc/print_options.c:43:
src/libavformat/options_table.h:66:156: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
{"start_time_realtime", "wall-clock time when stream begins (PTS==0)", OFFSET(start_time_realtime), AV_OPT_TYPE_INT64, {.i64 = AV_NOPTS_VALUE}, INT64_MIN, INT64_MAX, E},
~                                                                                                                                                          ^~~~~~~~~
/usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## L
                        ^~~~~~
<scratch space>:264:1: note: expanded from here
9223372036854775807L
^~~~~~~~~~~~~~~~~~~~
In file included from src/doc/print_options.c:43:
src/libavformat/options_table.h:84:159: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775806 to 9223372036854775808 [-Wimplicit-int-float-conversion]
{"skip_initial_bytes", "set number of bytes to skip before reading header and frames", OFFSET(skip_initial_bytes), AV_OPT_TYPE_INT64, {.i64 = 0}, 0, INT64_MAX-1, D},
~                                                                                                                                                    ~~~~~~~~~^~
src/libavformat/options_table.h:88:113: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-int-float-conversion]
{"output_ts_offset", "set output timestamp offset", OFFSET(output_ts_offset), AV_OPT_TYPE_DURATION, {.i64 = 0}, -INT64_MAX, INT64_MAX, E},
~                                                                                                               ^~~~~~~~~~
src/libavformat/options_table.h:88:125: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
{"output_ts_offset", "set output timestamp offset", OFFSET(output_ts_offset), AV_OPT_TYPE_DURATION, {.i64 = 0}, -INT64_MAX, INT64_MAX, E},
~                                                                                                                           ^~~~~~~~~
/usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## L
                        ^~~~~~
<scratch space>:267:1: note: expanded from here
9223372036854775807L
^~~~~~~~~~~~~~~~~~~~
In file included from src/doc/print_options.c:43:
src/libavformat/options_table.h:89:146: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
{"max_interleave_delta", "maximum buffering duration for interleaving", OFFSET(max_interleave_delta), AV_OPT_TYPE_INT64, { .i64 = 10000000 }, 0, INT64_MAX, E },
~                                                                                                                                                ^~~~~~~~~
/usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## L
                        ^~~~~~
<scratch space>:268:1: note: expanded from here
9223372036854775807L
^~~~~~~~~~~~~~~~~~~~
In file included from src/doc/print_options.c:43:
src/libavformat/options_table.h:111:181: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
{"duration_probesize", "Maximum number of bytes to probe the durations of the streams in estimate_timings_from_pts", OFFSET(duration_probesize), AV_OPT_TYPE_INT64, {.i64 = 0 }, 0, INT64_MAX, D},
~                                                                                                                                                                                   ^~~~~~~~~
/usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## L
                        ^~~~~~
<scratch space>:269:1: note: expanded from here
9223372036854775807L
^~~~~~~~~~~~~~~~~~~~
CC	libavcodec/tests/mjpegenc_huffman.o
9 warnings generated.
CC	libavcodec/tests/mpeg12framerate.o
In file included from src/libavcodec/tests/mjpegenc_huffman.c:28:
In file included from src/libavcodec/mjpegenc.h:39:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/tests/h264_levels.o
CC	libavcodec/tests/h265_levels.o
CC	libavcodec/tests/rangecoder.o
CC	libavcodec/tests/snowenc.o
AR	libavdevice/libavdevice.a
AR	libavfilter/libavfilter.a
In file included from src/libavcodec/tests/snowenc.c:21:
In file included from src/libavcodec/snowenc.c:41:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
AR	libavformat/libavformat.a
In file included from src/libavcodec/tests/snowenc.c:21:
src/libavcodec/snowenc.c:2144:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/012v.o
CC	libavcodec/4xm.o
CC	libavcodec/8bps.o
In file included from src/libavcodec/4xm.c:35:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/8svx.o
src/libavcodec/8svx.c:201:6: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
  .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_U8P,
     ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/8svx.c:216:6: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
  .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_U8P,
     ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/a64multienc.o
2 warnings generated.
CC	libavcodec/aac/aacdec.o
src/libavcodec/a64multienc.c:406:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]) {AV_PIX_FMT_GRAY8, AV_PIX_FMT_NONE},
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/a64multienc.c:421:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]) {AV_PIX_FMT_GRAY8, AV_PIX_FMT_NONE},
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
In file included from src/libavcodec/aac/aacdec.c:2500:
src/libavcodec/aac/aacdec_latm.h:342:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts   = (const enum AVSampleFormat[]) {
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
In file included from src/libavcodec/aac/aacdec.c:2500:
src/libavcodec/aac/aacdec_latm.h:347:8: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
    .p.ch_layouts    = ff_aac_ch_layout,
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/aac/aacdec.c:2547:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts   = (const enum AVSampleFormat[]) {
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/aac/aacdec.c:2552:8: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
    .p.ch_layouts    = ff_aac_ch_layout,
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/aac/aacdec.c:2569:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts   = (const enum AVSampleFormat[]) {
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/aac/aacdec.c:2574:8: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
    .p.ch_layouts    = ff_aac_ch_layout,
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
2 warnings generated.
CC	libavcodec/aac/aacdec_ac.o
1 warning generated.
CC	libavcodec/aac/aacdec_fixed.o
In file included from src/libavcodec/aac/aacdec_fixed.c:34:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/aac/aacdec_float.o
In file included from src/libavcodec/aac/aacdec_float.c:34:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/aac/aacdec_lpd.o
CC	libavcodec/aac/aacdec_tab.o
6 warnings generated.
In file included from src/libavcodec/aac/aacdec_tab.c:36:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/aac/aacdec_usac.o
1 warning generated.
CC	libavcodec/aac_ac3_parser.o
1 warning generated.
CC	libavcodec/aac_parser.o
src/libavcodec/aac_ac3_parser.c:151:17: warning: unused variable 'profile' [-Wunused-variable]
            int profile;
                ^
CC	libavcodec/aaccoder.o
1 warning generated.
CC	libavcodec/aacenc.o
src/libavcodec/aaccoder.c:534:20: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-int-float-conversion]
            qmin = INT_MAX;
                 ~ ^~~~~~~
/usr/lib/llvm-10/lib/clang/10.0.0/include/limits.h:46:19: note: expanded from macro 'INT_MAX'
#define INT_MAX   __INT_MAX__
                  ^~~~~~~~~~~
<built-in>:38:21: note: expanded from here
#define __INT_MAX__ 2147483647
                    ^~~~~~~~~~
src/libavcodec/aacenc.c:1433:8: warning: 'supported_samplerates' is deprecated [-Wdeprecated-declarations]
    .p.supported_samplerates = ff_mpeg4audio_sample_rates,
       ^
src/libavcodec/codec.h:216:5: note: 'supported_samplerates' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/aacenc.c:1435:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_FLTP,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
2 warnings generated.
CC	libavcodec/aacenc_is.o
CC	libavcodec/aacenc_ltp.o
CC	libavcodec/aacenc_pred.o
CC	libavcodec/aacenc_tns.o
2 warnings generated.
CC	libavcodec/aacenctab.o
CC	libavcodec/aacps_common.o
CC	libavcodec/aacps_fixed.o
CC	libavcodec/aacps_float.o
CC	libavcodec/aacpsdsp_fixed.o
1 warning generated.
CC	libavcodec/aacpsdsp_float.o
CC	libavcodec/aacpsy.o
CC	libavcodec/aacsbr.o
CC	libavcodec/aacsbr_fixed.o
CC	libavcodec/aactab.o
In file included from src/libavcodec/aactab.c:36:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/aandcttab.o
CC	libavcodec/aasc.o
CC	libavcodec/ac3.o
CC	libavcodec/ac3_channel_layout_tab.o
CC	libavcodec/ac3_parser.o
CC	libavcodec/ac3dec_data.o
CC	libavcodec/ac3dec_fixed.o
In file included from src/libavcodec/ac3dec_fixed.c:159:
In file included from src/libavcodec/ac3dec.c:40:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/ac3dec_float.o
src/libavcodec/ac3dec_fixed.c:188:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16P,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
In file included from src/libavcodec/ac3dec_float.c:40:
In file included from src/libavcodec/ac3dec.c:40:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
src/libavcodec/ac3dec_float.c:77:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/ac3dec_float.c:95:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/ac3dsp.o
CC	libavcodec/ac3enc.o
In file included from src/libavcodec/ac3enc.c:40:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/ac3enc_fixed.o
src/libavcodec/ac3enc_fixed.c:122:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts   = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_S32P,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/ac3enc_fixed.c:126:8: warning: 'supported_samplerates' is deprecated [-Wdeprecated-declarations]
    .p.supported_samplerates = ff_ac3_sample_rate_tab,
       ^
src/libavcodec/codec.h:216:5: note: 'supported_samplerates' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/ac3enc_fixed.c:127:8: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
    .p.ch_layouts    = ff_ac3_ch_layouts,
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
3 warnings generated.
CC	libavcodec/ac3enc_float.o
src/libavcodec/ac3enc_float.c:124:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts   = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_FLTP,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/ac3enc_float.c:127:8: warning: 'supported_samplerates' is deprecated [-Wdeprecated-declarations]
    .p.supported_samplerates = ff_ac3_sample_rate_tab,
       ^
src/libavcodec/codec.h:216:5: note: 'supported_samplerates' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/ac3enc_float.c:128:8: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
    .p.ch_layouts    = ff_ac3_ch_layouts,
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
3 warnings generated.
CC	libavcodec/ac3tab.o
1 warning generated.
CC	libavcodec/acelp_filters.o
CC	libavcodec/acelp_pitch_delay.o
3 warnings generated.
CC	libavcodec/acelp_vectors.o
2 warnings generated.
CC	libavcodec/adpcm.o
CC	libavcodec/adpcm_data.o
CC	libavcodec/adpcmenc.o
CC	libavcodec/adts_header.o
CC	libavcodec/adts_parser.o
src/libavcodec/adpcmenc.c:1024:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_ENCODER(ADPCM_ARGO,    adpcm_argo,    sample_fmts_p, 0,                             "ADPCM Argonaut Games")
^
src/libavcodec/adpcmenc.c:1021:5: note: expanded from macro 'ADPCM_ENCODER'
    ADPCM_ENCODER_3(CONFIG_ ## codec ## _ENCODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcmenc.c:1019:5: note: expanded from macro 'ADPCM_ENCODER_3'
    ADPCM_ENCODER_2(config, codec_id, name, sample_fmts, capabilities, long_name)
    ^
src/libavcodec/adpcmenc.c:1017:5: note: expanded from macro 'ADPCM_ENCODER_2'
    ADPCM_ENCODER_ ## enabled(codec_id, name, sample_fmts, capabilities, long_name)
    ^
<scratch space>:119:1: note: expanded from here
ADPCM_ENCODER_1
^
src/libavcodec/adpcmenc.c:1005:8: note: expanded from macro 'ADPCM_ENCODER_1'
    .p.sample_fmts  = sample_fmts_,                                        \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcmenc.c:1024:1: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
ADPCM_ENCODER(ADPCM_ARGO,    adpcm_argo,    sample_fmts_p, 0,                             "ADPCM Argonaut Games")
^
src/libavcodec/adpcmenc.c:1021:5: note: expanded from macro 'ADPCM_ENCODER'
    ADPCM_ENCODER_3(CONFIG_ ## codec ## _ENCODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcmenc.c:1019:5: note: expanded from macro 'ADPCM_ENCODER_3'
    ADPCM_ENCODER_2(config, codec_id, name, sample_fmts, capabilities, long_name)
    ^
src/libavcodec/adpcmenc.c:1017:5: note: expanded from macro 'ADPCM_ENCODER_2'
    ADPCM_ENCODER_ ## enabled(codec_id, name, sample_fmts, capabilities, long_name)
    ^
<scratch space>:119:1: note: expanded from here
ADPCM_ENCODER_1
^
src/libavcodec/adpcmenc.c:1006:8: note: expanded from macro 'ADPCM_ENCODER_1'
    .p.ch_layouts   = ch_layouts,                                          \
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcmenc.c:1025:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_ENCODER(ADPCM_IMA_AMV, adpcm_ima_amv, sample_fmts,   0,                             "ADPCM IMA AMV")
^
src/libavcodec/adpcmenc.c:1021:5: note: expanded from macro 'ADPCM_ENCODER'
    ADPCM_ENCODER_3(CONFIG_ ## codec ## _ENCODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcmenc.c:1019:5: note: expanded from macro 'ADPCM_ENCODER_3'
    ADPCM_ENCODER_2(config, codec_id, name, sample_fmts, capabilities, long_name)
    ^
src/libavcodec/adpcmenc.c:1017:5: note: expanded from macro 'ADPCM_ENCODER_2'
    ADPCM_ENCODER_ ## enabled(codec_id, name, sample_fmts, capabilities, long_name)
    ^
<scratch space>:126:1: note: expanded from here
ADPCM_ENCODER_1
^
src/libavcodec/adpcmenc.c:1005:8: note: expanded from macro 'ADPCM_ENCODER_1'
    .p.sample_fmts  = sample_fmts_,                                        \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcmenc.c:1025:1: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
ADPCM_ENCODER(ADPCM_IMA_AMV, adpcm_ima_amv, sample_fmts,   0,                             "ADPCM IMA AMV")
^
src/libavcodec/adpcmenc.c:1021:5: note: expanded from macro 'ADPCM_ENCODER'
    ADPCM_ENCODER_3(CONFIG_ ## codec ## _ENCODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcmenc.c:1019:5: note: expanded from macro 'ADPCM_ENCODER_3'
    ADPCM_ENCODER_2(config, codec_id, name, sample_fmts, capabilities, long_name)
    ^
src/libavcodec/adpcmenc.c:1017:5: note: expanded from macro 'ADPCM_ENCODER_2'
    ADPCM_ENCODER_ ## enabled(codec_id, name, sample_fmts, capabilities, long_name)
    ^
<scratch space>:126:1: note: expanded from here
ADPCM_ENCODER_1
^
src/libavcodec/adpcmenc.c:1006:8: note: expanded from macro 'ADPCM_ENCODER_1'
    .p.ch_layouts   = ch_layouts,                                          \
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcmenc.c:1026:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_ENCODER(ADPCM_IMA_APM, adpcm_ima_apm, sample_fmts,   AV_CODEC_CAP_SMALL_LAST_FRAME, "ADPCM IMA Ubisoft APM")
^
src/libavcodec/adpcmenc.c:1021:5: note: expanded from macro 'ADPCM_ENCODER'
    ADPCM_ENCODER_3(CONFIG_ ## codec ## _ENCODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcmenc.c:1019:5: note: expanded from macro 'ADPCM_ENCODER_3'
    ADPCM_ENCODER_2(config, codec_id, name, sample_fmts, capabilities, long_name)
    ^
src/libavcodec/adpcmenc.c:1017:5: note: expanded from macro 'ADPCM_ENCODER_2'
    ADPCM_ENCODER_ ## enabled(codec_id, name, sample_fmts, capabilities, long_name)
    ^
<scratch space>:133:1: note: expanded from here
ADPCM_ENCODER_1
^
src/libavcodec/adpcmenc.c:1005:8: note: expanded from macro 'ADPCM_ENCODER_1'
    .p.sample_fmts  = sample_fmts_,                                        \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcmenc.c:1026:1: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
ADPCM_ENCODER(ADPCM_IMA_APM, adpcm_ima_apm, sample_fmts,   AV_CODEC_CAP_SMALL_LAST_FRAME, "ADPCM IMA Ubisoft APM")
^
src/libavcodec/adpcmenc.c:1021:5: note: expanded from macro 'ADPCM_ENCODER'
    ADPCM_ENCODER_3(CONFIG_ ## codec ## _ENCODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcmenc.c:1019:5: note: expanded from macro 'ADPCM_ENCODER_3'
    ADPCM_ENCODER_2(config, codec_id, name, sample_fmts, capabilities, long_name)
    ^
src/libavcodec/adpcmenc.c:1017:5: note: expanded from macro 'ADPCM_ENCODER_2'
    ADPCM_ENCODER_ ## enabled(codec_id, name, sample_fmts, capabilities, long_name)
    ^
<scratch space>:133:1: note: expanded from here
ADPCM_ENCODER_1
^
src/libavcodec/adpcmenc.c:1006:8: note: expanded from macro 'ADPCM_ENCODER_1'
    .p.ch_layouts   = ch_layouts,                                          \
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcmenc.c:1027:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_ENCODER(ADPCM_IMA_ALP, adpcm_ima_alp, sample_fmts,   AV_CODEC_CAP_SMALL_LAST_FRAME, "ADPCM IMA High Voltage Software ALP")
^
src/libavcodec/adpcmenc.c:1021:5: note: expanded from macro 'ADPCM_ENCODER'
    ADPCM_ENCODER_3(CONFIG_ ## codec ## _ENCODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcmenc.c:1019:5: note: expanded from macro 'ADPCM_ENCODER_3'
    ADPCM_ENCODER_2(config, codec_id, name, sample_fmts, capabilities, long_name)
    ^
src/libavcodec/adpcmenc.c:1017:5: note: expanded from macro 'ADPCM_ENCODER_2'
    ADPCM_ENCODER_ ## enabled(codec_id, name, sample_fmts, capabilities, long_name)
    ^
<scratch space>:140:1: note: expanded from here
ADPCM_ENCODER_1
^
src/libavcodec/adpcmenc.c:1005:8: note: expanded from macro 'ADPCM_ENCODER_1'
    .p.sample_fmts  = sample_fmts_,                                        \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcmenc.c:1027:1: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
ADPCM_ENCODER(ADPCM_IMA_ALP, adpcm_ima_alp, sample_fmts,   AV_CODEC_CAP_SMALL_LAST_FRAME, "ADPCM IMA High Voltage Software ALP")
^
src/libavcodec/adpcmenc.c:1021:5: note: expanded from macro 'ADPCM_ENCODER'
    ADPCM_ENCODER_3(CONFIG_ ## codec ## _ENCODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcmenc.c:1019:5: note: expanded from macro 'ADPCM_ENCODER_3'
    ADPCM_ENCODER_2(config, codec_id, name, sample_fmts, capabilities, long_name)
    ^
src/libavcodec/adpcmenc.c:1017:5: note: expanded from macro 'ADPCM_ENCODER_2'
    ADPCM_ENCODER_ ## enabled(codec_id, name, sample_fmts, capabilities, long_name)
    ^
<scratch space>:140:1: note: expanded from here
ADPCM_ENCODER_1
^
src/libavcodec/adpcmenc.c:1006:8: note: expanded from macro 'ADPCM_ENCODER_1'
    .p.ch_layouts   = ch_layouts,                                          \
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcmenc.c:1028:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_ENCODER(ADPCM_IMA_QT,  adpcm_ima_qt,  sample_fmts_p, 0,                             "ADPCM IMA QuickTime")
^
src/libavcodec/adpcmenc.c:1021:5: note: expanded from macro 'ADPCM_ENCODER'
    ADPCM_ENCODER_3(CONFIG_ ## codec ## _ENCODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcmenc.c:1019:5: note: expanded from macro 'ADPCM_ENCODER_3'
    ADPCM_ENCODER_2(config, codec_id, name, sample_fmts, capabilities, long_name)
    ^
src/libavcodec/adpcmenc.c:1017:5: note: expanded from macro 'ADPCM_ENCODER_2'
    ADPCM_ENCODER_ ## enabled(codec_id, name, sample_fmts, capabilities, long_name)
    ^
<scratch space>:147:1: note: expanded from here
ADPCM_ENCODER_1
^
src/libavcodec/adpcmenc.c:1005:8: note: expanded from macro 'ADPCM_ENCODER_1'
    .p.sample_fmts  = sample_fmts_,                                        \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcmenc.c:1028:1: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
ADPCM_ENCODER(ADPCM_IMA_QT,  adpcm_ima_qt,  sample_fmts_p, 0,                             "ADPCM IMA QuickTime")
^
src/libavcodec/adpcmenc.c:1021:5: note: expanded from macro 'ADPCM_ENCODER'
    ADPCM_ENCODER_3(CONFIG_ ## codec ## _ENCODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcmenc.c:1019:5: note: expanded from macro 'ADPCM_ENCODER_3'
    ADPCM_ENCODER_2(config, codec_id, name, sample_fmts, capabilities, long_name)
    ^
src/libavcodec/adpcmenc.c:1017:5: note: expanded from macro 'ADPCM_ENCODER_2'
    ADPCM_ENCODER_ ## enabled(codec_id, name, sample_fmts, capabilities, long_name)
    ^
<scratch space>:147:1: note: expanded from here
ADPCM_ENCODER_1
^
src/libavcodec/adpcmenc.c:1006:8: note: expanded from macro 'ADPCM_ENCODER_1'
    .p.ch_layouts   = ch_layouts,                                          \
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcmenc.c:1029:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_ENCODER(ADPCM_IMA_SSI, adpcm_ima_ssi, sample_fmts,   AV_CODEC_CAP_SMALL_LAST_FRAME, "ADPCM IMA Simon & Schuster Interactive")
^
src/libavcodec/adpcmenc.c:1021:5: note: expanded from macro 'ADPCM_ENCODER'
    ADPCM_ENCODER_3(CONFIG_ ## codec ## _ENCODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcmenc.c:1019:5: note: expanded from macro 'ADPCM_ENCODER_3'
    ADPCM_ENCODER_2(config, codec_id, name, sample_fmts, capabilities, long_name)
    ^
src/libavcodec/adpcmenc.c:1017:5: note: expanded from macro 'ADPCM_ENCODER_2'
    ADPCM_ENCODER_ ## enabled(codec_id, name, sample_fmts, capabilities, long_name)
    ^
<scratch space>:154:1: note: expanded from here
ADPCM_ENCODER_1
^
src/libavcodec/adpcmenc.c:1005:8: note: expanded from macro 'ADPCM_ENCODER_1'
    .p.sample_fmts  = sample_fmts_,                                        \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcmenc.c:1029:1: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
ADPCM_ENCODER(ADPCM_IMA_SSI, adpcm_ima_ssi, sample_fmts,   AV_CODEC_CAP_SMALL_LAST_FRAME, "ADPCM IMA Simon & Schuster Interactive")
^
src/libavcodec/adpcmenc.c:1021:5: note: expanded from macro 'ADPCM_ENCODER'
    ADPCM_ENCODER_3(CONFIG_ ## codec ## _ENCODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcmenc.c:1019:5: note: expanded from macro 'ADPCM_ENCODER_3'
    ADPCM_ENCODER_2(config, codec_id, name, sample_fmts, capabilities, long_name)
    ^
src/libavcodec/adpcmenc.c:1017:5: note: expanded from macro 'ADPCM_ENCODER_2'
    ADPCM_ENCODER_ ## enabled(codec_id, name, sample_fmts, capabilities, long_name)
    ^
<scratch space>:154:1: note: expanded from here
ADPCM_ENCODER_1
^
src/libavcodec/adpcmenc.c:1006:8: note: expanded from macro 'ADPCM_ENCODER_1'
    .p.ch_layouts   = ch_layouts,                                          \
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcmenc.c:1030:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_ENCODER(ADPCM_IMA_WAV, adpcm_ima_wav, sample_fmts_p, 0,                             "ADPCM IMA WAV")
^
src/libavcodec/adpcmenc.c:1021:5: note: expanded from macro 'ADPCM_ENCODER'
    ADPCM_ENCODER_3(CONFIG_ ## codec ## _ENCODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcmenc.c:1019:5: note: expanded from macro 'ADPCM_ENCODER_3'
    ADPCM_ENCODER_2(config, codec_id, name, sample_fmts, capabilities, long_name)
    ^
src/libavcodec/adpcmenc.c:1017:5: note: expanded from macro 'ADPCM_ENCODER_2'
    ADPCM_ENCODER_ ## enabled(codec_id, name, sample_fmts, capabilities, long_name)
    ^
<scratch space>:161:1: note: expanded from here
ADPCM_ENCODER_1
^
src/libavcodec/adpcmenc.c:1005:8: note: expanded from macro 'ADPCM_ENCODER_1'
    .p.sample_fmts  = sample_fmts_,                                        \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcmenc.c:1030:1: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
ADPCM_ENCODER(ADPCM_IMA_WAV, adpcm_ima_wav, sample_fmts_p, 0,                             "ADPCM IMA WAV")
^
src/libavcodec/adpcmenc.c:1021:5: note: expanded from macro 'ADPCM_ENCODER'
    ADPCM_ENCODER_3(CONFIG_ ## codec ## _ENCODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcmenc.c:1019:5: note: expanded from macro 'ADPCM_ENCODER_3'
    ADPCM_ENCODER_2(config, codec_id, name, sample_fmts, capabilities, long_name)
    ^
src/libavcodec/adpcmenc.c:1017:5: note: expanded from macro 'ADPCM_ENCODER_2'
    ADPCM_ENCODER_ ## enabled(codec_id, name, sample_fmts, capabilities, long_name)
    ^
<scratch space>:161:1: note: expanded from here
ADPCM_ENCODER_1
^
src/libavcodec/adpcmenc.c:1006:8: note: expanded from macro 'ADPCM_ENCODER_1'
    .p.ch_layouts   = ch_layouts,                                          \
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcmenc.c:1031:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_ENCODER(ADPCM_IMA_WS,  adpcm_ima_ws,  sample_fmts,   AV_CODEC_CAP_SMALL_LAST_FRAME, "ADPCM IMA Westwood")
^
src/libavcodec/adpcmenc.c:1021:5: note: expanded from macro 'ADPCM_ENCODER'
    ADPCM_ENCODER_3(CONFIG_ ## codec ## _ENCODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcmenc.c:1019:5: note: expanded from macro 'ADPCM_ENCODER_3'
    ADPCM_ENCODER_2(config, codec_id, name, sample_fmts, capabilities, long_name)
    ^
src/libavcodec/adpcmenc.c:1017:5: note: expanded from macro 'ADPCM_ENCODER_2'
    ADPCM_ENCODER_ ## enabled(codec_id, name, sample_fmts, capabilities, long_name)
    ^
<scratch space>:168:1: note: expanded from here
ADPCM_ENCODER_1
^
src/libavcodec/adpcmenc.c:1005:8: note: expanded from macro 'ADPCM_ENCODER_1'
    .p.sample_fmts  = sample_fmts_,                                        \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcmenc.c:1031:1: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
ADPCM_ENCODER(ADPCM_IMA_WS,  adpcm_ima_ws,  sample_fmts,   AV_CODEC_CAP_SMALL_LAST_FRAME, "ADPCM IMA Westwood")
^
src/libavcodec/adpcmenc.c:1021:5: note: expanded from macro 'ADPCM_ENCODER'
    ADPCM_ENCODER_3(CONFIG_ ## codec ## _ENCODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcmenc.c:1019:5: note: expanded from macro 'ADPCM_ENCODER_3'
src/libavcodec/adpcm.c:2373    ADPCM_ENCODER_2(config, codec_id, name, sample_fmts, capabilities, long_name):
1    ^:
 src/libavcodec/adpcmenc.cwarning:: 1017:5:'sample_fmts' is deprecated [-Wdeprecated-declarations] 
note: expanded from macro 'ADPCM_ENCODER_2'
    ADPCM_ENCODER_ ## enabled(codec_id, name, sample_fmts, capabilities, long_name)
    ^
<scratch space>:168:1: note: expanded from here
ADPCM_ENCODER_1
^ADPCM_DECODER(ADPCM_4XM,         sample_fmts_s16p, adpcm_4xm,         "ADPCM 4X Movie")

src/libavcodec/adpcmenc.c^:
1006:8: note: src/libavcodec/adpcm.cexpanded from macro 'ADPCM_ENCODER_1':
2369:5: note: expanded from macro 'ADPCM_DECODER'
    .p.ch_layouts   = ch_layouts,                                          \
       ^
src/libavcodec/codec.h:    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \240
:    ^5
:src/libavcodec/adpcm.c :note2367: :'ch_layouts' has been explicitly marked deprecated here5
: note: expanded from macro 'ADPCM_DECODER_3'
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:40:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcmenc.c:1032:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_ENCODER(ADPCM_MS,      adpcm_ms,      sample_fmts,   0,                             "ADPCM Microsoft")
^
src/libavcodec/adpcmenc.c:1021:5: note: expanded from macro 'ADPCM_ENCODER'
    ADPCM_ENCODER_3(CONFIG_ ## codec ## _ENCODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcmenc.c:1019:5: note: expanded from macro 'ADPCM_ENCODER_3'
    ADPCM_ENCODER_2(config, codec_id, name, sample_fmts, capabilities, long_name)
    ^
src/libavcodec/adpcmenc.c:1017:5: note: expanded from macro 'ADPCM_ENCODER_2'
    ADPCM_ENCODER_ ## enabled(codec_id, name, sample_fmts, capabilities, long_name)
    ^
<scratch space>:175:1: note: expanded from here
ADPCM_ENCODER_1
^
src/libavcodec/adpcmenc.c:1005:8: note: expanded from macro 'ADPCM_ENCODER_1'
    .p.sample_fmts  = sample_fmts_,                                        \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcmenc.c:1032:1: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
ADPCM_ENCODER(ADPCM_MS,      adpcm_ms,      sample_fmts,   0,                             "ADPCM Microsoft")
^
src/libavcodec/adpcmenc.c:1021:5: note: expanded from macro 'ADPCM_ENCODER'
    ADPCM_ENCODER_3(CONFIG_ ## codec ## _ENCODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcmenc.c:1019:5: note: expanded from macro 'ADPCM_ENCODER_3'
    ADPCM_ENCODER_2(config, codec_id, name, sample_fmts, capabilities, long_name)
    ^
src/libavcodec/adpcmenc.c:1017:5: note: expanded from macro 'ADPCM_ENCODER_2'
    ADPCM_ENCODER_ ## enabled(codec_id, name, sample_fmts, capabilities, long_name)
    ^
<scratch space>:175:1: note: expanded from here
ADPCM_ENCODER_1
^
src/libavcodec/adpcmenc.c:1006:8: note: expanded from macro 'ADPCM_ENCODER_1'
    .p.ch_layouts   = ch_layouts,                                          \
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcmenc.c:1033:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_ENCODER(ADPCM_SWF,     adpcm_swf,     sample_fmts,   0,                             "ADPCM Shockwave Flash")
^
src/libavcodec/adpcmenc.c:1021:5: note: expanded from macro 'ADPCM_ENCODER'
    ADPCM_ENCODER_3(CONFIG_ ## codec ## _ENCODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcmenc.c:1019:5: note: expanded from macro 'ADPCM_ENCODER_3'
    ADPCM_ENCODER_2(config, codec_id, name, sample_fmts, capabilities, long_name)
    ^
src/libavcodec/adpcmenc.c:1017:5: note: expanded from macro 'ADPCM_ENCODER_2'
    ADPCM_ENCODER_ ## enabled(codec_id, name, sample_fmts, capabilities, long_name)
    ^
<scratch space>:182:1: note: expanded from here
ADPCM_ENCODER_1
^
src/libavcodec/adpcmenc.c:1005:8: note: expanded from macro 'ADPCM_ENCODER_1'
    .p.sample_fmts  = sample_fmts_,                                        \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcmenc.c:1033:1: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
ADPCM_ENCODER(ADPCM_SWF,     adpcm_swf,     sample_fmts,   0,                             "ADPCM Shockwave Flash")
^
src/libavcodec/adpcmenc.c:1021:5: note: expanded from macro 'ADPCM_ENCODER'
    ADPCM_ENCODER_3(CONFIG_ ## codec ## _ENCODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcmenc.c:1019:5: note: expanded from macro 'ADPCM_ENCODER_3'
    ADPCM_ENCODER_2(config, codec_id, name, sample_fmts, capabilities, long_name)
    ^
src/libavcodec/adpcmenc.c:1017:5: note: expanded from macro 'ADPCM_ENCODER_2'
    ADPCM_ENCODER_ ## enabled(codec_id, name, sample_fmts, capabilities, long_name)
    ^
<scratch space>:182:1: note: expanded from here
ADPCM_ENCODER_1
^
src/libavcodec/adpcmenc.c:1006:8: note: expanded from macro 'ADPCM_ENCODER_1'
    .p.ch_layouts   = ch_layouts,                                          \
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcmenc.c:1034:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
src/libavcodec/adpcm.c:2374:1ADPCM_ENCODER(ADPCM_YAMAHA,  adpcm_yamaha,  sample_fmts,   0,                             "ADPCM Yamaha"):
 ^warning
: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
src/libavcodec/adpcmenc.c:1021:5: note: expanded from macro 'ADPCM_ENCODER'
ADPCM_DECODER(ADPCM_AFC,         sample_fmts_s16p, adpcm_afc,         "ADPCM Nintendo Gamecube AFC")    ADPCM_ENCODER_3(CONFIG_ ## codec ## _ENCODER, AV_CODEC_ID_ ## codec, \

^    ^

src/libavcodec/adpcmenc.c:1019:src/libavcodec/adpcm.c5::2369 :note5: :expanded from macro 'ADPCM_ENCODER_3' 
note: expanded from macro 'ADPCM_DECODER'
    ADPCM_ENCODER_2(config, codec_id, name, sample_fmts, capabilities, long_name)
    ^
src/libavcodec/adpcmenc.c:1017:5: note    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \: 
expanded from macro 'ADPCM_ENCODER_2'    ^

src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_ENCODER_ ## enabled(codec_id, name, sample_fmts, capabilities, long_name)
    ^
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
<scratch space>src/libavcodec/adpcm.c::1892365::15::  notenote: : expanded from hereexpanded from macro 'ADPCM_DECODER_2'

ADPCM_ENCODER_1
^
src/libavcodec/adpcmenc.c:1005:8: note: expanded from macro 'ADPCM_ENCODER_1'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:47:1: note: expanded from here    .p.sample_fmts  = sample_fmts_,                                        \

       ^
ADPCM_DECODER_1src/libavcodec/codec.h
:^218
:5src/libavcodec/adpcm.c:: 2358note:: 8'sample_fmts' has been explicitly marked deprecated here:
 note: expanded from macro 'ADPCM_DECODER_1'
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note:     .p.sample_fmts  = sample_fmts_,                         \expanded from macro 'attribute_deprecated'

       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
    attribute_deprecatedsrc/libavcodec/adpcmenc.c
:    ^1034
:1:src/libavutil/attributes.h :warning100: :'ch_layouts' is deprecated [-Wdeprecated-declarations]49
: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
ADPCM_ENCODER(ADPCM_YAMAHA,  adpcm_yamaha,  sample_fmts,   0,                             "ADPCM Yamaha")
^
src/libavcodec/adpcmenc.c:1021:5: note: expanded from macro 'ADPCM_ENCODER'
    ADPCM_ENCODER_3(CONFIG_ ## codec ## _ENCODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcmenc.c:1019:5: note: expanded from macro 'ADPCM_ENCODER_3'
    ADPCM_ENCODER_2(config, codec_id, name, sample_fmts, capabilities, long_name)
    ^
src/libavcodec/adpcmenc.c:1017:5: note: expanded from macro 'ADPCM_ENCODER_2'
    ADPCM_ENCODER_ ## enabled(codec_id, name, sample_fmts, capabilities, long_name)
    ^
<scratch space>:189:1: note: expanded from here
ADPCM_ENCODER_1
^
src/libavcodec/adpcmenc.c:1006:8: note: expanded from macro 'ADPCM_ENCODER_1'
    .p.ch_layouts   = ch_layouts,                                          \
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
src/libavcodec/adpcm.c    attribute_deprecated:
2375    ^:
1src/libavutil/attributes.h:: 100warning:: 49'sample_fmts' is deprecated [-Wdeprecated-declarations]:
 note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
ADPCM_DECODER(ADPCM_AGM,         sample_fmts_s16,  adpcm_agm,         "ADPCM AmuseGraphics Movie")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:54:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2376:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_AICA,        sample_fmts_s16p, adpcm_aica,        "ADPCM Yamaha AICA")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:61:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2377:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_ARGO,        sample_fmts_s16p, adpcm_argo,        "ADPCM Argonaut Games")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:68:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2378:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_CT,          sample_fmts_s16,  adpcm_ct,          "ADPCM Creative Technology")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:75:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2379:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_DTK,         sample_fmts_s16p, adpcm_dtk,         "ADPCM Nintendo Gamecube DTK")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:82:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2380:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_EA,          sample_fmts_s16,  adpcm_ea,          "ADPCM Electronic Arts")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:89:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2381:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_EA_MAXIS_XA, sample_fmts_s16,  adpcm_ea_maxis_xa, "ADPCM Electronic Arts Maxis CDROM XA")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:96:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2382:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_EA_R1,       sample_fmts_s16p, adpcm_ea_r1,       "ADPCM Electronic Arts R1")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:103:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2383:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_EA_R2,       sample_fmts_s16p, adpcm_ea_r2,       "ADPCM Electronic Arts R2")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:110:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2384:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_EA_R3,       sample_fmts_s16p, adpcm_ea_r3,       "ADPCM Electronic Arts R3")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:117:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2385:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_EA_XAS,      sample_fmts_s16p, adpcm_ea_xas,      "ADPCM Electronic Arts XAS")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:124:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2386:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_IMA_ACORN,   sample_fmts_s16,  adpcm_ima_acorn,   "ADPCM IMA Acorn Replay")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:131:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2387:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_IMA_AMV,     sample_fmts_s16,  adpcm_ima_amv,     "ADPCM IMA AMV")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:138:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2388:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_IMA_APC,     sample_fmts_s16,  adpcm_ima_apc,     "ADPCM IMA CRYO APC")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:145:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2389:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_IMA_APM,     sample_fmts_s16,  adpcm_ima_apm,     "ADPCM IMA Ubisoft APM")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:152:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2390:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_IMA_CUNNING, sample_fmts_s16p, adpcm_ima_cunning, "ADPCM IMA Cunning Developments")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:159:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2391:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_IMA_DAT4,    sample_fmts_s16,  adpcm_ima_dat4,    "ADPCM IMA Eurocom DAT4")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:166:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2392:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_IMA_DK3,     sample_fmts_s16,  adpcm_ima_dk3,     "ADPCM IMA Duck DK3")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:173:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2393:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_IMA_DK4,     sample_fmts_s16,  adpcm_ima_dk4,     "ADPCM IMA Duck DK4")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:180:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/adx.o
src/libavcodec/adpcm.c:2394:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_IMA_EA_EACS, sample_fmts_s16,  adpcm_ima_ea_eacs, "ADPCM IMA Electronic Arts EACS")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:187:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2395:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_IMA_EA_SEAD, sample_fmts_s16,  adpcm_ima_ea_sead, "ADPCM IMA Electronic Arts SEAD")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:194:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2396:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_IMA_ISS,     sample_fmts_s16,  adpcm_ima_iss,     "ADPCM IMA Funcom ISS")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:5:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2397:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_IMA_MOFLEX,  sample_fmts_s16p, adpcm_ima_moflex,  "ADPCM IMA MobiClip MOFLEX")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:12:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2398:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_IMA_MTF,     sample_fmts_s16,  adpcm_ima_mtf,     "ADPCM IMA Capcom's MT Framework")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:19:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2399:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_IMA_OKI,     sample_fmts_s16,  adpcm_ima_oki,     "ADPCM IMA Dialogic OKI")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:26:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2400:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_IMA_QT,      sample_fmts_s16p, adpcm_ima_qt,      "ADPCM IMA QuickTime")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:33:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2401:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_IMA_RAD,     sample_fmts_s16,  adpcm_ima_rad,     "ADPCM IMA Radical")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:40:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2402:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_IMA_SSI,     sample_fmts_s16,  adpcm_ima_ssi,     "ADPCM IMA Simon & Schuster Interactive")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:47:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2403:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_IMA_SMJPEG,  sample_fmts_s16,  adpcm_ima_smjpeg,  "ADPCM IMA Loki SDL MJPEG")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:54:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2404:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_IMA_ALP,     sample_fmts_s16,  adpcm_ima_alp,     "ADPCM IMA High Voltage Software ALP")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:61:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2405:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_IMA_WAV,     sample_fmts_s16p, adpcm_ima_wav,     "ADPCM IMA WAV")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:68:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2406:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_IMA_WS,      sample_fmts_both, adpcm_ima_ws,      "ADPCM IMA Westwood")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:75:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2407:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_MS,          sample_fmts_both, adpcm_ms,          "ADPCM Microsoft")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:82:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2408:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_MTAF,        sample_fmts_s16p, adpcm_mtaf,        "ADPCM MTAF")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:89:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2409:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_PSX,         sample_fmts_s16p, adpcm_psx,         "ADPCM Playstation")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:96:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2410:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_SBPRO_2,     sample_fmts_s16,  adpcm_sbpro_2,     "ADPCM Sound Blaster Pro 2-bit")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:103:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2411:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_SBPRO_3,     sample_fmts_s16,  adpcm_sbpro_3,     "ADPCM Sound Blaster Pro 2.6-bit")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:110:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2412:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_SBPRO_4,     sample_fmts_s16,  adpcm_sbpro_4,     "ADPCM Sound Blaster Pro 4-bit")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:117:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2413:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_SWF,         sample_fmts_s16,  adpcm_swf,         "ADPCM Shockwave Flash")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:124:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2414:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_THP_LE,      sample_fmts_s16p, adpcm_thp_le,      "ADPCM Nintendo THP (little-endian)")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:131:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2415:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_THP,         sample_fmts_s16p, adpcm_thp,         "ADPCM Nintendo THP")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:138:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2416:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_XA,          sample_fmts_s16p, adpcm_xa,          "ADPCM CDROM XA")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:145:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2417:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_XMD,         sample_fmts_s16p, adpcm_xmd,         "ADPCM Konami XMD")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:152:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2418:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_YAMAHA,      sample_fmts_s16,  adpcm_yamaha,      "ADPCM Yamaha")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:159:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adpcm.c:2419:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
ADPCM_DECODER(ADPCM_ZORK,        sample_fmts_s16,  adpcm_zork,        "ADPCM Zork")
^
src/libavcodec/adpcm.c:2369:5: note: expanded from macro 'ADPCM_DECODER'
    ADPCM_DECODER_3(CONFIG_ ## codec ## _DECODER, AV_CODEC_ID_ ## codec, \
    ^
src/libavcodec/adpcm.c:2367:5: note: expanded from macro 'ADPCM_DECODER_3'
    ADPCM_DECODER_2(config, codec_id, name, sample_fmts, long_name)
    ^
src/libavcodec/adpcm.c:2365:5: note: expanded from macro 'ADPCM_DECODER_2'
    ADPCM_DECODER_ ## enabled(codec_id, name, sample_fmts, long_name)
    ^
<scratch space>:166:1: note: expanded from here
ADPCM_DECODER_1
^
src/libavcodec/adpcm.c:2358:8: note: expanded from macro 'ADPCM_DECODER_1'
    .p.sample_fmts  = sample_fmts_,                         \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/adx_parser.o
CC	libavcodec/adxdec.o
CC	libavcodec/adxenc.o
src/libavcodec/adxdec.c:267:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16P,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/adxenc.c:200:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
1 warning generated.
CC	libavcodec/agm.o
1 warning generated.
CC	libavcodec/aic.o
22 warnings generated.
CC	libavcodec/alac.o
CC	libavcodec/alac_data.o
CC	libavcodec/alacdsp.o
CC	libavcodec/alacenc.o
CC	libavcodec/aliaspixdec.o
src/libavcodec/alacenc.c:649:8: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
    .p.ch_layouts   = ff_alac_ch_layouts,
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/alacenc.c:650:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_S32P,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/aliaspixenc.o
src/libavcodec/aliaspixenc.c:111:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts = (const enum AVPixelFormat[]) {
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
1 warning generated.
CC	libavcodec/allcodecs.o
In file included from src/libavcodec/allcodecs.c:31:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
2 warnings generated.
CC	libavcodec/alsdec.o
CC	libavcodec/amr_parser.o
1 warning generated.
CC	libavcodec/amrnbdec.o
47 warnings generated.
CC	libavcodec/amrwbdec.o
CC	libavcodec/anm.o
src/libavcodec/amrnbdec.c:1107:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_FLTP,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/amrwbdec.c:1310:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_FLTP,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/ansi.o
1 warning generated.
CC	libavcodec/aom_film_grain.o
CC	libavcodec/apac.o
src/libavcodec/apac.c:277:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts    = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_U8P,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
1 warning generated.
CC	libavcodec/apedec.o
1 warning generated.
CC	libavcodec/aptx.o
src/libavcodec/apedec.c:1770:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_U8P,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/aptxdec.o
src/libavcodec/aptxdec.c:186:8: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
    .p.ch_layouts          = (const AVChannelLayout[]) { AV_CHANNEL_LAYOUT_STEREO, { 0 } },
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/aptxdec.c:187:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts         = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S32P,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/aptxdec.c:202:8: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
    .p.ch_layouts          = (const AVChannelLayout[]) { AV_CHANNEL_LAYOUT_STEREO, { 0 } },
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/aptxdec.c:203:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts         = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S32P,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/aptxenc.o
src/libavcodec/aptxenc.c:279:8: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
    .p.ch_layouts          = (const AVChannelLayout[]) { AV_CHANNEL_LAYOUT_STEREO, { 0 } },
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/aptxenc.c:280:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts         = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S32P,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/aptxenc.c:282:8: warning: 'supported_samplerates' is deprecated [-Wdeprecated-declarations]
    .p.supported_samplerates = (const int[]) {8000, 16000, 24000, 32000, 44100, 48000, 0},
       ^
src/libavcodec/codec.h:216:5: note: 'supported_samplerates' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/aptxenc.c:297:8: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
    .p.ch_layouts          = (const AVChannelLayout[]) { AV_CHANNEL_LAYOUT_STEREO, { 0 } },
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/aptxenc.c:298:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts         = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S32P,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/aptxenc.c:300:8: warning: 'supported_samplerates' is deprecated [-Wdeprecated-declarations]
    .p.supported_samplerates = (const int[]) {8000, 16000, 24000, 32000, 44100, 48000, 0},
       ^
src/libavcodec/codec.h:216:5: note: 'supported_samplerates' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
4 warnings generated.
CC	libavcodec/arbc.o
CC	libavcodec/argo.o
6 warnings generated.
CC	libavcodec/arm/aacpsdsp_init_arm.o
1 warning generated.
AS	libavcodec/arm/aacpsdsp_neon.o
AS	libavcodec/arm/ac3dsp_arm.o
AS	libavcodec/arm/ac3dsp_armv6.o
CC	libavcodec/arm/ac3dsp_init_arm.o
AS	libavcodec/arm/ac3dsp_neon.o
CC	libavcodec/arm/audiodsp_init_arm.o
CC	libavcodec/arm/audiodsp_init_neon.o
AS	libavcodec/arm/audiodsp_neon.o
CC	libavcodec/arm/blockdsp_init_arm.o
CC	libavcodec/arm/blockdsp_init_neon.o
AS	libavcodec/arm/blockdsp_neon.o
AS	libavcodec/arm/flacdsp_arm.o
CC	libavcodec/arm/flacdsp_init_arm.o
CC	libavcodec/arm/fmtconvert_init_arm.o
AS	libavcodec/arm/fmtconvert_neon.o
AS	libavcodec/arm/fmtconvert_vfp.o
CC	libavcodec/arm/g722dsp_init_arm.o
AS	libavcodec/arm/g722dsp_neon.o
CC	libavcodec/arm/h264chroma_init_arm.o
AS	libavcodec/arm/h264cmc_neon.o
CC	libavcodec/arm/h264dsp_init_arm.o
AS	libavcodec/arm/h264dsp_neon.o
AS	libavcodec/arm/h264idct_neon.o
CC	libavcodec/arm/h264pred_init_arm.o
AS	libavcodec/arm/h264pred_neon.o
CC	libavcodec/arm/h264qpel_init_arm.o
AS	libavcodec/arm/h264qpel_neon.o
AS	libavcodec/arm/hevcdsp_deblock_neon.o
AS	libavcodec/arm/hevcdsp_idct_neon.o
CC	libavcodec/arm/hevcdsp_init_arm.o
CC	libavcodec/arm/hevcdsp_init_neon.o
AS	libavcodec/arm/hevcdsp_qpel_neon.o
AS	libavcodec/arm/hevcdsp_sao_neon.o
AS	libavcodec/arm/hpeldsp_arm.o
AS	libavcodec/arm/hpeldsp_armv6.o
CC	libavcodec/arm/hpeldsp_init_arm.o
CC	libavcodec/arm/hpeldsp_init_armv6.o
CC	libavcodec/arm/hpeldsp_init_neon.o
AS	libavcodec/arm/hpeldsp_neon.o
AS	libavcodec/arm/idctdsp_arm.o
AS	libavcodec/arm/idctdsp_armv6.o
CC	libavcodec/arm/idctdsp_init_arm.o
CC	libavcodec/arm/idctdsp_init_armv5te.o
CC	libavcodec/arm/idctdsp_init_armv6.o
CC	libavcodec/arm/idctdsp_init_neon.o
AS	libavcodec/arm/idctdsp_neon.o
AS	libavcodec/arm/int_neon.o
AS	libavcodec/arm/jrevdct_arm.o
CC	libavcodec/arm/lossless_audiodsp_init_arm.o
AS	libavcodec/arm/lossless_audiodsp_neon.o
AS	libavcodec/arm/me_cmp_armv6.o
CC	libavcodec/arm/me_cmp_init_arm.o
AS	libavcodec/arm/mlpdsp_armv5te.o
AS	libavcodec/arm/mlpdsp_armv6.o
CC	libavcodec/arm/mlpdsp_init_arm.o
In file included from src/libavcodec/arm/me_cmp_init_arm.c:26:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
AS	libavcodec/arm/mpegaudiodsp_fixed_armv6.o
CC	libavcodec/arm/mpegaudiodsp_init_arm.o
CC	libavcodec/arm/mpegvideo_arm.o
CC	libavcodec/arm/mpegvideo_armv5te.o
AS	libavcodec/arm/mpegvideo_armv5te_s.o
In file included from src/libavcodec/arm/mpegvideo_arm.c:26:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
In file included from src/libavcodec/arm/mpegvideo_armv5te.c:25:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
AS	libavcodec/arm/mpegvideo_neon.o
AS	libavcodec/arm/mpegvideoencdsp_armv6.o
1 warning generated.
1 warning generated.
CC	libavcodec/arm/mpegvideoencdsp_init_arm.o
AS	libavcodec/arm/pixblockdsp_armv6.o
CC	libavcodec/arm/pixblockdsp_init_arm.o
AS	libavcodec/arm/pixblockdsp_neon.o
CC	libavcodec/arm/rv34dsp_init_arm.o
AS	libavcodec/arm/rv34dsp_neon.o
CC	libavcodec/arm/rv40dsp_init_arm.o
AS	libavcodec/arm/rv40dsp_neon.o
AS	libavcodec/arm/sbcdsp_armv6.o
CC	libavcodec/arm/sbcdsp_init_arm.o
AS	libavcodec/arm/sbcdsp_neon.o
CC	libavcodec/arm/sbrdsp_init_arm.o
AS	libavcodec/arm/sbrdsp_neon.o
AS	libavcodec/arm/simple_idct_arm.o
AS	libavcodec/arm/simple_idct_armv5te.o
AS	libavcodec/arm/simple_idct_armv6.o
AS	libavcodec/arm/simple_idct_neon.o
AS	libavcodec/arm/startcode_armv6.o
CC	libavcodec/arm/synth_filter_init_arm.o
AS	libavcodec/arm/synth_filter_neon.o
AS	libavcodec/arm/synth_filter_vfp.o
CC	libavcodec/arm/vc1dsp_init_arm.o
CC	libavcodec/arm/vc1dsp_init_neon.o
AS	libavcodec/arm/vc1dsp_neon.o
AS	libavcodec/arm/videodsp_armv5te.o
CC	libavcodec/arm/videodsp_init_arm.o
CC	libavcodec/arm/videodsp_init_armv5te.o
CC	libavcodec/arm/vorbisdsp_init_arm.o
AS	libavcodec/arm/vorbisdsp_neon.o
CC	libavcodec/arm/vp3dsp_init_arm.o
AS	libavcodec/arm/vp3dsp_neon.o
CC	libavcodec/arm/vp6dsp_init_arm.o
AS	libavcodec/arm/vp6dsp_neon.o
AS	libavcodec/arm/vp8_armv6.o
AS	libavcodec/arm/vp8dsp_armv6.o
CC	libavcodec/arm/vp8dsp_init_arm.o
CC	libavcodec/arm/vp8dsp_init_armv6.o
CC	libavcodec/arm/vp8dsp_init_neon.o
AS	libavcodec/arm/vp8dsp_neon.o
CC	libavcodec/arm/vp9dsp_init_10bpp_arm.o
CC	libavcodec/arm/vp9dsp_init_12bpp_arm.o
CC	libavcodec/arm/vp9dsp_init_arm.o
AS	libavcodec/arm/vp9itxfm_16bpp_neon.o
AS	libavcodec/arm/vp9itxfm_neon.o
AS	libavcodec/arm/vp9lpf_16bpp_neon.o
AS	libavcodec/arm/vp9lpf_neon.o
AS	libavcodec/arm/vp9mc_16bpp_neon.o
AS	libavcodec/arm/vp9mc_neon.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
In file included from src/libavcodec/asvdec.c:29:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/asvenc.o
CC	libavcodec/atrac.o
CC	libavcodec/atrac1.o
In file included from src/libavcodec/atrac.c:32:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
src/libavcodec/asvenc.c:368:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]) { AV_PIX_FMT_YUV420P,
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/asvenc.c:384:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]) { AV_PIX_FMT_YUV420P,
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
1 warning generated.
CC	libavcodec/atrac3.o
src/libavcodec/atrac1.c:402:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
In file included from src/libavcodec/atrac3.c:43:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/atrac3plus.o
src/libavcodec/atrac3.c:1035:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts    = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/atrac3.c:1054:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts    = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
1 warning generated.
CC	libavcodec/atrac3plusdec.o
In file included from src/libavcodec/atrac3plusdec.c:44:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
2 warnings generated.
CC	libavcodec/atrac3plusdsp.o
1 warning generated.
CC	libavcodec/atrac9dec.o
In file included from src/libavcodec/atrac9dec.c:24:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/atsc_a53.o
3 warnings generated.
CC	libavcodec/audio_frame_queue.o
CC	libavcodec/audiodsp.o
CC	libavcodec/aura.o
CC	libavcodec/av1_parse.o
CC	libavcodec/av1_parser.o
CC	libavcodec/av1dec.o
CC	libavcodec/avcodec.o
In file included from src/libavcodec/avcodec.c:37:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/avdct.o
CC	libavcodec/avfft.o
CC	libavcodec/avrndec.o
1 warning generated.
CC	libavcodec/avs.o
CC	libavcodec/avs2.o
CC	libavcodec/avs2_parser.o
CC	libavcodec/avs3_parser.o
CC	libavcodec/avuidec.o
CC	libavcodec/avuienc.o
src/libavcodec/avuienc.c:102:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){ AV_PIX_FMT_UYVY422, AV_PIX_FMT_NONE },
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/bethsoftvideo.o
1 warning generated.
CC	libavcodec/bfi.o
CC	libavcodec/bgmc.o
CC	libavcodec/bink.o
In file included from src/libavcodec/bink.c:28:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/binkaudio.o
CC	libavcodec/binkdsp.o
CC	libavcodec/bintext.o
CC	libavcodec/bitpacked_dec.o
CC	libavcodec/bitpacked_enc.o
src/libavcodec/bitpacked_enc.c:117:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){ AV_PIX_FMT_YUV422P10,
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/bitstream.o
CC	libavcodec/bitstream_filters.o
1 warning generated.
CC	libavcodec/blockdsp.o
CC	libavcodec/bmp.o
CC	libavcodec/bmp_parser.o
CC	libavcodec/bmpenc.o
src/libavcodec/bmpenc.c:167:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/bmvaudio.o
1 warning generated.
CC	libavcodec/bmvvideo.o
CC	libavcodec/bonk.o
CC	libavcodec/brenderpix.o
src/libavcodec/bonk.c:435:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts    = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16P,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/bsf.o
CC	libavcodec/bsf/aac_adtstoasc.o
1 warning generated.
CC	libavcodec/bsf/av1_frame_merge.o
1 warning generated.
CC	libavcodec/bsf/av1_frame_split.o
CC	libavcodec/bsf/av1_metadata.o
CC	libavcodec/bsf/chomp.o
CC	libavcodec/bsf/dca_core.o
CC	libavcodec/bsf/dovi_rpu.o
CC	libavcodec/bsf/dts2pts.o
CC	libavcodec/bsf/dump_extradata.o
CC	libavcodec/bsf/dv_error_marker.o
CC	libavcodec/bsf/eac3_core.o
CC	libavcodec/bsf/evc_frame_merge.o
CC	libavcodec/bsf/extract_extradata.o
CC	libavcodec/bsf/filter_units.o
CC	libavcodec/bsf/h264_metadata.o
CC	libavcodec/bsf/h264_mp4toannexb.o
CC	libavcodec/bsf/h264_redundant_pps.o
CC	libavcodec/bsf/h265_metadata.o
CC	libavcodec/bsf/h266_metadata.o
CC	libavcodec/bsf/hapqa_extract.o
CC	libavcodec/bsf/hevc_mp4toannexb.o
CC	libavcodec/bsf/imx_dump_header.o
CC	libavcodec/bsf/media100_to_mjpegb.o
CC	libavcodec/bsf/mjpeg2jpeg.o
CC	libavcodec/bsf/mjpega_dump_header.o
CC	libavcodec/bsf/movsub.o
CC	libavcodec/bsf/mpeg2_metadata.o
CC	libavcodec/bsf/mpeg4_unpack_bframes.o
CC	libavcodec/bsf/noise.o
CC	libavcodec/bsf/null.o
CC	libavcodec/bsf/opus_metadata.o
CC	libavcodec/bsf/pcm_rechunk.o
CC	libavcodec/bsf/pgs_frame_merge.o
CC	libavcodec/bsf/prores_metadata.o
CC	libavcodec/bsf/remove_extradata.o
CC	libavcodec/bsf/setts.o
CC	libavcodec/bsf/showinfo.o
CC	libavcodec/bsf/trace_headers.o
CC	libavcodec/bsf/truehd_core.o
CC	libavcodec/bsf/vp9_metadata.o
CC	libavcodec/bsf/vp9_raw_reorder.o
CC	libavcodec/bsf/vp9_superframe.o
CC	libavcodec/bsf/vp9_superframe_split.o
CC	libavcodec/bsf/vvc_mp4toannexb.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/cbrt_data.o
CC	libavcodec/cbrt_data_fixed.o
CC	libavcodec/cbs.o
CC	libavcodec/cbs_av1.o
CC	libavcodec/cbs_bsf.o
CC	libavcodec/cbs_h2645.o
CC	libavcodec/cbs_mpeg2.o
CC	libavcodec/cbs_sei.o
CC	libavcodec/cbs_vp8.o
CC	libavcodec/cbs_vp9.o
CC	libavcodec/ccaption_dec.o
CC	libavcodec/cdgraphics.o
CC	libavcodec/cdtoons.o
CC	libavcodec/cdxl.o
CC	libavcodec/celp_filters.o
CC	libavcodec/celp_math.o
CC	libavcodec/cfhd.o
CC	libavcodec/cfhddata.o
CC	libavcodec/cfhddsp.o
CC	libavcodec/cfhdenc.o
src/libavcodec/cfhdenc.c:867:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts       = (const enum AVPixelFormat[]) {
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/cfhdencdsp.o
CC	libavcodec/cga_data.o
CC	libavcodec/cinepak.o
1 warning generated.
CC	libavcodec/cinepakenc.o
CC	libavcodec/clearvideo.o
In file included from src/libavcodec/clearvideo.c:29:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
src/libavcodec/cinepakenc.c:1226:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]) { AV_PIX_FMT_RGB24, AV_PIX_FMT_GRAY8, AV_PIX_FMT_NONE },
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/cljrdec.o
CC	libavcodec/cljrenc.o
1 warning generated.
CC	libavcodec/cllc.o
src/libavcodec/cljrenc.c:119:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]) { AV_PIX_FMT_YUV411P,
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
1 warning generated.
CC	libavcodec/cngdec.o
src/libavcodec/cngdec.c:144:36: warning: implicit conversion from 'int' to 'float' changes value from 1081109975 to 1081110016 [-Wimplicit-int-float-conversion]
    scaling = sqrt(e * p->energy / 1081109975);
                                 ~ ^~~~~~~~~~
src/libavcodec/cngdec.c:176:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_S16,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
2 warnings generated.
CC	libavcodec/cngenc.o
1 warning generated.
CC	libavcodec/codec_desc.o
CC	libavcodec/codec_par.o
src/libavcodec/cngenc.c:111:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_S16,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/cngenc.c:113:8: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
    .p.ch_layouts   = (const AVChannelLayout[]){ AV_CHANNEL_LAYOUT_MONO, { 0 } },
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
2 warnings generated.
CC	libavcodec/container_fifo.o
CC	libavcodec/cook.o
CC	libavcodec/cook_parser.o
CC	libavcodec/cpia.o
In file included from src/libavcodec/cook.c:49:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
src/libavcodec/cook.c:1311:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/cri.o
CC	libavcodec/cri_parser.o
CC	libavcodec/cscd.o
CC	libavcodec/cyuv.o
CC	libavcodec/d3d11va.o
CC	libavcodec/dca.o
CC	libavcodec/dca_core.o
CC	libavcodec/dca_exss.o
2 warnings generated.
CC	libavcodec/dca_lbr.o
CC	libavcodec/dca_parser.o
CC	libavcodec/dca_sample_rate_tab.o
CC	libavcodec/dca_xll.o
CC	libavcodec/dcaadpcm.o
CC	libavcodec/dcadata.o
CC	libavcodec/dcadct.o
CC	libavcodec/dcadec.o
In file included from src/libavcodec/dcadec.c:24:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/dcadsp.o
src/libavcodec/dcadec.c:419:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16P, AV_SAMPLE_FMT_S32P,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
2 warnings generated.
CC	libavcodec/dcaenc.o
In file included from src/libavcodec/dcaenc.c:31:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
src/libavcodec/dcaenc.c:309:52: warning: implicit conversion from 'unsigned long long' to 'float' changes value from 281474968322048 to 281474976710656 [-Wimplicit-int-float-conversion]
            c->lfe_fir_64i[64 * j + k] = (int32_t)(0xffffff800000ULL * ff_dca_lfe_fir_64[8 * k + j]);
                                                   ^~~~~~~~~~~~~~~~~ ~
src/libavcodec/dcaenc.c:310:63: warning: implicit conversion from 'unsigned long long' to 'float' changes value from 281474968322048 to 281474976710656 [-Wimplicit-int-float-conversion]
            c->lfe_fir_64i[64 * (7-j) + (63 - k)] = (int32_t)(0xffffff800000ULL * ff_dca_lfe_fir_64[8 * k + j]);
                                                              ^~~~~~~~~~~~~~~~~ ~
src/libavcodec/dcaenc.c:1325:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts         = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_S32,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/dcaenc.c:1327:8: warning: 'supported_samplerates' is deprecated [-Wdeprecated-declarations]
    .p.supported_samplerates = sample_rates,
       ^
src/libavcodec/codec.h:216:5: note: 'supported_samplerates' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/dcaenc.c:1328:8: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
    .p.ch_layouts     = (const AVChannelLayout[]){
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/dcahuff.o
CC	libavcodec/dct32_fixed.o
CC	libavcodec/dct32_float.o
CC	libavcodec/dds.o
CC	libavcodec/decode.o
In file included from src/libavcodec/decode.c:58:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/dfa.o
CC	libavcodec/dfpwmdec.o
1 warning generated.
CC	libavcodec/dfpwmenc.o
src/libavcodec/dfpwmenc.c:118:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts   = (const enum AVSampleFormat[]){AV_SAMPLE_FMT_U8, AV_SAMPLE_FMT_NONE},
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/dirac.o
1 warning generated.
CC	libavcodec/dirac_arith.o
CC	libavcodec/dirac_dwt.o
6 warnings generated.
CC	libavcodec/dirac_parser.o
CC	libavcodec/dirac_vlc.o
CC	libavcodec/diracdec.o
In file included from src/libavcodec/diracdec.c:32:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/diracdsp.o
CC	libavcodec/diractab.o
CC	libavcodec/dnxhd_parser.o
CC	libavcodec/dnxhddata.o
CC	libavcodec/dnxhddec.o
CC	libavcodec/dnxhdenc.o
In file included from src/libavcodec/dnxhdenc.c:38:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
src/libavcodec/dnxhdenc.c:1363:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]) {
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/dnxuc_parser.o
CC	libavcodec/dolby_e.o
In file included from src/libavcodec/dolby_e.c:23:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
src/libavcodec/dolby_e.c:1313:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP, AV_SAMPLE_FMT_NONE },
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
2 warnings generated.
CC	libavcodec/dolby_e_parse.o
CC	libavcodec/dolby_e_parser.o
CC	libavcodec/dovi_rpu.o
2 warnings generated.
CC	libavcodec/dovi_rpudec.o
CC	libavcodec/dovi_rpuenc.o
CC	libavcodec/dpcm.o
CC	libavcodec/dpx.o
CC	libavcodec/dpx_parser.o
CC	libavcodec/dpxenc.o
1 warning generated.
CC	libavcodec/dsd.o
src/libavcodec/dpxenc.c:286:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
In file included from src/libavcodec/dsd.c:27:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/dsddec.o
1 warning generated.
CC	libavcodec/dsicinaudio.o
src/libavcodec/dsddec.c:133:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
DSD_DECODER(DSD_LSBF, dsd_lsbf, "DSD (Direct Stream Digital), least significant bit first")
^
src/libavcodec/dsddec.c:129:8: note: expanded from macro 'DSD_DECODER'
    .p.sample_fmts = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_FLTP, \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/dsddec.c:134:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
DSD_DECODER(DSD_MSBF, dsd_msbf, "DSD (Direct Stream Digital), most significant bit first")
^
src/libavcodec/dsddec.c:129:8: note: expanded from macro 'DSD_DECODER'
    .p.sample_fmts = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_FLTP, \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/dsddec.c:135:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
DSD_DECODER(DSD_MSBF_PLANAR, dsd_msbf_planar, "DSD (Direct Stream Digital), most significant bit first, planar")
^
src/libavcodec/dsddec.c:129:8: note: expanded from macro 'DSD_DECODER'
    .p.sample_fmts = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_FLTP, \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/dsddec.c:136:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
DSD_DECODER(DSD_LSBF_PLANAR, dsd_lsbf_planar, "DSD (Direct Stream Digital), least significant bit first, planar")
^
src/libavcodec/dsddec.c:129:8: note: expanded from macro 'DSD_DECODER'
    .p.sample_fmts = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_FLTP, \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
4 warnings generated.
CC	libavcodec/dsicinvideo.o
CC	libavcodec/dss_sp.o
CC	libavcodec/dstdec.o
CC	libavcodec/dv.o
src/libavcodec/dstdec.c:395:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLT,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/dv_profile.o
CC	libavcodec/dvaudio_parser.o
1 warning generated.
CC	libavcodec/dvaudiodec.o
CC	libavcodec/dvbsub_parser.o
CC	libavcodec/dvbsubdec.o
CC	libavcodec/dvbsubenc.o
CC	libavcodec/dvd_nav_parser.o
In file included from src/libavcodec/dvbsubdec.c:31:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/dvdata.o
CC	libavcodec/dvdec.o
In file included from src/libavcodec/dvdec.c:42:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/dvdsub.o
CC	libavcodec/dvdsub_parser.o
CC	libavcodec/dvdsubdec.o
CC	libavcodec/dvdsubenc.o
1 warning generated.
CC	libavcodec/dvenc.o
In file included from src/libavcodec/dvenc.c:37:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/dxtory.o
src/libavcodec/dvenc.c:1250:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]) {
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/dxv.o
CC	libavcodec/dxvenc.o
src/libavcodec/dxvenc.c:354:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]) {
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/dynamic_hdr_vivid.o
1 warning generated.
CC	libavcodec/eac3_data.o
1 warning generated.
CC	libavcodec/eac3enc.o
In file included from src/libavcodec/eac3enc.c:30:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/eacmv.o
CC	libavcodec/eaidct.o
src/libavcodec/eac3enc.c:276:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts   = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_FLTP,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/eac3enc.c:279:8: warning: 'supported_samplerates' is deprecated [-Wdeprecated-declarations]
    .p.supported_samplerates = ff_ac3_sample_rate_tab,
       ^
src/libavcodec/codec.h:216:5: note: 'supported_samplerates' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/eac3enc.c:280:8: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
    .p.ch_layouts    = ff_ac3_ch_layouts,
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/eamad.o
CC	libavcodec/eatgq.o
4 warnings generated.
CC	libavcodec/eatgv.o
CC	libavcodec/eatqi.o
CC	libavcodec/elbg.o
CC	libavcodec/encode.o
CC	libavcodec/error_resilience.o
2 warnings generated.
CC	libavcodec/escape124.o
In file included from src/libavcodec/error_resilience.c:35:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/escape130.o
CC	libavcodec/evc_parse.o
CC	libavcodec/evc_parser.o
CC	libavcodec/evc_ps.o
CC	libavcodec/evrcdec.o
CC	libavcodec/executor.o
In file included from src/libavcodec/executor.c:26:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/exif.o
CC	libavcodec/faandct.o
CC	libavcodec/faanidct.o
CC	libavcodec/fastaudio.o
CC	libavcodec/faxcompr.o
src/libavcodec/fastaudio.c:198:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
In file included from src/libavcodec/faxcompr.c:28:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/fdctdsp.o
1 warning generated.
CC	libavcodec/ffv1.o
CC	libavcodec/ffv1dec.o
1 warning generated.
CC	libavcodec/ffv1enc.o
1 warning generated.
CC	libavcodec/ffwavesynth.o
CC	libavcodec/fic.o
src/libavcodec/ffv1enc.c:1373:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]) {
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/fits.o
CC	libavcodec/fitsdec.o
CC	libavcodec/fitsenc.o
src/libavcodec/fitsenc.c:120:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]) { AV_PIX_FMT_GBRAP16BE,
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
1 warning generated.
CC	libavcodec/flac.o
CC	libavcodec/flac_parser.o
CC	libavcodec/flacdata.o
CC	libavcodec/flacdec.o
src/libavcodec/flacdec.c:830:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/flacdsp.o
CC	libavcodec/flacenc.o
CC	libavcodec/flacencdsp.o
src/libavcodec/flacenc.c:1763:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_S16,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
1 warning generated.
CC	libavcodec/flicvideo.o
CC	libavcodec/float2half.o
CC	libavcodec/flvdec.o
In file included from src/libavcodec/flvdec.c:24:
In file included from src/libavcodec/flvdec.h:24:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/flvenc.o
In file included from src/libavcodec/flvenc.c:22:
In file included from src/libavcodec/flvenc.h:24:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
src/libavcodec/flvenc.c:106:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]) { AV_PIX_FMT_YUV420P,
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
2 warnings generated.
CC	libavcodec/fmtconvert.o
CC	libavcodec/fmvc.o
1 warning generated.
CC	libavcodec/frame_thread_encoder.o
In file included from src/libavcodec/frame_thread_encoder.c:29:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/fraps.o
1 warning generated.
CC	libavcodec/frwu.o
CC	libavcodec/ftr.o
CC	libavcodec/ftr_parser.o
CC	libavcodec/g722.o
CC	libavcodec/g722dec.o
CC	libavcodec/g722dsp.o
CC	libavcodec/g722enc.o
CC	libavcodec/g723_1.o
CC	libavcodec/g723_1_parser.o
src/libavcodec/g722enc.c:385:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts   = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_NONE },
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/g722enc.c:386:8: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
    .p.ch_layouts   = (const AVChannelLayout[]){
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/g723_1dec.o
1 warning generated.
CC	libavcodec/g723_1enc.o
CC	libavcodec/g726.o
2 warnings generated.
src/libavcodec/g723_1enc.c:1249:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) {
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/g723_1enc.c:1252:8: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
    .p.ch_layouts   = (const AVChannelLayout[]){
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/g729_parser.o
src/libavcodec/g726.c:413:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_S16,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/g726.c:431:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_S16,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/g729dec.o
2 warnings generated.
CC	libavcodec/g729postfilter.o
CC	libavcodec/gdv.o
CC	libavcodec/gemdec.o
CC	libavcodec/get_buffer.o
CC	libavcodec/gif.o
CC	libavcodec/gif_parser.o
2 warnings generated.
CC	libavcodec/gifdec.o
src/libavcodec/gif.c:562:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/golomb.o
CC	libavcodec/gsm_parser.o
CC	libavcodec/gsmdec.o
CC	libavcodec/gsmdec_data.o
CC	libavcodec/h261.o
1 warning generated.
CC	libavcodec/h261_parser.o
CC	libavcodec/h261data.o
In file included from src/libavcodec/h261.c:28:
In file included from src/libavcodec/h261.h:32:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/h261dec.o
1 warning generated.
CC	libavcodec/h261enc.o
In file included from src/libavcodec/h261data.c:31:
In file included from src/libavcodec/h261.h:32:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
In file included from src/libavcodec/h261dec.c:29:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/h263.o
In file included from src/libavcodec/h261enc.c:30:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
In file included from src/libavcodec/h263.c:30:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/h263_parser.o
src/libavcodec/h261enc.c:386:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]) { AV_PIX_FMT_YUV420P,
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
1 warning generated.
CC	libavcodec/h263data.o
CC	libavcodec/h263dec.o
CC	libavcodec/h263dsp.o
In file included from src/libavcodec/h263dec.c:36:
In file included from src/libavcodec/flvdec.h:24:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
2 warnings generated.
CC	libavcodec/h2645_parse.o
1 warning generated.
CC	libavcodec/h2645_sei.o
CC	libavcodec/h2645_vui.o
CC	libavcodec/h2645data.o
1 warning generated.
CC	libavcodec/h264_cabac.o
CC	libavcodec/h264_cavlc.o
CC	libavcodec/h264_direct.o
CC	libavcodec/h264_levels.o
CC	libavcodec/h264_loopfilter.o
CC	libavcodec/h264_mb.o
CC	libavcodec/h264_parse.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/h264data.o
CC	libavcodec/h264dec.o
In file included from src/libavcodec/h264dec.c:37:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/h264dsp.o
1 warning generated.
CC	libavcodec/h264idct.o
CC	libavcodec/h264pred.o
CC	libavcodec/h264qpel.o
CC	libavcodec/h265_profile_level.o
CC	libavcodec/h274.o
CC	libavcodec/half2float.o
CC	libavcodec/hap.o
CC	libavcodec/hapdec.o
CC	libavcodec/hcadec.o
src/libavcodec/hcadec.c:637:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
1 warning generated.
CC	libavcodec/hcom.o
CC	libavcodec/hdr_parser.o
CC	libavcodec/hdrdec.o
CC	libavcodec/hdrenc.o
src/libavcodec/hdrenc.c:185:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
1 warning generated.
CC	libavcodec/hevc/cabac.o
CC	libavcodec/hevc/data.o
CC	libavcodec/hevc/dsp.o
CC	libavcodec/hevc/filter.o
CC	libavcodec/hevc/hevcdec.o
In file included from src/libavcodec/hevc/hevcdec.c:57:
In file included from /home/martin/fate/src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/hevc/mvs.o
CC	libavcodec/hevc/parse.o
CC	libavcodec/hevc/parser.o
CC	libavcodec/hevc/pred.o
CC	libavcodec/hevc/ps.o
CC	libavcodec/hevc/refs.o
CC	libavcodec/hevc/sei.o
CC	libavcodec/hnm4video.o
CC	libavcodec/hpeldsp.o
CC	libavcodec/hq_hqa.o
In file included from src/libavcodec/hq_hqa.c:25:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/hq_hqadsp.o
CC	libavcodec/hqx.o
CC	libavcodec/hqxdsp.o
1 warning generated.
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
src/libavcodec/huffyuvenc.c:1025:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/huffyuvenc.c:1053:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/huffyuvencdsp.o
CC	libavcodec/idcinvideo.o
CC	libavcodec/idctdsp.o
CC	libavcodec/iff.o
CC	libavcodec/iirfilter.o
2 warnings generated.
CC	libavcodec/ilbcdec.o
CC	libavcodec/imc.o
In file included from src/libavcodec/imc.c:43:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
src/libavcodec/imc.c:855:34: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-int-float-conversion]
        if(chctx->flcoeffs1[i] > INT_MAX) {
                               ~ ^~~~~~~
/usr/lib/llvm-10/lib/clang/10.0.0/include/limits.h:46:19: note: expanded from macro 'INT_MAX'
#define INT_MAX   __INT_MAX__
                  ^~~~~~~~~~~
<built-in>:38:21: note: expanded from here
#define __INT_MAX__ 2147483647
                    ^~~~~~~~~~
src/libavcodec/imc.c:1034:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/imc.c:1051:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
4 warnings generated.
CC	libavcodec/imgconvert.o
CC	libavcodec/imm4.o
CC	libavcodec/imm5.o
In file included from src/libavcodec/imm4.c:28:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/imx.o
CC	libavcodec/indeo2.o
In file included from src/libavcodec/indeo2.c:28:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/indeo3.o
CC	libavcodec/indeo4.o
In file included from src/libavcodec/indeo3.c:35:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/indeo5.o
CC	libavcodec/intelh263dec.o
In file included from src/libavcodec/intelh263dec.c:22:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/interplayacm.o
In file included from src/libavcodec/interplayacm.c:23:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/interplayvideo.o
1 warning generated.
CC	libavcodec/intrax8.o
In file included from src/libavcodec/intrax8.c:26:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/intrax8dsp.o
1 warning generated.
CC	libavcodec/ipu_parser.o
CC	libavcodec/ituh263dec.o
In file included from src/libavcodec/ituh263dec.c:39:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/ituh263enc.o
In file included from src/libavcodec/ituh263enc.c:35:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
src/libavcodec/ituh263enc.c:922:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts = (const enum AVPixelFormat[]){AV_PIX_FMT_YUV420P, AV_PIX_FMT_NONE},
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/ituh263enc.c:954:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){ AV_PIX_FMT_YUV420P, AV_PIX_FMT_NONE },
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/ivi.o
In file included from src/libavcodec/ivi.c:34:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/ivi_dsp.o
3 warnings generated.
CC	libavcodec/j2kenc.o
In file included from src/libavcodec/j2kenc.c:80:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
src/libavcodec/j2kenc.c:1848:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]) {
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
1 warning generated.
CC	libavcodec/jacosubdec.o
CC	libavcodec/jfdctfst.o
CC	libavcodec/jfdctint.o
CC	libavcodec/jni.o
CC	libavcodec/jpeg2000.o
In file included from src/libavcodec/jpeg2000.c:33:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/jpeg2000_parser.o
CC	libavcodec/jpeg2000dec.o
1 warning generated.
CC	libavcodec/jpeg2000dsp.o
CC	libavcodec/jpeg2000dwt.o
2 warnings generated.
CC	libavcodec/jpeg2000htdec.o
CC	libavcodec/jpegls.o
CC	libavcodec/jpeglsdec.o
CC	libavcodec/jpeglsenc.o
src/libavcodec/jpeglsenc.c:487:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]) {
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/jpegquanttables.o
CC	libavcodec/jpegtables.o
CC	libavcodec/jpegxl_parse.o
1 warning generated.
CC	libavcodec/jpegxl_parser.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
In file included from src/libavcodec/lagarith.c:30:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/lagarithrac.o
1 warning generated.
CC	libavcodec/latm_parser.o
CC	libavcodec/lcevcdec.o
CC	libavcodec/lcldec.o
CC	libavcodec/leaddec.o
CC	libavcodec/ljpegenc.o
src/libavcodec/ljpegenc.c:326:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
In file included from src/libavcodec/leaddec.c:35:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/loco.o
1 warning generated.
CC	libavcodec/lossless_audiodsp.o
1 warning generated.
CC	libavcodec/lossless_videodsp.o
CC	libavcodec/lossless_videoencdsp.o
CC	libavcodec/lpc.o
CC	libavcodec/lsp.o
CC	libavcodec/lzf.o
CC	libavcodec/lzw.o
CC	libavcodec/lzwenc.o
CC	libavcodec/m101.o
CC	libavcodec/mace.o
src/libavcodec/mace.c:296:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16P,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/mace.c:309:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16P,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/magicyuv.o
CC	libavcodec/magicyuvenc.o
2 warnings generated.
CC	libavcodec/mathtables.o
src/libavcodec/magicyuvenc.c:694:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts       = (const enum AVPixelFormat[]) {
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/mdec.o
CC	libavcodec/me_cmp.o
CC	libavcodec/mediacodec.o
In file included from src/libavcodec/me_cmp.c:32:
In file included from src/libavcodec/mpegvideoenc.h:34:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/metasound.o
CC	libavcodec/microdvddec.o
CC	libavcodec/midivid.o
src/libavcodec/metasound.c:377:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/mimic.o
In file included from src/libavcodec/mimic.c:26:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/misc4.o
src/libavcodec/misc4.c:187:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts    = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
1 warning generated.
1 warning generated.
CC	libavcodec/misc4_parser.o
CC	libavcodec/mjpeg_parser.o
CC	libavcodec/mjpegbdec.o
1 warning generated.
CC	libavcodec/mjpegdec.o
CC	libavcodec/mjpegdec_common.o
CC	libavcodec/mjpegenc.o
CC	libavcodec/mjpegenc_common.o
In file included from src/libavcodec/mjpegenc.c:42:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
In file included from src/libavcodec/mjpegenc_common.c:33:
In file included from src/libavcodec/mjpegenc.h:39:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
src/libavcodec/mjpegenc.c:675:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]) {
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/mjpegenc.c:704:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]) {
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
3 warnings generated.
CC	libavcodec/mjpegenc_huffman.o
CC	libavcodec/mlp.o
In file included from src/libavcodec/mlp.c:27:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/mlp_parse.o
1 warning generated.
CC	libavcodec/mlp_parser.o
CC	libavcodec/mlpdec.o
CC	libavcodec/mlpdsp.o
In file included from src/libavcodec/mlpdec.c:36:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/mlpenc.o
In file included from src/libavcodec/mlpenc.c:37:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
src/libavcodec/mlpenc.c:2311:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts          = (const enum AVSampleFormat[]) {AV_SAMPLE_FMT_S16P, AV_SAMPLE_FMT_S32P, AV_SAMPLE_FMT_NONE},
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/mlpenc.c:2312:8: warning: 'supported_samplerates' is deprecated [-Wdeprecated-declarations]
    .p.supported_samplerates = (const int[]) {44100, 48000, 88200, 96000, 176400, 192000, 0},
       ^
src/libavcodec/codec.h:216:5: note: 'supported_samplerates' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/mlpenc.c:2313:8: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
    .p.ch_layouts           = ff_mlp_ch_layouts,
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/mlpenc.c:2331:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts          = (const enum AVSampleFormat[]) {AV_SAMPLE_FMT_S16P, AV_SAMPLE_FMT_S32P, AV_SAMPLE_FMT_NONE},
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/mlpenc.c:2332:8: warning: 'supported_samplerates' is deprecated [-Wdeprecated-declarations]
    .p.supported_samplerates = (const int[]) {44100, 48000, 88200, 96000, 176400, 192000, 0},
       ^
src/libavcodec/codec.h:216:5: note: 'supported_samplerates' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/mlpenc.c:2333:8: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
    .p.ch_layouts           = (const AVChannelLayout[]) {
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
1 warning generated.
CC	libavcodec/mlz.o
CC	libavcodec/mmvideo.o
CC	libavcodec/mobiclip.o
In file included from src/libavcodec/mobiclip.c:28:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/motion_est.o
In file included from src/libavcodec/motion_est.c:38:
In file included from src/libavcodec/mpegvideoenc.h:34:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/motionpixels.o
In file included from src/libavcodec/motionpixels.c:23:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/movtextdec.o
CC	libavcodec/movtextenc.o
7 warnings generated.
CC	libavcodec/mpc.o
src/libavcodec/mpc.c:72:92: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-int-float-conversion]
                    c->sb_samples[ch][j][i] = av_clipf(mul * c->Q[ch][j + off], INT32_MIN, INT32_MAX);
                                              ~~~~~~~~                                     ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:123:22: note: expanded from macro 'INT32_MAX'
# define INT32_MAX              (2147483647)
                                 ^~~~~~~~~~
src/libavcodec/mpc.c:75:92: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-int-float-conversion]
                    c->sb_samples[ch][j][i] = av_clipf(mul * c->Q[ch][j + off], INT32_MIN, INT32_MAX);
                                              ~~~~~~~~                                     ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:123:22: note: expanded from macro 'INT32_MAX'
# define INT32_MAX              (2147483647)
                                 ^~~~~~~~~~
src/libavcodec/mpc.c:78:92: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-int-float-conversion]
                    c->sb_samples[ch][j][i] = av_clipf(mul * c->Q[ch][j + off], INT32_MIN, INT32_MAX);
                                              ~~~~~~~~                                     ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:123:22: note: expanded from macro 'INT32_MAX'
# define INT32_MAX              (2147483647)
                                 ^~~~~~~~~~
CC	libavcodec/mpc7.o
3 warnings generated.
CC	libavcodec/mpc8.o
In file included from src/libavcodec/mpc7.c:33:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
src/libavcodec/mpc7.c:326:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16P,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
In file included from src/libavcodec/mpc8.c:30:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
src/libavcodec/mpc8.c:396:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16P,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
2 warnings generated.
CC	libavcodec/mpeg12.o
In file included from src/libavcodec/mpeg12.c:32:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
2 warnings generated.
CC	libavcodec/mpeg12data.o
1 warning generated.
CC	libavcodec/mpeg12dec.o
CC	libavcodec/mpeg12enc.o
In file included from src/libavcodec/mpeg12dec.c:50:
In file included from src/libavcodec/mpeg_er.h:22:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
In file included from src/libavcodec/mpeg12enc.c:36:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
src/libavcodec/mpeg12enc.c:1185:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTS
    ^~~~~~~~~~~
src/libavcodec/mpeg12enc.c:1181:74: note: expanded from macro 'COMMON_OPTS'
      OFFSET(timecode_frame_start), AV_OPT_TYPE_INT64, {.i64 = -1 }, -1, INT64_MAX, VE}, \
                                                                         ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:158:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavcodec/mpeg12enc.c:1192:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    COMMON_OPTS
    ^~~~~~~~~~~
src/libavcodec/mpeg12enc.c:1181:74: note: expanded from macro 'COMMON_OPTS'
      OFFSET(timecode_frame_start), AV_OPT_TYPE_INT64, {.i64 = -1 }, -1, INT64_MAX, VE}, \
                                                                         ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:159:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
src/libavcodec/mpeg12enc.c:1241:8: warning: 'supported_framerates' is deprecated [-Wdeprecated-declarations]
    .p.supported_framerates = ff_mpeg12_frame_rate_tab + 1,
       ^
src/libavcodec/codec.h:212:5: note: 'supported_framerates' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/mpeg12enc.c:1242:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts           = (const enum AVPixelFormat[]) { AV_PIX_FMT_YUV420P,
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/mpeg12enc.c:1260:8: warning: 'supported_framerates' is deprecated [-Wdeprecated-declarations]
    .p.supported_framerates = ff_mpeg2_frame_rate_tab,
       ^
src/libavcodec/codec.h:212:5: note: 'supported_framerates' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/mpeg12enc.c:1261:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts           = (const enum AVPixelFormat[]) { AV_PIX_FMT_YUV420P,
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
1 warning generated.
CC	libavcodec/mpeg12framerate.o
CC	libavcodec/mpeg4audio.o
CC	libavcodec/mpeg4audio_sample_rates.o
CC	libavcodec/mpeg4video.o
In file included from src/libavcodec/mpeg4video.c:23:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
7 warnings generated.
CC	libavcodec/mpeg4video_parser.o
In file included from src/libavcodec/mpeg4video_parser.c:27:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/mpeg4videodec.o
1 warning generated.
CC	libavcodec/mpeg4videodsp.o
In file included from src/libavcodec/mpeg4videodec.c:29:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/mpeg4videoenc.o
In file included from src/libavcodec/mpeg4videoenc.c:27:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
src/libavcodec/mpeg4videoenc.c:1395:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]) { AV_PIX_FMT_YUV420P, AV_PIX_FMT_NONE },
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
2 warnings generated.
CC	libavcodec/mpeg_er.o
In file included from src/libavcodec/mpeg_er.c:22:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/mpegaudio.o
CC	libavcodec/mpegaudio_parser.o
CC	libavcodec/mpegaudiodata.o
CC	libavcodec/mpegaudiodec_common.o
CC	libavcodec/mpegaudiodec_fixed.o
In file included from src/libavcodec/mpegaudiodec_common.c:32:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/mpegaudiodec_float.o
In file included from src/libavcodec/mpegaudiodec_fixed.c:61:
In file included from src/libavcodec/mpegaudiodec_template.c:37:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
In file included from src/libavcodec/mpegaudiodec_float.c:74:
In file included from src/libavcodec/mpegaudiodec_template.c:37:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
src/libavcodec/mpegaudiodec_fixed.c:75:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16P,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/mpegaudiodec_fixed.c:92:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16P,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/mpegaudiodec_fixed.c:109:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16P,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/mpegaudiodec_fixed.c:126:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16P,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/mpegaudiodec_fixed.c:144:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16P,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/mpegaudiodec_float.c:88:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/mpegaudiodec_float.c:105:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/mpegaudiodec_float.c:122:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/mpegaudiodec_float.c:139:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/mpegaudiodec_float.c:157:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
1 warning generated.
CC	libavcodec/mpegaudiodecheader.o
CC	libavcodec/mpegaudiodsp.o
In file included from src/libavcodec/mpegaudiodsp.c:23:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/mpegaudiodsp_data.o
CC	libavcodec/mpegaudiodsp_fixed.o
In file included from src/libavcodec/mpegaudiodsp_fixed.c:20:
In file included from src/libavcodec/mpegaudiodsp_template.c:25:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/mpegaudiodsp_float.o
In file included from src/libavcodec/mpegaudiodsp_float.c:20:
In file included from src/libavcodec/mpegaudiodsp_template.c:25:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/mpegaudioenc_fixed.o
src/libavcodec/mpegaudioenc_fixed.c:35:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts         = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_S16,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/mpegaudioenc_fixed.c:37:8: warning: 'supported_samplerates' is deprecated [-Wdeprecated-declarations]
    .p.supported_samplerates = (const int[]){
       ^
src/libavcodec/codec.h:216:5: note: 'supported_samplerates' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/mpegaudioenc_fixed.c:40:8: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
    .p.ch_layouts          = (const AVChannelLayout[]){ AV_CHANNEL_LAYOUT_MONO,
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
6 warnings generated.
CC	libavcodec/mpegaudioenc_float.o
6 warnings generated.
CC	libavcodec/mpegaudiotabs.o
CC	libavcodec/mpegpicture.o
src/libavcodec/mpegaudioenc_float.c:36:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts         = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_S16,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/mpegaudioenc_float.c:38:8: warning: 'supported_samplerates' is deprecated [-Wdeprecated-declarations]
    .p.supported_samplerates = (const int[]){
       ^
src/libavcodec/codec.h:216:5: note: 'supported_samplerates' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/mpegaudioenc_float.c:41:8: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
    .p.ch_layouts          = (const AVChannelLayout[]){ AV_CHANNEL_LAYOUT_MONO,
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
In file included from src/libavcodec/mpegpicture.c:28:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/mpegutils.o
3 warnings generated.
CC	libavcodec/mpegvideo.o
In file included from src/libavcodec/mpegvideo.c:40:
In file included from src/libavcodec/mpeg_er.h:22:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/mpegvideo_dec.o
In file included from src/libavcodec/mpegvideo_dec.c:38:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/mpegvideo_enc.o
3 warnings generated.
CC	libavcodec/mpegvideo_motion.o
In file included from src/libavcodec/mpegvideo_enc.c:45:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
In file included from src/libavcodec/mpegvideo_motion.c:31:
In file included from src/libavcodec/h261.h:32:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/mpegvideo_parser.o
CC	libavcodec/mpegvideodata.o
CC	libavcodec/mpegvideoencdsp.o
1 warning generated.
CC	libavcodec/mpl2dec.o
CC	libavcodec/mqc.o
CC	libavcodec/mqcdec.o
CC	libavcodec/mqcenc.o
CC	libavcodec/msgsmdec.o
CC	libavcodec/msmpeg4.o
In file included from src/libavcodec/msmpeg4.c:32:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/msmpeg4_vc1_data.o
In file included from src/libavcodec/msmpeg4_vc1_data.c:33:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/msmpeg4data.o
1 warning generated.
CC	libavcodec/msmpeg4dec.o
In file included from src/libavcodec/msmpeg4dec.c:25:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/msmpeg4enc.o
In file included from src/libavcodec/msmpeg4enc.c:35:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
src/libavcodec/msmpeg4enc.c:683:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){ AV_PIX_FMT_YUV420P, AV_PIX_FMT_NONE },
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/msmpeg4enc.c:699:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){ AV_PIX_FMT_YUV420P, AV_PIX_FMT_NONE },
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/msmpeg4enc.c:715:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){ AV_PIX_FMT_YUV420P, AV_PIX_FMT_NONE },
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
1 warning generated.
CC	libavcodec/msp2dec.o
CC	libavcodec/msrle.o
4 warnings generated.
CC	libavcodec/msrledec.o
CC	libavcodec/msrleenc.o
src/libavcodec/msrleenc.c:296:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/mss1.o
1 warning generated.
CC	libavcodec/mss12.o
CC	libavcodec/mss2.o
In file included from src/libavcodec/mss2.c:31:
In file included from src/libavcodec/mpeg_er.h:22:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/mss2dsp.o
CC	libavcodec/mss3.o
1 warning generated.
CC	libavcodec/mss34dsp.o
CC	libavcodec/mss4.o
In file included from src/libavcodec/mss4.c:29:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/msvideo1.o
CC	libavcodec/msvideo1enc.o
src/libavcodec/msvideo1enc.c:318:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts = (const enum AVPixelFormat[]){AV_PIX_FMT_RGB555, AV_PIX_FMT_NONE},
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/mv30.o
In file included from src/libavcodec/mv30.c:27:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/mvcdec.o
1 warning generated.
CC	libavcodec/mxpegdec.o
CC	libavcodec/nellymoser.o
CC	libavcodec/nellymoserdec.o
src/libavcodec/nellymoserdec.c:205:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLT,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/nellymoserenc.o
1 warning generated.
CC	libavcodec/notchlc.o
In file included from src/libavcodec/nellymoserenc.c:42:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
src/libavcodec/nellymoserenc.c:430:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_FLT,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/nellymoserenc.c:432:8: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
    .p.ch_layouts   = (const AVChannelLayout[]){ AV_CHANNEL_LAYOUT_MONO, { 0 } },
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
1 warning generated.
CC	libavcodec/null.o
3 warnings generated.
src/libavcodec/null.c:84:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]){
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/nuv.o
1 warning generated.
CC	libavcodec/on2avc.o
src/libavcodec/on2avc.c:1026:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/on2avcdata.o
CC	libavcodec/options.o
In file included from src/libavcodec/options.c:39:
src/libavcodec/options_table.h:50:110: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
{"b", "set bitrate (in bits/s)", OFFSET(bit_rate), AV_OPT_TYPE_INT64, {.i64 = AV_CODEC_DEFAULT_BITRATE }, 0, INT64_MAX, A|V|E},
~                                                                                                            ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:259:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
1 warning generated.
CC	libavcodec/opus/celt.o
CC	libavcodec/opus/dec.o
1 warning generated.
CC	libavcodec/opus/dec_celt.o
CC	libavcodec/opus/dsp.o
CC	libavcodec/opus/enc.o
src/libavcodec/opus/enc.c:749:8: warning: 'supported_samplerates' is deprecated [-Wdeprecated-declarations]
    .p.supported_samplerates = (const int []){ 48000, 0 },
       ^
/home/martin/fate/src/libavcodec/codec.h:216:5: note: 'supported_samplerates' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/opus/enc.c:750:8: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
    .p.ch_layouts    = (const AVChannelLayout []){ AV_CHANNEL_LAYOUT_MONO,
       ^
/home/martin/fate/src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/opus/enc.c:752:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_FLTP,
       ^
/home/martin/fate/src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/opus/enc_psy.o
CC	libavcodec/opus/parse.o
CC	libavcodec/opus/parser.o
3 warnings generated.
CC	libavcodec/opus/pvq.o
CC	libavcodec/opus/rc.o
CC	libavcodec/opus/silk.o
CC	libavcodec/opus/tab.o
CC	libavcodec/osq.o
src/libavcodec/osq.c:492:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts    = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_U8P,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/packet.o
1 warning generated.
CC	libavcodec/pafaudio.o
CC	libavcodec/pafvideo.o
CC	libavcodec/pamenc.o
CC	libavcodec/parser.o
src/libavcodec/pamenc.c:138:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
1 warning generated.
CC	libavcodec/parsers.o
CC	libavcodec/pcm-bluray.o
CC	libavcodec/pcm-blurayenc.o
src/libavcodec/pcm-bluray.c:310:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]){
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/pcm-dvd.o
src/libavcodec/pcm-blurayenc.c:281:8: warning: 'supported_samplerates' is deprecated [-Wdeprecated-declarations]
    .p.supported_samplerates = (const int[]) { 48000, 96000, 192000, 0 },
       ^
src/libavcodec/codec.h:216:5: note: 'supported_samplerates' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm-blurayenc.c:282:8: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
    .p.ch_layouts   = (const AVChannelLayout[]) {
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm-blurayenc.c:294:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts         = (const enum AVSampleFormat[]) {
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm-dvd.c:308:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) {
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
1 warning generated.
CC	libavcodec/pcm-dvdenc.o
3 warnings generated.
CC	libavcodec/pcm.o
1 warning generated.
CC	libavcodec/pcx.o
src/libavcodec/pcm-dvdenc.c:60:5: warning: variable 'quant' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
    default:
    ^~~~~~~
src/libavcodec/pcm-dvdenc.c:64:41: note: uninitialized use occurs here
    avctx->bits_per_coded_sample = 16 + quant * 4;
                                        ^~~~~
src/libavcodec/pcm-dvdenc.c:38:14: note: initialize the variable 'quant' to silence this warning
    int quant, freq, frame_size;
             ^
              = 0
src/libavcodec/pcm-dvdenc.c:184:8: warning: 'supported_samplerates' is deprecated [-Wdeprecated-declarations]
    .p.supported_samplerates = (const int[]) { 48000, 96000, 0},
       ^
src/libavcodec/codec.h:216:5: note: 'supported_samplerates' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm-dvdenc.c:185:8: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
    .p.ch_layouts   = (const AVChannelLayout[]) { AV_CHANNEL_LAYOUT_MONO,
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm-dvdenc.c:190:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_S16,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
In file included from src/libavcodec/pcm.c:33:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
src/libavcodec/pcm.c:287:39: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    avctx->sample_fmt = avctx->codec->sample_fmts[0];
                                      ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
4 warnings generated.
src/libavcodec/pcm.c:598:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_ALAW,         AV_SAMPLE_FMT_S16, pcm_alaw,         "PCM A-law / G.711 A-law");
^
src/libavcodec/pcm.c:594:5: note: expanded from macro 'PCM_CODEC'
    PCM_ENCODER(id, sample_fmt_, name, long_name_);                     \
    ^
src/libavcodec/pcm.c:569:5: note: expanded from macro 'PCM_ENCODER'
    PCM_ENCODER_3(CONFIG_ ## id ## _ENCODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:567:5: note: expanded from macro 'PCM_ENCODER_3'
    PCM_ENCODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:565:5: note: expanded from macro 'PCM_ENCODER_2'
    PCM_ENCODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:163:1: note: expanded from here
PCM_ENCODER_1
^
src/libavcodec/pcm.c:560:8: note: expanded from macro 'PCM_ENCODER_1'
    .p.sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_,             \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:598:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_ALAW,         AV_SAMPLE_FMT_S16, pcm_alaw,         "PCM A-law / G.711 A-law");
^
src/libavcodec/pcm.c:595:5: note: expanded from macro 'PCM_CODEC'
    PCM_DECODER(id, sample_fmt_, name, long_name_)
    ^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:170:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:599:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_DECODER(PCM_F16LE,        AV_SAMPLE_FMT_FLT, pcm_f16le,        "PCM 16.8 floating point little-endian");
^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:177:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:600:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_DECODER(PCM_F24LE,        AV_SAMPLE_FMT_FLT, pcm_f24le,        "PCM 24.0 floating point little-endian");
^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:184:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:601:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_F32BE,        AV_SAMPLE_FMT_FLT, pcm_f32be,        "PCM 32-bit floating point big-endian");
^
src/libavcodec/pcm.c:594:5: note: expanded from macro 'PCM_CODEC'
    PCM_ENCODER(id, sample_fmt_, name, long_name_);                     \
    ^
src/libavcodec/pcm.c:569:5: note: expanded from macro 'PCM_ENCODER'
    PCM_ENCODER_3(CONFIG_ ## id ## _ENCODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:567:5: note: expanded from macro 'PCM_ENCODER_3'
    PCM_ENCODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:565:5: note: expanded from macro 'PCM_ENCODER_2'
    PCM_ENCODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:191:1: note: expanded from here
PCM_ENCODER_1
^
src/libavcodec/pcm.c:560:8: note: expanded from macro 'PCM_ENCODER_1'
    .p.sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_,             \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/pcxenc.o
src/libavcodec/pcm.c:601:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_F32BE,        AV_SAMPLE_FMT_FLT, pcm_f32be,        "PCM 32-bit floating point big-endian");
^
src/libavcodec/pcm.c:595:5: note: expanded from macro 'PCM_CODEC'
    PCM_DECODER(id, sample_fmt_, name, long_name_)
    ^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:198:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:602:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_F32LE,        AV_SAMPLE_FMT_FLT, pcm_f32le,        "PCM 32-bit floating point little-endian");
^
src/libavcodec/pcm.c:594:5: note: expanded from macro 'PCM_CODEC'
    PCM_ENCODER(id, sample_fmt_, name, long_name_);                     \
    ^
src/libavcodec/pcm.c:569:5: note: expanded from macro 'PCM_ENCODER'
    PCM_ENCODER_3(CONFIG_ ## id ## _ENCODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:567:5: note: expanded from macro 'PCM_ENCODER_3'
    PCM_ENCODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:565:5: note: expanded from macro 'PCM_ENCODER_2'
    PCM_ENCODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:205:1: note: expanded from here
PCM_ENCODER_1
^
src/libavcodec/pcm.c:560:8: note: expanded from macro 'PCM_ENCODER_1'
    .p.sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_,             \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:602:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_F32LE,        AV_SAMPLE_FMT_FLT, pcm_f32le,        "PCM 32-bit floating point little-endian");
^
src/libavcodec/pcm.c:595:5: note: expanded from macro 'PCM_CODEC'
    PCM_DECODER(id, sample_fmt_, name, long_name_)
    ^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:212:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:603:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_F64BE,        AV_SAMPLE_FMT_DBL, pcm_f64be,        "PCM 64-bit floating point big-endian");
^
src/libavcodec/pcm.c:594:5: note: expanded from macro 'PCM_CODEC'
    PCM_ENCODER(id, sample_fmt_, name, long_name_);                     \
    ^
src/libavcodec/pcm.c:569:5: note: expanded from macro 'PCM_ENCODER'
    PCM_ENCODER_3(CONFIG_ ## id ## _ENCODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:567:5: note: expanded from macro 'PCM_ENCODER_3'
    PCM_ENCODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:565:5: note: expanded from macro 'PCM_ENCODER_2'
    PCM_ENCODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:219:1: note: expanded from here
PCM_ENCODER_1
^
src/libavcodec/pcm.c:560:8: note: expanded from macro 'PCM_ENCODER_1'
    .p.sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_,             \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:603:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_F64BE,        AV_SAMPLE_FMT_DBL, pcm_f64be,        "PCM 64-bit floating point big-endian");
^
src/libavcodec/pcm.c:595:5: note: expanded from macro 'PCM_CODEC'
    PCM_DECODER(id, sample_fmt_, name, long_name_)
    ^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:226:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:604:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_F64LE,        AV_SAMPLE_FMT_DBL, pcm_f64le,        "PCM 64-bit floating point little-endian");
^
src/libavcodec/pcm.c:594:5: note: expanded from macro 'PCM_CODEC'
    PCM_ENCODER(id, sample_fmt_, name, long_name_);                     \
    ^
src/libavcodec/pcm.c:569:5: note: expanded from macro 'PCM_ENCODER'
    PCM_ENCODER_3(CONFIG_ ## id ## _ENCODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:567:5: note: expanded from macro 'PCM_ENCODER_3'
    PCM_ENCODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:565:5: note: expanded from macro 'PCM_ENCODER_2'
    PCM_ENCODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:233:1: note: expanded from here
PCM_ENCODER_1
^
src/libavcodec/pcm.c:560:8: note: expanded from macro 'PCM_ENCODER_1'
    .p.sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_,             \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:604:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_F64LE,        AV_SAMPLE_FMT_DBL, pcm_f64le,        "PCM 64-bit floating point little-endian");
^
src/libavcodec/pcm.c:595:5: note: expanded from macro 'PCM_CODEC'
    PCM_DECODER(id, sample_fmt_, name, long_name_)
    ^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:240:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:605:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_DECODER(PCM_LXF,          AV_SAMPLE_FMT_S32P,pcm_lxf,          "PCM signed 20-bit little-endian planar");
^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:247:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:606:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_MULAW,        AV_SAMPLE_FMT_S16, pcm_mulaw,        "PCM mu-law / G.711 mu-law");
^
src/libavcodec/pcm.c:594:5: note: expanded from macro 'PCM_CODEC'
    PCM_ENCODER(id, sample_fmt_, name, long_name_);                     \
    ^
src/libavcodec/pcm.c:569:5: note: expanded from macro 'PCM_ENCODER'
    PCM_ENCODER_3(CONFIG_ ## id ## _ENCODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:567:5: note: expanded from macro 'PCM_ENCODER_3'
    PCM_ENCODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:565:5: note: expanded from macro 'PCM_ENCODER_2'
    PCM_ENCODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:254:1: note: expanded from here
PCM_ENCODER_1
^
src/libavcodec/pcm.c:560:8: note: expanded from macro 'PCM_ENCODER_1'
    .p.sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_,             \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:606:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_MULAW,        AV_SAMPLE_FMT_S16, pcm_mulaw,        "PCM mu-law / G.711 mu-law");
^
src/libavcodec/pcm.c:595:5: note: expanded from macro 'PCM_CODEC'
    PCM_DECODER(id, sample_fmt_, name, long_name_)
    ^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:261:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:607:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_S8,           AV_SAMPLE_FMT_U8,  pcm_s8,           "PCM signed 8-bit");
^
src/libavcodec/pcm.c:594:5: note: expanded from macro 'PCM_CODEC'
    PCM_ENCODER(id, sample_fmt_, name, long_name_);                     \
    ^
src/libavcodec/pcm.c:569:5: note: expanded from macro 'PCM_ENCODER'
    PCM_ENCODER_3(CONFIG_ ## id ## _ENCODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:567:5: note: expanded from macro 'PCM_ENCODER_3'
    PCM_ENCODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:565:5: note: expanded from macro 'PCM_ENCODER_2'
    PCM_ENCODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:268:1: note: expanded from here
PCM_ENCODER_1
^
src/libavcodec/pcm.c:560:8: note: expanded from macro 'PCM_ENCODER_1'
    .p.sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_,             \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:607:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_S8,           AV_SAMPLE_FMT_U8,  pcm_s8,           "PCM signed 8-bit");
^
src/libavcodec/pcm.c:595:5: note: expanded from macro 'PCM_CODEC'
    PCM_DECODER(id, sample_fmt_, name, long_name_)
    ^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:275:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:608:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_S8_PLANAR,    AV_SAMPLE_FMT_U8P, pcm_s8_planar,    "PCM signed 8-bit planar");
^
src/libavcodec/pcm.c:594:5: note: expanded from macro 'PCM_CODEC'
    PCM_ENCODER(id, sample_fmt_, name, long_name_);                     \
    ^
src/libavcodec/pcm.c:569:5: note: expanded from macro 'PCM_ENCODER'
    PCM_ENCODER_3(CONFIG_ ## id ## _ENCODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:567:5: note: expanded from macro 'PCM_ENCODER_3'
    PCM_ENCODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:565:5: note: expanded from macro 'PCM_ENCODER_2'
    PCM_ENCODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:8:1: note: expanded from here
PCM_ENCODER_1
^
src/libavcodec/pcm.c:560:8: note: expanded from macro 'PCM_ENCODER_1'
    .p.sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_,             \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:608:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_S8_PLANAR,    AV_SAMPLE_FMT_U8P, pcm_s8_planar,    "PCM signed 8-bit planar");
^
src/libavcodec/pcm.c:595:5: note: expanded from macro 'PCM_CODEC'
    PCM_DECODER(id, sample_fmt_, name, long_name_)
    ^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:15:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:609:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_S16BE,        AV_SAMPLE_FMT_S16, pcm_s16be,        "PCM signed 16-bit big-endian");
^
src/libavcodec/pcm.c:594:5: note: expanded from macro 'PCM_CODEC'
    PCM_ENCODER(id, sample_fmt_, name, long_name_);                     \
    ^
src/libavcodec/pcm.c:569:5: note: expanded from macro 'PCM_ENCODER'
    PCM_ENCODER_3(CONFIG_ ## id ## _ENCODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:567:5: note: expanded from macro 'PCM_ENCODER_3'
    PCM_ENCODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:565:5: note: expanded from macro 'PCM_ENCODER_2'
    PCM_ENCODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:22:1: note: expanded from here
PCM_ENCODER_1
^
src/libavcodec/pcm.c:560:8: note: expanded from macro 'PCM_ENCODER_1'
    .p.sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_,             \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:609:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_S16BE,        AV_SAMPLE_FMT_S16, pcm_s16be,        "PCM signed 16-bit big-endian");
^
src/libavcodec/pcm.c:595:5: note: expanded from macro 'PCM_CODEC'
    PCM_DECODER(id, sample_fmt_, name, long_name_)
    ^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:29:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:610:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_S16BE_PLANAR, AV_SAMPLE_FMT_S16P,pcm_s16be_planar, "PCM signed 16-bit big-endian planar");
^
src/libavcodec/pcm.c:594:5: note: expanded from macro 'PCM_CODEC'
    PCM_ENCODER(id, sample_fmt_, name, long_name_);                     \
    ^
src/libavcodec/pcm.c:569:5: note: expanded from macro 'PCM_ENCODER'
    PCM_ENCODER_3(CONFIG_ ## id ## _ENCODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:567:5: note: expanded from macro 'PCM_ENCODER_3'
    PCM_ENCODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:565:5: note: expanded from macro 'PCM_ENCODER_2'
    PCM_ENCODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:36:1: note: expanded from here
PCM_ENCODER_1
^
src/libavcodec/pcm.c:560:8: note: expanded from macro 'PCM_ENCODER_1'
    .p.sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_,             \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:610:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_S16BE_PLANAR, AV_SAMPLE_FMT_S16P,pcm_s16be_planar, "PCM signed 16-bit big-endian planar");
^
src/libavcodec/pcm.c:595:5: note: expanded from macro 'PCM_CODEC'
    PCM_DECODER(id, sample_fmt_, name, long_name_)
    ^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:43:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:611:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_S16LE,        AV_SAMPLE_FMT_S16, pcm_s16le,        "PCM signed 16-bit little-endian");
^
src/libavcodec/pcm.c:594:5: note: expanded from macro 'PCM_CODEC'
    PCM_ENCODER(id, sample_fmt_, name, long_name_);                     \
    ^
src/libavcodec/pcm.c:569:5: note: expanded from macro 'PCM_ENCODER'
    PCM_ENCODER_3(CONFIG_ ## id ## _ENCODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:567:5: note: expanded from macro 'PCM_ENCODER_3'
    PCM_ENCODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:565:5: note: expanded from macro 'PCM_ENCODER_2'
    PCM_ENCODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:50:1: note: expanded from here
PCM_ENCODER_1
^
src/libavcodec/pcm.c:560:8: note: expanded from macro 'PCM_ENCODER_1'
    .p.sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_,             \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:611:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_S16LE,        AV_SAMPLE_FMT_S16, pcm_s16le,        "PCM signed 16-bit little-endian");
^
src/libavcodec/pcm.c:595:5: note: expanded from macro 'PCM_CODEC'
    PCM_DECODER(id, sample_fmt_, name, long_name_)
    ^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:57:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:612:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_S16LE_PLANAR, AV_SAMPLE_FMT_S16P,pcm_s16le_planar, "PCM signed 16-bit little-endian planar");
^
src/libavcodec/pcm.c:594:5: note: expanded from macro 'PCM_CODEC'
    PCM_ENCODER(id, sample_fmt_, name, long_name_);                     \
    ^
src/libavcodec/pcm.c:569:5: note: expanded from macro 'PCM_ENCODER'
    PCM_ENCODER_3(CONFIG_ ## id ## _ENCODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:567:5: note: expanded from macro 'PCM_ENCODER_3'
    PCM_ENCODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:565:5: note: expanded from macro 'PCM_ENCODER_2'
    PCM_ENCODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:64:1: note: expanded from here
PCM_ENCODER_1
^
src/libavcodec/pcm.c:560:8: note: expanded from macro 'PCM_ENCODER_1'
    .p.sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_,             \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:612:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_S16LE_PLANAR, AV_SAMPLE_FMT_S16P,pcm_s16le_planar, "PCM signed 16-bit little-endian planar");
^
src/libavcodec/pcm.c:595:5: note: expanded from macro 'PCM_CODEC'
    PCM_DECODER(id, sample_fmt_, name, long_name_)
    ^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:71:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:613:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_S24BE,        AV_SAMPLE_FMT_S32, pcm_s24be,        "PCM signed 24-bit big-endian");
^
src/libavcodec/pcm.c:594:5: note: expanded from macro 'PCM_CODEC'
    PCM_ENCODER(id, sample_fmt_, name, long_name_);                     \
    ^
src/libavcodec/pcm.c:569:5: note: expanded from macro 'PCM_ENCODER'
    PCM_ENCODER_3(CONFIG_ ## id ## _ENCODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:567:5: note: expanded from macro 'PCM_ENCODER_3'
    PCM_ENCODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:565:5: note: expanded from macro 'PCM_ENCODER_2'
    PCM_ENCODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:78:1: note: expanded from here
PCM_ENCODER_1
^
src/libavcodec/pcm.c:560:8: note: expanded from macro 'PCM_ENCODER_1'
    .p.sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_,             \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:613:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_S24BE,        AV_SAMPLE_FMT_S32, pcm_s24be,        "PCM signed 24-bit big-endian");
^
src/libavcodec/pcm.c:595:5: note: expanded from macro 'PCM_CODEC'
    PCM_DECODER(id, sample_fmt_, name, long_name_)
    ^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:85:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:614:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_S24DAUD,      AV_SAMPLE_FMT_S16, pcm_s24daud,      "PCM D-Cinema audio signed 24-bit");
^
src/libavcodec/pcm.c:594:5: note: expanded from macro 'PCM_CODEC'
    PCM_ENCODER(id, sample_fmt_, name, long_name_);                     \
    ^
src/libavcodec/pcm.c:569:5: note: expanded from macro 'PCM_ENCODER'
    PCM_ENCODER_3(CONFIG_ ## id ## _ENCODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:567:5: note: expanded from macro 'PCM_ENCODER_3'
    PCM_ENCODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:565:5: note: expanded from macro 'PCM_ENCODER_2'
    PCM_ENCODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:92:1: note: expanded from here
PCM_ENCODER_1
^
src/libavcodec/pcm.c:560:8: note: expanded from macro 'PCM_ENCODER_1'
    .p.sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_,             \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:614:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_S24DAUD,      AV_SAMPLE_FMT_S16, pcm_s24daud,      "PCM D-Cinema audio signed 24-bit");
^
src/libavcodec/pcm.c:595:5: note: expanded from macro 'PCM_CODEC'
    PCM_DECODER(id, sample_fmt_, name, long_name_)
    ^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:99:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:615:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_S24LE,        AV_SAMPLE_FMT_S32, pcm_s24le,        "PCM signed 24-bit little-endian");
^
src/libavcodec/pcm.c:594:5: note: expanded from macro 'PCM_CODEC'
    PCM_ENCODER(id, sample_fmt_, name, long_name_);                     \
    ^
src/libavcodec/pcm.c:569:5: note: expanded from macro 'PCM_ENCODER'
    PCM_ENCODER_3(CONFIG_ ## id ## _ENCODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:567:5: note: expanded from macro 'PCM_ENCODER_3'
    PCM_ENCODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:565:5: note: expanded from macro 'PCM_ENCODER_2'
    PCM_ENCODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:106:1: note: expanded from here
PCM_ENCODER_1
^
src/libavcodec/pcm.c:560:8: note: expanded from macro 'PCM_ENCODER_1'
    .p.sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_,             \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:615:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_S24LE,        AV_SAMPLE_FMT_S32, pcm_s24le,        "PCM signed 24-bit little-endian");
^
src/libavcodec/pcm.c:595:5: note: expanded from macro 'PCM_CODEC'
    PCM_DECODER(id, sample_fmt_, name, long_name_)
    ^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:113:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:616:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_S24LE_PLANAR, AV_SAMPLE_FMT_S32P,pcm_s24le_planar, "PCM signed 24-bit little-endian planar");
^
src/libavcodec/pcm.c:594:5: note: expanded from macro 'PCM_CODEC'
    PCM_ENCODER(id, sample_fmt_, name, long_name_);                     \
    ^
src/libavcodec/pcm.c:569:5: note: expanded from macro 'PCM_ENCODER'
    PCM_ENCODER_3(CONFIG_ ## id ## _ENCODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:567:5: note: expanded from macro 'PCM_ENCODER_3'
    PCM_ENCODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:565:5: note: expanded from macro 'PCM_ENCODER_2'
    PCM_ENCODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:120:1: note: expanded from here
PCM_ENCODER_1
^
src/libavcodec/pcm.c:560:8: note: expanded from macro 'PCM_ENCODER_1'
    .p.sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_,             \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:616:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_S24LE_PLANAR, AV_SAMPLE_FMT_S32P,pcm_s24le_planar, "PCM signed 24-bit little-endian planar");
^
src/libavcodec/pcm.c:595:5: note: expanded from macro 'PCM_CODEC'
    PCM_DECODER(id, sample_fmt_, name, long_name_)
    ^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:127:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:617:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_S32BE,        AV_SAMPLE_FMT_S32, pcm_s32be,        "PCM signed 32-bit big-endian");
^
src/libavcodec/pcm.c:594:5: note: expanded from macro 'PCM_CODEC'
    PCM_ENCODER(id, sample_fmt_, name, long_name_);                     \
    ^
src/libavcodec/pcm.c:569:5: note: expanded from macro 'PCM_ENCODER'
    PCM_ENCODER_3(CONFIG_ ## id ## _ENCODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:567:5: note: expanded from macro 'PCM_ENCODER_3'
    PCM_ENCODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:565:5: note: expanded from macro 'PCM_ENCODER_2'
    PCM_ENCODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:134:1: note: expanded from here
PCM_ENCODER_1
^
src/libavcodec/pcm.c:560:8: note: expanded from macro 'PCM_ENCODER_1'
    .p.sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_,             \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:617:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_S32BE,        AV_SAMPLE_FMT_S32, pcm_s32be,        "PCM signed 32-bit big-endian");
^
src/libavcodec/pcm.c:595:5: note: expanded from macro 'PCM_CODEC'
    PCM_DECODER(id, sample_fmt_, name, long_name_)
    ^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:141:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:618:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_S32LE,        AV_SAMPLE_FMT_S32, pcm_s32le,        "PCM signed 32-bit little-endian");
^
src/libavcodec/pcm.c:594:5: note: expanded from macro 'PCM_CODEC'
    PCM_ENCODER(id, sample_fmt_, name, long_name_);                     \
    ^
src/libavcodec/pcm.c:569:5: note: expanded from macro 'PCM_ENCODER'
    PCM_ENCODER_3(CONFIG_ ## id ## _ENCODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:567:5: note: expanded from macro 'PCM_ENCODER_3'
    PCM_ENCODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:565:5: note: expanded from macro 'PCM_ENCODER_2'
    PCM_ENCODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:148:1: note: expanded from here
PCM_ENCODER_1
^
src/libavcodec/pcm.c:560:8: note: expanded from macro 'PCM_ENCODER_1'
    .p.sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_,             \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:618:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_S32LE,        AV_SAMPLE_FMT_S32, pcm_s32le,        "PCM signed 32-bit little-endian");
^
src/libavcodec/pcm.c:595:5: note: expanded from macro 'PCM_CODEC'
    PCM_DECODER(id, sample_fmt_, name, long_name_)
    ^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:155:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:619:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_S32LE_PLANAR, AV_SAMPLE_FMT_S32P,pcm_s32le_planar, "PCM signed 32-bit little-endian planar");
^
src/libavcodec/pcm.c:594:5: note: expanded from macro 'PCM_CODEC'
    PCM_ENCODER(id, sample_fmt_, name, long_name_);                     \
    ^
src/libavcodec/pcm.c:569:5: note: expanded from macro 'PCM_ENCODER'
    PCM_ENCODER_3(CONFIG_ ## id ## _ENCODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:567:5: note: expanded from macro 'PCM_ENCODER_3'
    PCM_ENCODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:565:5: note: expanded from macro 'PCM_ENCODER_2'
    PCM_ENCODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:162:1: note: expanded from here
PCM_ENCODER_1
^
src/libavcodec/pcm.c:560:8: note: expanded from macro 'PCM_ENCODER_1'
    .p.sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_,             \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:619:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_S32LE_PLANAR, AV_SAMPLE_FMT_S32P,pcm_s32le_planar, "PCM signed 32-bit little-endian planar");
^
src/libavcodec/pcm.c:595:5: note: expanded from macro 'PCM_CODEC'
    PCM_DECODER(id, sample_fmt_, name, long_name_)
    ^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:169:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:620:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_U8,           AV_SAMPLE_FMT_U8,  pcm_u8,           "PCM unsigned 8-bit");
^
src/libavcodec/pcm.c:594:5: note: expanded from macro 'PCM_CODEC'
    PCM_ENCODER(id, sample_fmt_, name, long_name_);                     \
    ^
src/libavcodec/pcm.c:569:5: note: expanded from macro 'PCM_ENCODER'
    PCM_ENCODER_3(CONFIG_ ## id ## _ENCODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:567:5: note: expanded from macro 'PCM_ENCODER_3'
    PCM_ENCODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:565:5: note: expanded from macro 'PCM_ENCODER_2'
    PCM_ENCODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:176:1: note: expanded from here
PCM_ENCODER_1
^
src/libavcodec/pcm.c:560:8: note: expanded from macro 'PCM_ENCODER_1'
    .p.sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_,             \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:620:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_U8,           AV_SAMPLE_FMT_U8,  pcm_u8,           "PCM unsigned 8-bit");
^
src/libavcodec/pcm.c:595:5: note: expanded from macro 'PCM_CODEC'
    PCM_DECODER(id, sample_fmt_, name, long_name_)
    ^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:183:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:621:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_U16BE,        AV_SAMPLE_FMT_S16, pcm_u16be,        "PCM unsigned 16-bit big-endian");
^
src/libavcodec/pcm.c:594:5: note: expanded from macro 'PCM_CODEC'
    PCM_ENCODER(id, sample_fmt_, name, long_name_);                     \
    ^
src/libavcodec/pcm.c:569:5: note: expanded from macro 'PCM_ENCODER'
    PCM_ENCODER_3(CONFIG_ ## id ## _ENCODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:567:5: note: expanded from macro 'PCM_ENCODER_3'
    PCM_ENCODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:565:5: note: expanded from macro 'PCM_ENCODER_2'
    PCM_ENCODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:190:1: note: expanded from here
PCM_ENCODER_1
^
src/libavcodec/pcm.c:560:8: note: expanded from macro 'PCM_ENCODER_1'
    .p.sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_,             \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:621:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_U16BE,        AV_SAMPLE_FMT_S16, pcm_u16be,        "PCM unsigned 16-bit big-endian");
^
src/libavcodec/pcm.c:595:5: note: expanded from macro 'PCM_CODEC'
    PCM_DECODER(id, sample_fmt_, name, long_name_)
    ^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:197:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:622:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_U16LE,        AV_SAMPLE_FMT_S16, pcm_u16le,        "PCM unsigned 16-bit little-endian");
^
src/libavcodec/pcm.c:594:5: note: expanded from macro 'PCM_CODEC'
    PCM_ENCODER(id, sample_fmt_, name, long_name_);                     \
    ^
src/libavcodec/pcm.c:569:5: note: expanded from macro 'PCM_ENCODER'
    PCM_ENCODER_3(CONFIG_ ## id ## _ENCODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:567:5: note: expanded from macro 'PCM_ENCODER_3'
    PCM_ENCODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:565:5: note: expanded from macro 'PCM_ENCODER_2'
    PCM_ENCODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:6:1: note: expanded from here
PCM_ENCODER_1
^
src/libavcodec/pcm.c:560:8: note: expanded from macro 'PCM_ENCODER_1'
    .p.sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_,             \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:622:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_U16LE,        AV_SAMPLE_FMT_S16, pcm_u16le,        "PCM unsigned 16-bit little-endian");
^
src/libavcodec/pcm.c:595:5: note: expanded from macro 'PCM_CODEC'
    PCM_DECODER(id, sample_fmt_, name, long_name_)
    ^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:13:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:623:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_U24BE,        AV_SAMPLE_FMT_S32, pcm_u24be,        "PCM unsigned 24-bit big-endian");
^
src/libavcodec/pcm.c:594:5: note: expanded from macro 'PCM_CODEC'
    PCM_ENCODER(id, sample_fmt_, name, long_name_);                     \
    ^
src/libavcodec/pcm.c:569:5: note: expanded from macro 'PCM_ENCODER'
    PCM_ENCODER_3(CONFIG_ ## id ## _ENCODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:567:5: note: expanded from macro 'PCM_ENCODER_3'
    PCM_ENCODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:565:5: note: expanded from macro 'PCM_ENCODER_2'
    PCM_ENCODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:20:1: note: expanded from here
PCM_ENCODER_1
^
src/libavcodec/pcm.c:560:8: note: expanded from macro 'PCM_ENCODER_1'
    .p.sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_,             \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:623:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_U24BE,        AV_SAMPLE_FMT_S32, pcm_u24be,        "PCM unsigned 24-bit big-endian");
^
src/libavcodec/pcm.c:595:5: note: expanded from macro 'PCM_CODEC'
    PCM_DECODER(id, sample_fmt_, name, long_name_)
    ^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:27:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:624:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_U24LE,        AV_SAMPLE_FMT_S32, pcm_u24le,        "PCM unsigned 24-bit little-endian");
^
src/libavcodec/pcm.c:594:5: note: expanded from macro 'PCM_CODEC'
    PCM_ENCODER(id, sample_fmt_, name, long_name_);                     \
    ^
src/libavcodec/pcm.c:569:5: note: expanded from macro 'PCM_ENCODER'
    PCM_ENCODER_3(CONFIG_ ## id ## _ENCODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:567:5: note: expanded from macro 'PCM_ENCODER_3'
    PCM_ENCODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:565:5: note: expanded from macro 'PCM_ENCODER_2'
    PCM_ENCODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:34:1: note: expanded from here
PCM_ENCODER_1
^
src/libavcodec/pcm.c:560:8: note: expanded from macro 'PCM_ENCODER_1'
    .p.sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_,             \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:624:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_U24LE,        AV_SAMPLE_FMT_S32, pcm_u24le,        "PCM unsigned 24-bit little-endian");
^
src/libavcodec/pcm.c:595:5: note: expanded from macro 'PCM_CODEC'
    PCM_DECODER(id, sample_fmt_, name, long_name_)
    ^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:41:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:625:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_U32BE,        AV_SAMPLE_FMT_S32, pcm_u32be,        "PCM unsigned 32-bit big-endian");
^
src/libavcodec/pcm.c:594:5: note: expanded from macro 'PCM_CODEC'
    PCM_ENCODER(id, sample_fmt_, name, long_name_);                     \
    ^
src/libavcodec/pcm.c:569:5: note: expanded from macro 'PCM_ENCODER'
    PCM_ENCODER_3(CONFIG_ ## id ## _ENCODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:567:5: note: expanded from macro 'PCM_ENCODER_3'
    PCM_ENCODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:565:5: note: expanded from macro 'PCM_ENCODER_2'
    PCM_ENCODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:48:1: note: expanded from here
PCM_ENCODER_1
^
src/libavcodec/pcm.c:560:8: note: expanded from macro 'PCM_ENCODER_1'
    .p.sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_,             \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:625:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_U32BE,        AV_SAMPLE_FMT_S32, pcm_u32be,        "PCM unsigned 32-bit big-endian");
^
src/libavcodec/pcm.c:595:5: note: expanded from macro 'PCM_CODEC'
    PCM_DECODER(id, sample_fmt_, name, long_name_)
    ^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:55:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:626:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_U32LE,        AV_SAMPLE_FMT_S32, pcm_u32le,        "PCM unsigned 32-bit little-endian");
^
src/libavcodec/pcm.c:594:5: note: expanded from macro 'PCM_CODEC'
    PCM_ENCODER(id, sample_fmt_, name, long_name_);                     \
    ^
src/libavcodec/pcm.c:569:5: note: expanded from macro 'PCM_ENCODER'
    PCM_ENCODER_3(CONFIG_ ## id ## _ENCODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:567:5: note: expanded from macro 'PCM_ENCODER_3'
    PCM_ENCODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:565:5: note: expanded from macro 'PCM_ENCODER_2'
    PCM_ENCODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:62:1: note: expanded from here
PCM_ENCODER_1
^
src/libavcodec/pcm.c:560:8: note: expanded from macro 'PCM_ENCODER_1'
    .p.sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_,             \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:626:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_U32LE,        AV_SAMPLE_FMT_S32, pcm_u32le,        "PCM unsigned 32-bit little-endian");
^
src/libavcodec/pcm.c:595:5: note: expanded from macro 'PCM_CODEC'
    PCM_DECODER(id, sample_fmt_, name, long_name_)
    ^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:69:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:627:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_S64BE,        AV_SAMPLE_FMT_S64, pcm_s64be,        "PCM signed 64-bit big-endian");
^
src/libavcodec/pcm.c:594:5: note: expanded from macro 'PCM_CODEC'
    PCM_ENCODER(id, sample_fmt_, name, long_name_);                     \
    ^
src/libavcodec/pcm.c:569:5: note: expanded from macro 'PCM_ENCODER'
    PCM_ENCODER_3(CONFIG_ ## id ## _ENCODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:567:5: note: expanded from macro 'PCM_ENCODER_3'
    PCM_ENCODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:565:5: note: expanded from macro 'PCM_ENCODER_2'
    PCM_ENCODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:76:1: note: expanded from here
PCM_ENCODER_1
^
src/libavcodec/pcm.c:560:8: note: expanded from macro 'PCM_ENCODER_1'
    .p.sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_,             \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:627:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_S64BE,        AV_SAMPLE_FMT_S64, pcm_s64be,        "PCM signed 64-bit big-endian");
^
src/libavcodec/pcm.c:595:5: note: expanded from macro 'PCM_CODEC'
    PCM_DECODER(id, sample_fmt_, name, long_name_)
    ^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:83:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:628:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_S64LE,        AV_SAMPLE_FMT_S64, pcm_s64le,        "PCM signed 64-bit little-endian");
^
src/libavcodec/pcm.c:594:5: note: expanded from macro 'PCM_CODEC'
    PCM_ENCODER(id, sample_fmt_, name, long_name_);                     \
    ^
src/libavcodec/pcm.c:569:5: note: expanded from macro 'PCM_ENCODER'
    PCM_ENCODER_3(CONFIG_ ## id ## _ENCODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:567:5: note: expanded from macro 'PCM_ENCODER_3'
    PCM_ENCODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:565:5: note: expanded from macro 'PCM_ENCODER_2'
    PCM_ENCODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:90:1: note: expanded from here
PCM_ENCODER_1
^
src/libavcodec/pcm.c:560:8: note: expanded from macro 'PCM_ENCODER_1'
    .p.sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_,             \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:628:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_S64LE,        AV_SAMPLE_FMT_S64, pcm_s64le,        "PCM signed 64-bit little-endian");
^
src/libavcodec/pcm.c:595:5: note: expanded from macro 'PCM_CODEC'
    PCM_DECODER(id, sample_fmt_, name, long_name_)
    ^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:97:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:629:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_VIDC,         AV_SAMPLE_FMT_S16, pcm_vidc,         "PCM Archimedes VIDC");
^
src/libavcodec/pcm.c:594:5: note: expanded from macro 'PCM_CODEC'
    PCM_ENCODER(id, sample_fmt_, name, long_name_);                     \
    ^
src/libavcodec/pcm.c:569:5: note: expanded from macro 'PCM_ENCODER'
    PCM_ENCODER_3(CONFIG_ ## id ## _ENCODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:567:5: note: expanded from macro 'PCM_ENCODER_3'
    PCM_ENCODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:565:5: note: expanded from macro 'PCM_ENCODER_2'
    PCM_ENCODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:104:1: note: expanded from here
PCM_ENCODER_1
^
src/libavcodec/pcm.c:560:8: note: expanded from macro 'PCM_ENCODER_1'
    .p.sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_,             \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:629:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_CODEC  (PCM_VIDC,         AV_SAMPLE_FMT_S16, pcm_vidc,         "PCM Archimedes VIDC");
^
src/libavcodec/pcm.c:595:5: note: expanded from macro 'PCM_CODEC'
    PCM_DECODER(id, sample_fmt_, name, long_name_)
    ^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:111:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcm.c:630:1: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
PCM_DECODER(PCM_SGA,          AV_SAMPLE_FMT_U8,  pcm_sga,          "PCM SGA");
^
src/libavcodec/pcm.c:591:5: note: expanded from macro 'PCM_DECODER'
    PCM_DECODER_3(CONFIG_ ## id ## _DECODER, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:589:5: note: expanded from macro 'PCM_DECODER_3'
    PCM_DECODER_2(cf, id, sample_fmt, name, long_name)
    ^
src/libavcodec/pcm.c:587:5: note: expanded from macro 'PCM_DECODER_2'
    PCM_DECODER_ ## cf(id, sample_fmt, name, long_name)
    ^
<scratch space>:118:1: note: expanded from here
PCM_DECODER_1
^
src/libavcodec/pcm.c:582:8: note: expanded from macro 'PCM_DECODER_1'
    .p.sample_fmts  = (const enum AVSampleFormat[]){ sample_fmt_,           \
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pcxenc.c:202:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
1 warning generated.
CC	libavcodec/pgssubdec.o
CC	libavcodec/pgxdec.o
64 warnings generated.
CC	libavcodec/photocd.o
CC	libavcodec/pictordec.o
CC	libavcodec/pixblockdsp.o
CC	libavcodec/pixlet.o
CC	libavcodec/png_parser.o
CC	libavcodec/pnm.o
CC	libavcodec/pnm_parser.o
CC	libavcodec/pnmdec.o
CC	libavcodec/pnmenc.o
src/libavcodec/pnmenc.c:234:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pnmenc.c:248:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pnmenc.c:262:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pnmenc.c:276:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){ AV_PIX_FMT_MONOWHITE,
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pnmenc.c:289:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){ AV_PIX_FMT_GBRPF32LE,
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/pnmenc.c:316:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){ AV_PIX_FMT_GBRPF32,
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
6 warnings generated.
CC	libavcodec/profiles.o
CC	libavcodec/proresdata.o
CC	libavcodec/proresdec.o
CC	libavcodec/proresdsp.o
CC	libavcodec/proresenc_anatoliy.o
CC	libavcodec/proresenc_kostya.o
src/libavcodec/proresenc_anatoliy.c:958:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = pix_fmts,
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/proresenc_anatoliy.c:976:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = pix_fmts,
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/proresenc_kostya.c:1384:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]) {
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/prosumer.o
CC	libavcodec/psd.o
1 warning generated.
CC	libavcodec/psymodel.o
CC	libavcodec/pthread.o
CC	libavcodec/pthread_frame.o
In file included from src/libavcodec/pthread.c:32:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
In file included from src/libavcodec/pthread_frame.c:51:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
2 warnings generated.
CC	libavcodec/pthread_slice.o
CC	libavcodec/ptx.o
In file included from src/libavcodec/pthread_slice.c:37:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/qcelpdec.o
1 warning generated.
CC	libavcodec/qdm2.o
In file included from src/libavcodec/qdm2.c:39:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/qdmc.o
In file included from src/libavcodec/qdmc.c:29:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/qdrw.o
CC	libavcodec/qoadec.o
1 warning generated.
CC	libavcodec/qoi_parser.o
src/libavcodec/qoadec.c:168:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
1 warning generated.
CC	libavcodec/qoidec.o
CC	libavcodec/qoienc.o
src/libavcodec/qoienc.c:137:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/qpeg.o
1 warning generated.
CC	libavcodec/qpeldsp.o
CC	libavcodec/qsv_api.o
CC	libavcodec/qtrle.o
CC	libavcodec/qtrleenc.o
src/libavcodec/qtrleenc.c:412:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
1 warning generated.
CC	libavcodec/r210dec.o
1 warning generated.
CC	libavcodec/r210enc.o
CC	libavcodec/ra144.o
src/libavcodec/r210enc.c:102:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = pix_fmt,
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/r210enc.c:114:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = pix_fmt,
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/r210enc.c:126:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = pix_fmt,
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
3 warnings generated.
CC	libavcodec/ra144dec.o
CC	libavcodec/ra144enc.o
CC	libavcodec/ra288.o
src/libavcodec/ra144enc.c:549:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_S16,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/ra144enc.c:551:8: warning: 'supported_samplerates' is deprecated [-Wdeprecated-declarations]
    .p.supported_samplerates = (const int[]){ 8000, 0 },
       ^
src/libavcodec/codec.h:216:5: note: 'supported_samplerates' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/ra144enc.c:552:8: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
    .p.ch_layouts   = (const AVChannelLayout[]){ AV_CHANNEL_LAYOUT_MONO, { 0 } },
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/ralf.o
3 warnings generated.
CC	libavcodec/rangecoder.o
CC	libavcodec/ratecontrol.o
src/libavcodec/ralf.c:526:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16P,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
In file included from src/libavcodec/ratecontrol.c:35:
In file included from src/libavcodec/mpegvideoenc.h:34:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
src/libavcodec/ratecontrol.c:954:34: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
        if (wanted_bits_double > INT64_MAX) {
                               ~ ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:168:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
1 warning generated.
CC	libavcodec/raw.o
2 warnings generated.
CC	libavcodec/rawdec.o
CC	libavcodec/rawenc.o
1 warning generated.
CC	libavcodec/realtextdec.o
CC	libavcodec/refstruct.o
In file included from src/libavcodec/refstruct.c:30:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/rka.o
CC	libavcodec/rl.o
1 warning generated.
CC	libavcodec/rl2.o
CC	libavcodec/rle.o
CC	libavcodec/roqaudioenc.o
CC	libavcodec/roqvideo.o
src/libavcodec/roqaudioenc.c:201:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_S16,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/roqvideodec.o
1 warning generated.
CC	libavcodec/roqvideoenc.o
src/libavcodec/roqvideoenc.c:1129:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts           = (const enum AVPixelFormat[]){ AV_PIX_FMT_YUVJ444P,
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/rpza.o
CC	libavcodec/rpzaenc.o
src/libavcodec/rpzaenc.c:887:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]) { AV_PIX_FMT_RGB555,
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/rtjpeg.o
CC	libavcodec/rtv1.o
CC	libavcodec/rv10.o
In file included from src/libavcodec/rv10.c:31:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/rv10enc.o
In file included from src/libavcodec/rv10enc.c:29:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
src/libavcodec/rv10enc.c:80:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){ AV_PIX_FMT_YUV420P, AV_PIX_FMT_NONE },
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
1 warning generated.
CC	libavcodec/rv20enc.o
2 warnings generated.
CC	libavcodec/rv30.o
In file included from src/libavcodec/rv20enc.c:29:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
src/libavcodec/rv20enc.c:77:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){ AV_PIX_FMT_YUV420P, AV_PIX_FMT_NONE },
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
In file included from src/libavcodec/rv30.c:30:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
2 warnings generated.
CC	libavcodec/rv30dsp.o
1 warning generated.
CC	libavcodec/rv34.o
In file included from src/libavcodec/rv34.c:32:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/rv34_parser.o
CC	libavcodec/rv34dsp.o
CC	libavcodec/rv40.o
In file included from src/libavcodec/rv40.c:30:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/rv40dsp.o
1 warning generated.
CC	libavcodec/rv60dec.o
In file included from src/libavcodec/rv60dec.c:32:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/rv60dsp.o
1 warning generated.
CC	libavcodec/s302m.o
CC	libavcodec/s302menc.o
src/libavcodec/s302menc.c:184:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts         = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_S32,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/s302menc.c:187:8: warning: 'supported_samplerates' is deprecated [-Wdeprecated-declarations]
    .p.supported_samplerates = (const int[]) { 48000, 0 },
       ^
src/libavcodec/codec.h:216:5: note: 'supported_samplerates' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/samidec.o
2 warnings generated.
CC	libavcodec/sanm.o
CC	libavcodec/sbc.o
CC	libavcodec/sbc_parser.o
CC	libavcodec/sbcdec.o
CC	libavcodec/sbcdec_data.o
src/libavcodec/sbcdec.c:374:8: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
    .p.ch_layouts          = (const AVChannelLayout[]) { AV_CHANNEL_LAYOUT_MONO,
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/sbcdec.c:377:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts         = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16P,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/sbcdec.c:379:8: warning: 'supported_samplerates' is deprecated [-Wdeprecated-declarations]
    .p.supported_samplerates = (const int[]) { 16000, 32000, 44100, 48000, 0 },
       ^
src/libavcodec/codec.h:216:5: note: 'supported_samplerates' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/sbcdsp.o
3 warnings generated.
CC	libavcodec/sbcdsp_data.o
CC	libavcodec/sbcenc.o
CC	libavcodec/sbrdsp.o
src/libavcodec/sbcenc.c:263:35: warning: 'supported_samplerates' is deprecated [-Wdeprecated-declarations]
    for (int i = 0; avctx->codec->supported_samplerates[i]; i++)
                                  ^
src/libavcodec/codec.h:216:5: note: 'supported_samplerates' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/sbcenc.c:264:49: warning: 'supported_samplerates' is deprecated [-Wdeprecated-declarations]
        if (avctx->sample_rate == avctx->codec->supported_samplerates[i])
                                                ^
src/libavcodec/codec.h:216:5: note: 'supported_samplerates' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/sbcenc.c:357:8: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
    .p.ch_layouts          = (const AVChannelLayout[]) { AV_CHANNEL_LAYOUT_MONO,
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/sbcenc.c:360:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts         = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/sbcenc.c:362:8: warning: 'supported_samplerates' is deprecated [-Wdeprecated-declarations]
    .p.supported_samplerates = (const int[]) { 16000, 32000, 44100, 48000, 0 },
       ^
src/libavcodec/codec.h:216:5: note: 'supported_samplerates' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/sbrdsp_fixed.o
5 warnings generated.
CC	libavcodec/scpr.o
CC	libavcodec/sga.o
1 warning generated.
CC	libavcodec/sgidec.o
CC	libavcodec/sgienc.o
CC	libavcodec/sgirledec.o
src/libavcodec/sgienc.c:284:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts = (const enum AVPixelFormat[]) {
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/sheervideo.o
1 warning generated.
CC	libavcodec/shorten.o
src/libavcodec/shorten.c:824:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16P,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/simple_idct.o
1 warning generated.
CC	libavcodec/sinewin.o
In file included from src/libavcodec/sinewin.c:20:
In file included from src/libavcodec/sinewin_tablegen.h:35:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/sipr.o
CC	libavcodec/sipr16k.o
CC	libavcodec/sipr_parser.o
CC	libavcodec/siren.o
CC	libavcodec/smacker.o
CC	libavcodec/smc.o
CC	libavcodec/smcenc.o
CC	libavcodec/snappy.o
src/libavcodec/smcenc.c:602:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]) { AV_PIX_FMT_PAL8,
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/snow.o
In file included from src/libavcodec/snow.c:23:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/snow_dwt.o
1 warning generated.
CC	libavcodec/snowdec.o
1 warning generated.
CC	libavcodec/snowenc.o
CC	libavcodec/sonic.o
In file included from src/libavcodec/snowenc.c:41:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
src/libavcodec/snowenc.c:2144:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/sonic.c:170:19: warning: unused function 'intlist_write' [-Wunused-function]
static inline int intlist_write(RangeCoder *c, uint8_t *state, int *buf, int entries, int base_2_part)
                  ^
1 warning generated.
CC	libavcodec/sp5xdec.o
CC	libavcodec/speedhq.o
CC	libavcodec/speedhqdec.o
In file included from src/libavcodec/speedhqdec.c:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/speedhqenc.o
CC	libavcodec/speexdec.o
In file included from src/libavcodec/speedhqenc.c:30:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
src/libavcodec/speedhqenc.c:304:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]) {
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
2 warnings generated.
CC	libavcodec/srtdec.o
CC	libavcodec/srtenc.o
CC	libavcodec/startcode.o
CC	libavcodec/subviewerdec.o
CC	libavcodec/sunrast.o
CC	libavcodec/sunrastenc.o
src/libavcodec/sunrastenc.c:221:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){ AV_PIX_FMT_BGR24,
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/svq1.o
1 warning generated.
CC	libavcodec/svq1dec.o
In file included from src/libavcodec/svq1dec.c:37:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/svq1enc.o
In file included from src/libavcodec/svq1enc.c:36:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
src/libavcodec/svq1enc.c:748:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]) { AV_PIX_FMT_YUV410P,
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/svq3.o
1 warning generated.
CC	libavcodec/synth_filter.o
CC	libavcodec/tak.o
2 warnings generated.
CC	libavcodec/tak_parser.o
CC	libavcodec/takdec.o
CC	libavcodec/takdsp.o
src/libavcodec/takdec.c:953:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts    = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_U8P,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/targa.o
CC	libavcodec/targa_y216dec.o
CC	libavcodec/targaenc.o
src/libavcodec/targaenc.c:218:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/textdec.o
1 warning generated.
CC	libavcodec/texturedsp.o
CC	libavcodec/texturedspenc.o
1 warning generated.
CC	libavcodec/threadprogress.o
In file included from src/libavcodec/threadprogress.c:25:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/tiertexseqv.o
CC	libavcodec/tiff.o
CC	libavcodec/tiff_common.o
CC	libavcodec/tiffenc.o
2 warnings generated.
CC	libavcodec/tmv.o
CC	libavcodec/to_upper4.o
src/libavcodec/tiffenc.c:583:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]) {
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/tpeldsp.o
CC	libavcodec/truemotion1.o
1 warning generated.
CC	libavcodec/truemotion2.o
CC	libavcodec/truemotion2rt.o
CC	libavcodec/truespeech.o
CC	libavcodec/tscc2.o
CC	libavcodec/tta.o
In file included from src/libavcodec/tscc2.c:30:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/ttadata.o
CC	libavcodec/ttadsp.o
CC	libavcodec/ttaenc.o
CC	libavcodec/ttaencdsp.o
CC	libavcodec/ttmlenc.o
src/libavcodec/ttaenc.c:214:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_U8,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/twinvq.o
1 warning generated.
CC	libavcodec/twinvqdec.o
1 warning generated.
CC	libavcodec/txd.o
CC	libavcodec/ulti.o
CC	libavcodec/utils.o
src/libavcodec/twinvqdec.c:426:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/utvideodec.o
1 warning generated.
CC	libavcodec/utvideodsp.o
CC	libavcodec/utvideoenc.o
CC	libavcodec/v210dec.o
CC	libavcodec/v210enc.o
src/libavcodec/utvideoenc.c:674:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]) {
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/v210enc.c:120:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){ AV_PIX_FMT_YUV422P10, AV_PIX_FMT_YUV422P, AV_PIX_FMT_NONE },
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/v210x.o
1 warning generated.
1 warning generated.
CC	libavcodec/v308dec.o
CC	libavcodec/v308enc.o
CC	libavcodec/v408dec.o
src/libavcodec/v308enc.c:83:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts   = (const enum AVPixelFormat[]){ AV_PIX_FMT_YUV444P, AV_PIX_FMT_NONE },
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
1 warning generated.
CC	libavcodec/v408enc.o
CC	libavcodec/v410dec.o
CC	libavcodec/v410enc.o
CC	libavcodec/v4l2_buffers.o
src/libavcodec/v408enc.c:82:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts   = pix_fmt,
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/v410enc.c:87:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts   = (const enum AVPixelFormat[]){ AV_PIX_FMT_YUV444P10, AV_PIX_FMT_NONE },
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
1 warning generated.
1 warning generated.
CC	libavcodec/v4l2_context.o
CC	libavcodec/v4l2_fmt.o
CC	libavcodec/v4l2_m2m.o
CC	libavcodec/v4l2_m2m_dec.o
CC	libavcodec/v4l2_m2m_enc.o
CC	libavcodec/vb.o
CC	libavcodec/vble.o
CC	libavcodec/vbndec.o
CC	libavcodec/vbnenc.o
CC	libavcodec/vc1.o
CC	libavcodec/vc1_block.o
CC	libavcodec/vc1_loopfilter.o
src/libavcodec/vbnenc.c:164:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]) {
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
In file included from src/libavcodec/vc1.c:31:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/vc1_mc.o
In file included from src/libavcodec/vc1_block.c:31:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
In file included from src/libavcodec/vc1_loopfilter.c:30:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
In file included from src/libavcodec/vc1_mc.c:32:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/vc1_parser.o
In file included from src/libavcodec/vc1_parser.c:31:
In file included from src/libavcodec/vc1.h:28:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/vc1_pred.o
1 warning generated.
CC	libavcodec/vc1data.o
In file included from src/libavcodec/vc1_pred.c:31:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
In file included from src/libavcodec/vc1data.c:29:
In file included from src/libavcodec/vc1.h:28:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/vc1dec.o
1 warning generated.
CC	libavcodec/vc1dsp.o
In file included from src/libavcodec/vc1dec.c:38:
In file included from src/libavcodec/mpeg_er.h:22:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/vc2enc.o
src/libavcodec/vc2enc.c:1247:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = allowed_pix_fmts,
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
1 warning generated.
CC	libavcodec/vc2enc_dwt.o
CC	libavcodec/vcr1.o
CC	libavcodec/version.o
CC	libavcodec/videodsp.o
CC	libavcodec/vima.o
In file included from src/libavcodec/vima.c:29:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/vlc.o
CC	libavcodec/vmdaudio.o
CC	libavcodec/vmdvideo.o
1 warning generated.
CC	libavcodec/vmixdec.o
1 warning generated.
CC	libavcodec/vmnc.o
CC	libavcodec/vorbis.o
CC	libavcodec/vorbis_data.o
CC	libavcodec/vorbis_parser.o
CC	libavcodec/vorbisdec.o
src/libavcodec/vorbisdec.c:1897:8: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
    .p.ch_layouts    = ff_vorbis_ch_layouts,
       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/vorbisdec.c:1898:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts   = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/vorbisdsp.o
CC	libavcodec/vorbisenc.o
CC	libavcodec/vp3.o
In file included from src/libavcodec/vp3.c:42:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
src/libavcodec/vorbisenc.c:1315:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_FLTP,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/vp3_parser.o
CC	libavcodec/vp3dsp.o
1 warning generated.
CC	libavcodec/vp5.o
CC	libavcodec/vp56.o
2 warnings generated.
CC	libavcodec/vp56data.o
CC	libavcodec/vp56dsp.o
CC	libavcodec/vp6.o
CC	libavcodec/vp6dsp.o
CC	libavcodec/vp8.o
In file included from src/libavcodec/vp8.c:41:
In file included from src/libavcodec/vp8.h:32:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/vp8_parser.o
CC	libavcodec/vp8data.o
CC	libavcodec/vp8dsp.o
CC	libavcodec/vp9.o
In file included from src/libavcodec/vp9.c:41:
In file included from src/libavcodec/vp9data.h:27:
In file included from src/libavcodec/vp9dec.h:33:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/vp9_parser.o
CC	libavcodec/vp9block.o
In file included from src/libavcodec/vp9block.c:30:
In file included from src/libavcodec/vp9data.h:27:
In file included from src/libavcodec/vp9dec.h:33:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/vp9data.o
In file included from src/libavcodec/vp9data.c:23:
In file included from src/libavcodec/vp9data.h:27:
In file included from src/libavcodec/vp9dec.h:33:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/vp9dsp.o
1 warning generated.
CC	libavcodec/vp9dsp_10bpp.o
CC	libavcodec/vp9dsp_12bpp.o
1 warning generated.
CC	libavcodec/vp9dsp_8bpp.o
CC	libavcodec/vp9lpf.o
In file included from src/libavcodec/vp9lpf.c:25:
In file included from src/libavcodec/vp9dec.h:33:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/vp9mvs.o
In file included from src/libavcodec/vp9mvs.c:26:
In file included from src/libavcodec/vp9data.h:27:
In file included from src/libavcodec/vp9dec.h:33:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/vp9prob.o
In file included from src/libavcodec/vp9prob.c:25:
In file included from src/libavcodec/vp9dec.h:33:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/vp9recon.o
In file included from src/libavcodec/vp9recon.c:30:
In file included from src/libavcodec/vp9data.h:27:
In file included from src/libavcodec/vp9dec.h:33:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/vpx_rac.o
CC	libavcodec/vqavideo.o
CC	libavcodec/vqcdec.o
CC	libavcodec/vvc/cabac.o
In file included from src/libavcodec/vqcdec.c:27:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/vvc/ctu.o
CC	libavcodec/vvc/data.o
CC	libavcodec/vvc/dec.o
In file included from src/libavcodec/vvc/dec.c:31:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/vvc/dsp.o
1 warning generated.
CC	libavcodec/vvc/filter.o
1 warning generated.
CC	libavcodec/vvc/inter.o
CC	libavcodec/vvc/intra.o
CC	libavcodec/vvc/intra_utils.o
CC	libavcodec/vvc/itx_1d.o
CC	libavcodec/vvc/mvs.o
CC	libavcodec/vvc/ps.o
CC	libavcodec/vvc/refs.o
In file included from src/libavcodec/vvc/refs.c:26:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/vvc/thread.o
In file included from src/libavcodec/vvc/thread.c:27:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/vvc_parser.o
CC	libavcodec/wavarc.o
src/libavcodec/wavarc.c:888:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts    = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_U8P,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/wavpack.o
1 warning generated.
CC	libavcodec/wavpackdata.o
In file included from src/libavcodec/wavpack.c:33:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavcodec/wavpackenc.o
src/libavcodec/wavpackenc.c:2983:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_U8P,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
1 warning generated.
CC	libavcodec/wbmpdec.o
CC	libavcodec/wbmpenc.o
src/libavcodec/wbmpenc.c:86:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
1 warning generated.
CC	libavcodec/webp.o
In file included from src/libavcodec/webp.c:55:
In file included from src/libavcodec/vp8.h:32:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/webp_parser.o
CC	libavcodec/webvttdec.o
CC	libavcodec/webvttenc.o
1 warning generated.
CC	libavcodec/wma.o
CC	libavcodec/wma_common.o
CC	libavcodec/wma_freqs.o
CC	libavcodec/wmadec.o
CC	libavcodec/wmaenc.o
src/libavcodec/wmadec.c:1018:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/wmadec.c:1035:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/wmaenc.c:449:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/wmaenc.c:465:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
2 warnings generated.
CC	libavcodec/wmalosslessdec.o
src/libavcodec/wmalosslessdec.c:1344:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16P,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
2 warnings generated.
CC	libavcodec/wmaprodec.o
In file included from src/libavcodec/wmaprodec.c:99:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/wmavoice.o
src/libavcodec/wmaprodec.c:2109:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/wmaprodec.c:2129:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/wmaprodec.c:2149:8: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
    .p.sample_fmts  = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP,
       ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
In file included from src/libavcodec/wmavoice.c:34:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/wmv2.o
In file included from src/libavcodec/wmv2.c:23:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/wmv2data.o
CC	libavcodec/wmv2dec.o
4 warnings generated.
CC	libavcodec/wmv2dsp.o
In file included from src/libavcodec/wmv2dec.c:25:
In file included from src/libavcodec/h263dec.h:23:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavcodec/wmv2enc.o
In file included from src/libavcodec/wmv2enc.c:24:
In file included from src/libavcodec/h263.h:24:
In file included from src/libavcodec/mpegvideo.h:41:
In file included from src/libavcodec/mpegpicture.h:29:
In file included from src/libavcodec/threadprogress.h:38:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
src/libavcodec/wmv2enc.c:253:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]) { AV_PIX_FMT_YUV420P,
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/wnv1.o
In file included from src/libavcodec/wnv1.c:27:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
2 warnings generated.
CC	libavcodec/wrapped_avframe.o
1 warning generated.
CC	libavcodec/ws-snd1.o
1 warning generated.
CC	libavcodec/xan.o
CC	libavcodec/xbm_parser.o
CC	libavcodec/xbmdec.o
CC	libavcodec/xbmenc.o
src/libavcodec/xbmenc.c:96:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts   = (const enum AVPixelFormat[]) { AV_PIX_FMT_MONOWHITE,
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
1 warning generated.
CC	libavcodec/xface.o
CC	libavcodec/xfacedec.o
CC	libavcodec/xfaceenc.o
CC	libavcodec/xiph.o
src/libavcodec/xfaceenc.c:220:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]) { AV_PIX_FMT_MONOWHITE, AV_PIX_FMT_NONE },
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/xl.o
CC	libavcodec/xma_parser.o
CC	libavcodec/xpmdec.o
1 warning generated.
CC	libavcodec/xsubdec.o
CC	libavcodec/xsubenc.o
CC	libavcodec/xvididct.o
CC	libavcodec/xwd_parser.o
CC	libavcodec/xwddec.o
CC	libavcodec/xwdenc.o
CC	libavcodec/xxan.o
CC	libavcodec/y41pdec.o
src/libavcodec/xwdenc.c:222:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]) { AV_PIX_FMT_BGRA,
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/y41penc.o
1 warning generated.
CC	libavcodec/ylc.o
CC	libavcodec/yop.o
src/libavcodec/y41penc.c:88:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts   = (const enum AVPixelFormat[]) { AV_PIX_FMT_YUV411P,
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
1 warning generated.
CC	libavcodec/yuv4dec.o
CC	libavcodec/yuv4enc.o
AR	libpostproc/libpostproc.a
CC	libswresample/arm/audio_convert_init.o
AS	libswresample/arm/audio_convert_neon.o
src/libavcodec/yuv4enc.c:79:8: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
    .p.pix_fmts     = (const enum AVPixelFormat[]){ AV_PIX_FMT_YUV420P, AV_PIX_FMT_NONE },
       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
1 warning generated.
AS	libswresample/arm/resample.o
CC	libswresample/arm/resample_init.o
CC	libswresample/audioconvert.o
CC	libswresample/dither.o
CC	libswresample/options.o
src/libswresample/options.c:111:144: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
                                                        , OFFSET(firstpts_in_samples), AV_OPT_TYPE_INT64 ,{.i64=AV_NOPTS_VALUE    }, INT64_MIN,INT64_MAX, PARAM },
                                                                                                                                               ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:294:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libswresample/rematrix.o
1 warning generated.
CC	libswresample/resample.o
CC	libswresample/resample_dsp.o
CC	libswresample/swresample.o
CC	libswresample/swresample_frame.o
CC	libswresample/version.o
CC	libswscale/alphablend.o
AS	libswscale/arm/hscale.o
AS	libswscale/arm/output.o
AS	libswscale/arm/rgb2yuv_neon_16.o
AS	libswscale/arm/rgb2yuv_neon_32.o
CC	libswscale/arm/swscale.o
CC	libswscale/arm/swscale_unscaled.o
AS	libswscale/arm/yuv2rgb_neon.o
CC	libswscale/gamma.o
CC	libswscale/graph.o
CC	libswscale/half2float.o
CC	libswscale/hscale.o
CC	libswscale/hscale_fast_bilinear.o
CC	libswscale/input.o
CC	libswscale/options.o
CC	libswscale/output.o
CC	libswscale/rgb2rgb.o
CC	libswscale/slice.o
CC	libswscale/swscale.o
CC	libswscale/swscale_unscaled.o
CC	libswscale/utils.o
In file included from src/libswscale/utils.c:53:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
src/libswscale/utils.c:2747:18: warning: result of comparison of unsigned enum expression >= 0 is always true [-Wtautological-unsigned-enum-zero-compare]
    return range >= 0 && range < AVCOL_RANGE_NB;
           ~~~~~ ^  ~
src/libswscale/utils.c:2752:16: warning: result of comparison of unsigned enum expression >= 0 is always true [-Wtautological-unsigned-enum-zero-compare]
    return loc >= 0 && loc < AVCHROMA_LOC_NB;
           ~~~ ^  ~
CC	libswscale/version.o
CC	libswscale/vscale.o
CC	libswscale/yuv2rgb.o
3 warnings generated.
CC	libavutil/adler32.o
CC	libavutil/aes.o
CC	libavutil/aes_ctr.o
CC	libavutil/ambient_viewing_environment.o
CC	libavutil/arm/cpu.o
CC	libavutil/arm/float_dsp_init_arm.o
CC	libavutil/arm/float_dsp_init_neon.o
CC	libavutil/arm/float_dsp_init_vfp.o
AS	libavutil/arm/float_dsp_neon.o
AS	libavutil/arm/float_dsp_vfp.o
CC	libavutil/audio_fifo.o
CC	libavutil/avsscanf.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
In file included from src/libavutil/buffer.c:24:
In file included from src/libavutil/buffer_internal.h:26:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavutil/cast5.o
CC	libavutil/channel_layout.o
CC	libavutil/cpu.o
In file included from src/libavutil/cpu.c:46:
/usr/arm-linux-gnueabihf/include/sys/sysctl.h:21:2: warning: "The <sys/sysctl.h> header is deprecated and will be removed." [-W#warnings]
#warning "The <sys/sysctl.h> header is deprecated and will be removed."
 ^
src/libavutil/cpu.c:120:76: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
        { "flags"   , NULL, 0, AV_OPT_TYPE_FLAGS, { .i64 = 0 }, INT64_MIN, INT64_MAX, .unit = "flags" },
        ~                                                                  ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:181:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
CC	libavutil/crc.o
In file included from src/libavutil/crc.c:23:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavutil/csp.o
1 warning generated.
CC	libavutil/des.o
CC	libavutil/detection_bbox.o
CC	libavutil/dict.o
CC	libavutil/display.o
CC	libavutil/dovi_meta.o
CC	libavutil/downmix_info.o
CC	libavutil/encryption_info.o
CC	libavutil/error.o
CC	libavutil/eval.o
CC	libavutil/executor.o
src/libavutil/eval.c:249:29: warning: implicit conversion from 'unsigned long long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-int-float-conversion]
            return r * (1.0/UINT64_MAX);
                           ~^~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:130:23: note: expanded from macro 'UINT64_MAX'
# define UINT64_MAX             (__UINT64_C(18446744073709551615))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:110:25: note: expanded from macro '__UINT64_C'
#  define __UINT64_C(c) c ## ULL
                        ^~~~~~~~
<scratch space>:253:1: note: expanded from here
18446744073709551615ULL
^~~~~~~~~~~~~~~~~~~~~~~
src/libavutil/eval.c:255:44: warning: implicit conversion from 'unsigned long long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-int-float-conversion]
            return min + (max - min) * r / UINT64_MAX;
                                         ~ ^~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:130:23: note: expanded from macro 'UINT64_MAX'
# define UINT64_MAX             (__UINT64_C(18446744073709551615))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:110:25: note: expanded from macro '__UINT64_C'
#  define __UINT64_C(c) c ## ULL
                        ^~~~~~~~
<scratch space>:254:1: note: expanded from here
18446744073709551615ULL
^~~~~~~~~~~~~~~~~~~~~~~
In file included from src/libavutil/executor.c:26:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavutil/fifo.o
CC	libavutil/file.o
CC	libavutil/file_open.o
CC	libavutil/film_grain_params.o
CC	libavutil/fixed_dsp.o
CC	libavutil/float_dsp.o
CC	libavutil/frame.o
2 warnings generated.
CC	libavutil/hash.o
CC	libavutil/hdr_dynamic_metadata.o
CC	libavutil/hdr_dynamic_vivid_metadata.o
CC	libavutil/hmac.o
CC	libavutil/hwcontext.o
CC	libavutil/hwcontext_stub.o
CC	libavutil/iamf.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
In file included from src/libavutil/log.c:44:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavutil/log2_tab.o
CC	libavutil/lzo.o
CC	libavutil/mastering_display_metadata.o
1 warning generated.
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/random_seed.o
CC	libavutil/rational.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/slicethread.o
In file included from src/libavutil/slicethread.c:24:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavutil/spherical.o
CC	libavutil/stereo3d.o
CC	libavutil/tea.o
CC	libavutil/threadmessage.o
In file included from src/libavutil/threadmessage.c:28:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavutil/time.o
CC	libavutil/timecode.o
CC	libavutil/timestamp.o
CC	libavutil/tree.o
CC	libavutil/twofish.o
CC	libavutil/tx.o
CC	libavutil/tx_double.o
In file included from src/libavutil/tx.c:26:
In file included from src/libavutil/tx_priv.h:23:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
In file included from src/libavutil/tx_double.c:20:
In file included from src/libavutil/tx_priv.h:23:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavutil/tx_float.o
In file included from src/libavutil/tx_float.c:20:
In file included from src/libavutil/tx_priv.h:23:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavutil/tx_int32.o
In file included from src/libavutil/tx_int32.c:20:
In file included from src/libavutil/tx_priv.h:23:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	libavutil/utils.o
CC	libavutil/uuid.o
CC	libavutil/version.o
CC	libavutil/video_enc_params.o
CC	libavutil/video_hint.o
CC	libavutil/xga_font_data.o
CC	libavutil/xtea.o
HOSTLD	doc/print_options
CC	fftools/ffmpeg_dec.o
In file included from src/fftools/ffmpeg_dec.c:37:
In file included from src/fftools/ffmpeg.h:48:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	fftools/ffmpeg_demux.o
In file included from src/fftools/ffmpeg_demux.c:22:
In file included from src/fftools/ffmpeg.h:48:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	fftools/ffmpeg_enc.o
In file included from src/fftools/ffmpeg_enc.c:22:
In file included from src/fftools/ffmpeg.h:48:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	fftools/ffmpeg_filter.o
In file included from src/fftools/ffmpeg_filter.c:23:
In file included from src/fftools/ffmpeg.h:48:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	fftools/ffmpeg_hw.o
In file included from src/fftools/ffmpeg_hw.c:23:
In file included from src/fftools/ffmpeg.h:48:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	fftools/ffmpeg_mux.o
1 warning generated.
CC	fftools/ffmpeg_mux_init.o
1 warning generated.
In file included from src/fftools/ffmpeg_mux.c:23:
In file included from src/fftools/ffmpeg.h:48:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	fftools/ffmpeg_opt.o
In file included from src/fftools/ffmpeg_mux_init.c:24:
In file included from src/fftools/ffmpeg.h:48:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
In file included from src/fftools/ffmpeg_opt.c:30:
In file included from src/fftools/ffmpeg.h:48:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	fftools/ffmpeg_sched.o
In file included from src/fftools/ffmpeg_sched.c:39:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	fftools/objpool.o
CC	fftools/sync_queue.o
1 warning generated.
CC	fftools/thread_queue.o
In file included from src/fftools/thread_queue.c:27:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
CC	fftools/cmdutils.o
CC	fftools/opt_common.o
1 warning generated.
CC	fftools/ffmpeg.o
In file included from src/fftools/ffmpeg.c:81:
In file included from src/fftools/ffmpeg.h:48:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	fftools/ffprobe.o
In file included from src/fftools/ffprobe.c:72:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavfilter/tests/drawutils.o
1 warning generated.
CC	libavfilter/tests/filtfmts.o
1 warning generated.
CC	libavfilter/tests/formats.o
CC	libavfilter/tests/integral.o
CC	libavformat/tests/seek.o
CC	libavformat/tests/url.o
CC	libavformat/tests/seek_utils.o
CC	libavformat/tests/fifo_muxer.o
CC	libavformat/tests/movenc.o
In file included from src/libavformat/tests/fifo_muxer.c:40:
In file included from src/libavformat/fifo.c:27:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
In file included from src/libavformat/tests/fifo_muxer.c:40:
src/libavformat/fifo.c:695:82: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
         AV_OPT_TYPE_DURATION, {.i64 = FIFO_DEFAULT_RECOVERY_WAIT_TIME_USEC}, 0, INT64_MAX, AV_OPT_FLAG_ENCODING_PARAM},
                                                                                 ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:351:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
In file included from src/libavformat/tests/fifo_muxer.c:40:
src/libavformat/fifo.c:704:47: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
         AV_OPT_TYPE_DURATION, {.i64 = 0}, 0, INT64_MAX, AV_OPT_FLAG_ENCODING_PARAM},
                                              ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:352:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavformat/tests/noproxy.o
3 warnings generated.
CC	libavformat/tests/srtp.o
CC	libavcodec/tests/avcodec.o
CC	libavcodec/tests/avpacket.o
CC	libavcodec/tests/bitstream_be.o
src/libavcodec/tests/avcodec.c:80:24: warning: 'ch_layouts' is deprecated [-Wdeprecated-declarations]
            if (codec->ch_layouts || codec->sample_fmts ||
                       ^
src/libavcodec/codec.h:240:5: note: 'ch_layouts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/tests/avcodec.c:80:45: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
            if (codec->ch_layouts || codec->sample_fmts ||
                                            ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/tests/avcodec.c:81:24: warning: 'supported_samplerates' is deprecated [-Wdeprecated-declarations]
                codec->supported_samplerates)
                       ^
src/libavcodec/codec.h:216:5: note: 'supported_samplerates' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/tests/avcodec.c:89:24: warning: 'pix_fmts' is deprecated [-Wdeprecated-declarations]
            if (codec->pix_fmts || codec->supported_framerates)
                       ^
src/libavcodec/codec.h:214:5: note: 'pix_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/tests/avcodec.c:89:43: warning: 'supported_framerates' is deprecated [-Wdeprecated-declarations]
            if (codec->pix_fmts || codec->supported_framerates)
                                          ^
src/libavcodec/codec.h:212:5: note: 'supported_framerates' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
src/libavcodec/tests/avcodec.c:139:29: warning: 'sample_fmts' is deprecated [-Wdeprecated-declarations]
                if (!codec->sample_fmts) {
                            ^
src/libavcodec/codec.h:218:5: note: 'sample_fmts' has been explicitly marked deprecated here
    attribute_deprecated
    ^
src/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
CC	libavcodec/tests/bitstream_le.o
6 warnings generated.
CC	libavcodec/tests/celp_math.o
CC	libavcodec/tests/codec_desc.o
CC	libavcodec/tests/htmlsubtitles.o
CC	libavcodec/tests/jpeg2000dwt.o
CC	libavcodec/tests/mathops.o
CC	libavcodec/tests/cabac.o
CC	libavcodec/tests/golomb.o
CC	libavcodec/tests/dct.o
CC	libswresample/tests/swresample.o
CC	libswscale/tests/colorspace.o
CC	libswscale/tests/floatimg_cmp.o
CC	libswscale/tests/pixdesc_query.o
CC	libswscale/tests/swscale.o
src/libswscale/tests/swscale.c:281:57: warning: implicit conversion from 'unsigned long long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-int-float-conversion]
                        if (ff_sfc64_get(&prng_state) > UINT64_MAX * opts.prob)
                                                        ^~~~~~~~~~ ~
/usr/arm-linux-gnueabihf/include/stdint.h:130:23: note: expanded from macro 'UINT64_MAX'
# define UINT64_MAX             (__UINT64_C(18446744073709551615))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:110:25: note: expanded from macro '__UINT64_C'
#  define __UINT64_C(c) c ## ULL
                        ^~~~~~~~
<scratch space>:311:1: note: expanded from here
18446744073709551615ULL
^~~~~~~~~~~~~~~~~~~~~~~
CC	libavutil/tests/adler32.o
CC	libavutil/tests/aes.o
CC	libavutil/tests/aes_ctr.o
1 warning generated.
CC	libavutil/tests/audio_fifo.o
CC	libavutil/tests/avstring.o
CC	libavutil/tests/base64.o
CC	libavutil/tests/blowfish.o
CC	libavutil/tests/bprint.o
CC	libavutil/tests/cast5.o
CC	libavutil/tests/camellia.o
CC	libavutil/tests/channel_layout.o
src/libavutil/tests/channel_layout.c:121:23: warning: result of comparison of unsigned enum expression >= 0 is always true [-Wtautological-unsigned-enum-zero-compare]
    if (layout->order >= 0 && layout->order < FF_ARRAY_ELEMS(channel_order_names)) {
        ~~~~~~~~~~~~~ ^  ~
CC	libavutil/tests/color_utils.o
CC	libavutil/tests/cpu.o
CC	libavutil/tests/crc.o
CC	libavutil/tests/des.o
CC	libavutil/tests/dict.o
1 warning generated.
CC	libavutil/tests/display.o
CC	libavutil/tests/encryption_info.o
CC	libavutil/tests/error.o
CC	libavutil/tests/eval.o
CC	libavutil/tests/file.o
CC	libavutil/tests/fifo.o
CC	libavutil/tests/hash.o
CC	libavutil/tests/hmac.o
CC	libavutil/tests/hwdevice.o
CC	libavutil/tests/integer.o
CC	libavutil/tests/imgutils.o
CC	libavutil/tests/lfg.o
CC	libavutil/tests/lls.o
CC	libavutil/tests/log.o
CC	libavutil/tests/md5.o
In file included from src/libavutil/tests/log.c:22:
In file included from src/libavutil/log.c:44:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
CC	libavutil/tests/murmur3.o
CC	libavutil/tests/opt.o
1 warning generated.
CC	libavutil/tests/pca.o
src/libavutil/tests/opt.c:104:132: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    {"duration",   "set duration",       OFFSET(duration),       AV_OPT_TYPE_DURATION,       { .i64 = 1000 },                   0, INT64_MAX, 1 },
    ~                                                                                                                              ^~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX'
# define INT64_MAX              (__INT64_C(9223372036854775807))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C'
#  define __INT64_C(c)  c ## LL
                        ^~~~~~~
<scratch space>:272:1: note: expanded from here
9223372036854775807LL
^~~~~~~~~~~~~~~~~~~~~
CC	libavutil/tests/parseutils.o
1 warning generated.
CC	libavutil/tests/pixdesc.o
CC	libavutil/tests/pixelutils.o
CC	libavutil/tests/pixfmt_best.o
CC	libavutil/tests/random_seed.o
CC	libavutil/tests/rational.o
CC	libavutil/tests/ripemd.o
CC	libavutil/tests/sha.o
1 warning generated.
CC	libavutil/tests/sha512.o
CC	libavutil/tests/side_data_array.o
CC	libavutil/tests/softfloat.o
CC	libavutil/tests/tree.o
CC	libavutil/tests/twofish.o
CC	libavutil/tests/utf8.o
CC	libavutil/tests/uuid.o
CC	libavutil/tests/xtea.o
CC	libavutil/tests/tea.o
CC	libavutil/tests/cpu_init.o
In file included from src/libavutil/tests/cpu_init.c:28:
In file included from src/libavutil/thread.h:38:
/usr/arm-linux-gnueabihf/include/pthread.h:719:12: warning: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header <setjmp.h>. [-Wincomplete-setjmp-declaration]
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
           ^
1 warning generated.
AR	libavcodec/libavcodec.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/ffprobe.html
HTML	doc/ffmpeg-all.html
HTML	doc/ffprobe-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/community.html
HTML	doc/developer.html
HTML	doc/faq.html
HTML	doc/fate.html
HTML	doc/general.html
HTML	doc/git-howto.html
HTML	doc/mailing-list-faq.html
HTML	doc/nut.html
HTML	doc/platform.html
POD	doc/ffmpeg.pod
POD	doc/ffprobe.pod
POD	doc/ffmpeg-all.pod
POD	doc/ffprobe-all.pod
POD	doc/ffmpeg-utils.pod
POD	doc/ffmpeg-scaler.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
POD	doc/libavfilter.pod
MAN	doc/ffmpeg.1
MAN	doc/ffprobe.1
MAN	doc/ffmpeg-all.1
MAN	doc/ffprobe-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	ffprobe_g
LD	libavfilter/tests/drawutils
LD	libavfilter/tests/filtfmts
LD	libavfilter/tests/formats
LD	libavfilter/tests/integral
LD	libavformat/tests/seek
LD	libavformat/tests/url
LD	libavformat/tests/seek_utils
LD	libavformat/tests/fifo_muxer
LD	libavformat/tests/movenc
LD	libavformat/tests/noproxy
LD	libavformat/tests/srtp
LD	libavcodec/tests/avcodec
LD	libavcodec/tests/avpacket
LD	libavcodec/tests/bitstream_be
LD	libavcodec/tests/bitstream_le
LD	libavcodec/tests/celp_math
LD	libavcodec/tests/codec_desc
LD	libavcodec/tests/htmlsubtitles
LD	libavcodec/tests/jpeg2000dwt
LD	libavcodec/tests/mathops
LD	libavcodec/tests/cabac
LD	libavcodec/tests/golomb
LD	libavcodec/tests/dct
LD	libavcodec/tests/iirfilter
LD	libavcodec/tests/mjpegenc_huffman
LD	libavcodec/tests/mpeg12framerate
LD	libavcodec/tests/h264_levels
LD	libavcodec/tests/h265_levels
LD	libavcodec/tests/rangecoder
LD	libavcodec/tests/snowenc
LD	libswresample/tests/swresample
LD	libswscale/tests/colorspace
LD	libswscale/tests/floatimg_cmp
LD	libswscale/tests/pixdesc_query
LD	libswscale/tests/swscale
LD	libavutil/tests/adler32
LD	libavutil/tests/aes
LD	libavutil/tests/aes_ctr
LD	libavutil/tests/audio_fifo
LD	libavutil/tests/avstring
LD	libavutil/tests/base64
LD	libavutil/tests/blowfish
LD	libavutil/tests/bprint
LD	libavutil/tests/cast5
LD	libavutil/tests/camellia
LD	libavutil/tests/channel_layout
LD	libavutil/tests/color_utils
LD	libavutil/tests/cpu
LD	libavutil/tests/crc
LD	libavutil/tests/des
LD	libavutil/tests/dict
LD	libavutil/tests/display
LD	libavutil/tests/encryption_info
LD	libavutil/tests/error
LD	libavutil/tests/eval
LD	libavutil/tests/file
LD	libavutil/tests/fifo
LD	libavutil/tests/hash
LD	libavutil/tests/hmac
LD	libavutil/tests/hwdevice
LD	libavutil/tests/integer
LD	libavutil/tests/imgutils
LD	libavutil/tests/lfg
LD	libavutil/tests/lls
LD	libavutil/tests/log
LD	libavutil/tests/md5
LD	libavutil/tests/murmur3
LD	libavutil/tests/opt
LD	libavutil/tests/pca
LD	libavutil/tests/parseutils
LD	libavutil/tests/pixdesc
LD	libavutil/tests/pixelutils
LD	libavutil/tests/pixfmt_best
LD	libavutil/tests/random_seed
LD	libavutil/tests/rational
LD	libavutil/tests/ripemd
LD	libavutil/tests/sha
LD	libavutil/tests/sha512
LD	libavutil/tests/side_data_array
LD	libavutil/tests/softfloat
LD	libavutil/tests/tree
LD	libavutil/tests/twofish
LD	libavutil/tests/utf8
LD	libavutil/tests/uuid
LD	libavutil/tests/xtea
LD	libavutil/tests/tea
LD	libavutil/tests/cpu_init
STRIP	ffmpeg
STRIP	ffprobe
INSTALL	doc/ffmpeg.html
INSTALL	doc/ffprobe.html
INSTALL	doc/ffmpeg-all.html
INSTALL	doc/ffprobe-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/community.html
INSTALL	doc/developer.html
INSTALL	doc/faq.html
INSTALL	doc/fate.html
INSTALL	doc/general.html
INSTALL	doc/git-howto.html
INSTALL	doc/mailing-list-faq.html
INSTALL	doc/nut.html
INSTALL	doc/platform.html
INSTALL	home/martin/fate/src/doc/bootstrap.min.css
INSTALL	home/martin/fate/src/doc/style.min.css
INSTALL	home/martin/fate/src/doc/default.css
INSTALL	doc/ffmpeg.1
INSTALL	doc/ffprobe.1
INSTALL	doc/ffmpeg-all.1
INSTALL	doc/ffprobe-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/ffprobe.1
INSTALL	doc/ffmpeg-all.1
INSTALL	doc/ffprobe-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	ffprobe
INSTALL	home/martin/fate/src/presets/libvpx-1080p50_60.ffpreset
INSTALL	home/martin/fate/src/presets/libvpx-360p.ffpreset
INSTALL	home/martin/fate/src/presets/libvpx-1080p.ffpreset
INSTALL	home/martin/fate/src/presets/libvpx-720p50_60.ffpreset
INSTALL	home/martin/fate/src/presets/libvpx-720p.ffpreset
INSTALL	home/martin/fate/src/doc/ffprobe.xsd
INSTALL	home/martin/fate/src/doc/examples/transcode.c
INSTALL	home/martin/fate/src/doc/examples/vaapi_transcode.c
INSTALL	home/martin/fate/src/doc/examples/show_metadata.c
INSTALL	home/martin/fate/src/doc/examples/hw_decode.c
INSTALL	home/martin/fate/src/doc/examples/mux.c
INSTALL	home/martin/fate/src/doc/examples/avio_read_callback.c
INSTALL	home/martin/fate/src/doc/examples/encode_audio.c
INSTALL	home/martin/fate/src/doc/examples/avio_http_serve_files.c
INSTALL	home/martin/fate/src/doc/examples/filter_audio.c
INSTALL	home/martin/fate/src/doc/examples/decode_filter_video.c
INSTALL	home/martin/fate/src/doc/examples/demux_decode.c
INSTALL	home/martin/fate/src/doc/examples/decode_video.c
INSTALL	home/martin/fate/src/doc/examples/avio_list_dir.c
INSTALL	home/martin/fate/src/doc/examples/qsv_transcode.c
INSTALL	home/martin/fate/src/doc/examples/remux.c
INSTALL	home/martin/fate/src/doc/examples/extract_mvs.c
INSTALL	home/martin/fate/src/doc/examples/decode_filter_audio.c
INSTALL	home/martin/fate/src/doc/examples/qsv_decode.c
INSTALL	home/martin/fate/src/doc/examples/vaapi_encode.c
INSTALL	home/martin/fate/src/doc/examples/resample_audio.c
INSTALL	home/martin/fate/src/doc/examples/decode_audio.c
INSTALL	home/martin/fate/src/doc/examples/transcode_aac.c
INSTALL	home/martin/fate/src/doc/examples/encode_video.c
INSTALL	home/martin/fate/src/doc/examples/scale_video.c
INSTALL	home/martin/fate/src/doc/examples/README
INSTALL	home/martin/fate/src/doc/examples/Makefile
INSTALL	home/martin/fate/src/doc/examples/transcode.c
INSTALL	home/martin/fate/src/doc/examples/vaapi_transcode.c
INSTALL	home/martin/fate/src/doc/examples/show_metadata.c
INSTALL	home/martin/fate/src/doc/examples/hw_decode.c
INSTALL	home/martin/fate/src/doc/examples/mux.c
INSTALL	home/martin/fate/src/doc/examples/avio_read_callback.c
INSTALL	home/martin/fate/src/doc/examples/encode_audio.c
INSTALL	home/martin/fate/src/doc/examples/avio_http_serve_files.c
INSTALL	home/martin/fate/src/doc/examples/filter_audio.c
INSTALL	home/martin/fate/src/doc/examples/decode_filter_video.c
INSTALL	home/martin/fate/src/doc/examples/demux_decode.c
INSTALL	home/martin/fate/src/doc/examples/decode_video.c
INSTALL	home/martin/fate/src/doc/examples/avio_list_dir.c
INSTALL	home/martin/fate/src/doc/examples/qsv_transcode.c
INSTALL	home/martin/fate/src/doc/examples/remux.c
INSTALL	home/martin/fate/src/doc/examples/extract_mvs.c
INSTALL	home/martin/fate/src/doc/examples/decode_filter_audio.c
INSTALL	home/martin/fate/src/doc/examples/qsv_decode.c
INSTALL	home/martin/fate/src/doc/examples/vaapi_encode.c
INSTALL	home/martin/fate/src/doc/examples/resample_audio.c
INSTALL	home/martin/fate/src/doc/examples/decode_audio.c
INSTALL	home/martin/fate/src/doc/examples/transcode_aac.c
INSTALL	home/martin/fate/src/doc/examples/encode_video.c
INSTALL	home/martin/fate/src/doc/examples/scale_video.c
INSTALL	home/martin/fate/src/doc/examples/README
INSTALL	home/martin/fate/src/doc/examples/Makefile
INSTALL	libavdevice/libavdevice.a
INSTALL	libavfilter/libavfilter.a
INSTALL	libavformat/libavformat.a
INSTALL	libavcodec/libavcodec.a
INSTALL	libpostproc/libpostproc.a
INSTALL	libswresample/libswresample.a
INSTALL	libswscale/libswscale.a
INSTALL	libavutil/libavutil.a
INSTALL	home/martin/fate/src/libavdevice/avdevice.h
INSTALL	home/martin/fate/src/libavdevice/version.h
INSTALL	home/martin/fate/src/libavdevice/version_major.h
INSTALL	libavdevice/libavdevice.pc
INSTALL	home/martin/fate/src/libavfilter/avfilter.h
INSTALL	home/martin/fate/src/libavfilter/buffersink.h
INSTALL	home/martin/fate/src/libavfilter/buffersrc.h
INSTALL	home/martin/fate/src/libavfilter/version.h
INSTALL	home/martin/fate/src/libavfilter/version_major.h
INSTALL	libavfilter/libavfilter.pc
INSTALL	home/martin/fate/src/libavformat/avformat.h
INSTALL	home/martin/fate/src/libavformat/avio.h
INSTALL	home/martin/fate/src/libavformat/version.h
INSTALL	home/martin/fate/src/libavformat/version_major.h
INSTALL	libavformat/libavformat.pc
INSTALL	home/martin/fate/src/libavcodec/ac3_parser.h
INSTALL	home/martin/fate/src/libavcodec/adts_parser.h
INSTALL	home/martin/fate/src/libavcodec/avcodec.h
INSTALL	home/martin/fate/src/libavcodec/avdct.h
INSTALL	home/martin/fate/src/libavcodec/avfft.h
INSTALL	home/martin/fate/src/libavcodec/bsf.h
INSTALL	home/martin/fate/src/libavcodec/codec.h
INSTALL	home/martin/fate/src/libavcodec/codec_desc.h
INSTALL	home/martin/fate/src/libavcodec/codec_id.h
INSTALL	home/martin/fate/src/libavcodec/codec_par.h
INSTALL	home/martin/fate/src/libavcodec/d3d11va.h
INSTALL	home/martin/fate/src/libavcodec/defs.h
INSTALL	home/martin/fate/src/libavcodec/dirac.h
INSTALL	home/martin/fate/src/libavcodec/dv_profile.h
INSTALL	home/martin/fate/src/libavcodec/dxva2.h
INSTALL	home/martin/fate/src/libavcodec/jni.h
INSTALL	home/martin/fate/src/libavcodec/mediacodec.h
INSTALL	home/martin/fate/src/libavcodec/packet.h
INSTALL	home/martin/fate/src/libavcodec/qsv.h
INSTALL	home/martin/fate/src/libavcodec/vdpau.h
INSTALL	home/martin/fate/src/libavcodec/version.h
INSTALL	home/martin/fate/src/libavcodec/version_major.h
INSTALL	home/martin/fate/src/libavcodec/videotoolbox.h
INSTALL	home/martin/fate/src/libavcodec/vorbis_parser.h
INSTALL	libavcodec/libavcodec.pc
INSTALL	home/martin/fate/src/libpostproc/postprocess.h
INSTALL	home/martin/fate/src/libpostproc/version.h
INSTALL	home/martin/fate/src/libpostproc/version_major.h
INSTALL	libpostproc/libpostproc.pc
INSTALL	home/martin/fate/src/libswresample/swresample.h
INSTALL	home/martin/fate/src/libswresample/version.h
INSTALL	home/martin/fate/src/libswresample/version_major.h
INSTALL	libswresample/libswresample.pc
INSTALL	home/martin/fate/src/libswscale/swscale.h
INSTALL	home/martin/fate/src/libswscale/version.h
INSTALL	home/martin/fate/src/libswscale/version_major.h
INSTALL	libswscale/libswscale.pc
INSTALL	home/martin/fate/src/libavutil/adler32.h
INSTALL	home/martin/fate/src/libavutil/aes.h
INSTALL	home/martin/fate/src/libavutil/aes_ctr.h
INSTALL	home/martin/fate/src/libavutil/ambient_viewing_environment.h
INSTALL	home/martin/fate/src/libavutil/attributes.h
INSTALL	home/martin/fate/src/libavutil/audio_fifo.h
INSTALL	home/martin/fate/src/libavutil/avassert.h
INSTALL	home/martin/fate/src/libavutil/avstring.h
INSTALL	home/martin/fate/src/libavutil/avutil.h
INSTALL	home/martin/fate/src/libavutil/base64.h
INSTALL	home/martin/fate/src/libavutil/blowfish.h
INSTALL	home/martin/fate/src/libavutil/bprint.h
INSTALL	home/martin/fate/src/libavutil/bswap.h
INSTALL	home/martin/fate/src/libavutil/buffer.h
INSTALL	home/martin/fate/src/libavutil/cast5.h
INSTALL	home/martin/fate/src/libavutil/camellia.h
INSTALL	home/martin/fate/src/libavutil/channel_layout.h
INSTALL	home/martin/fate/src/libavutil/common.h
INSTALL	home/martin/fate/src/libavutil/cpu.h
INSTALL	home/martin/fate/src/libavutil/crc.h
INSTALL	home/martin/fate/src/libavutil/csp.h
INSTALL	home/martin/fate/src/libavutil/des.h
INSTALL	home/martin/fate/src/libavutil/detection_bbox.h
INSTALL	home/martin/fate/src/libavutil/dict.h
INSTALL	home/martin/fate/src/libavutil/display.h
INSTALL	home/martin/fate/src/libavutil/dovi_meta.h
INSTALL	home/martin/fate/src/libavutil/downmix_info.h
INSTALL	home/martin/fate/src/libavutil/encryption_info.h
INSTALL	home/martin/fate/src/libavutil/error.h
INSTALL	home/martin/fate/src/libavutil/eval.h
INSTALL	home/martin/fate/src/libavutil/executor.h
INSTALL	home/martin/fate/src/libavutil/fifo.h
INSTALL	home/martin/fate/src/libavutil/file.h
INSTALL	home/martin/fate/src/libavutil/film_grain_params.h
INSTALL	home/martin/fate/src/libavutil/frame.h
INSTALL	home/martin/fate/src/libavutil/hash.h
INSTALL	home/martin/fate/src/libavutil/hdr_dynamic_metadata.h
INSTALL	home/martin/fate/src/libavutil/hdr_dynamic_vivid_metadata.h
INSTALL	home/martin/fate/src/libavutil/hmac.h
INSTALL	home/martin/fate/src/libavutil/hwcontext.h
INSTALL	home/martin/fate/src/libavutil/hwcontext_cuda.h
INSTALL	home/martin/fate/src/libavutil/hwcontext_d3d11va.h
INSTALL	home/martin/fate/src/libavutil/hwcontext_d3d12va.h
INSTALL	home/martin/fate/src/libavutil/hwcontext_drm.h
INSTALL	home/martin/fate/src/libavutil/hwcontext_dxva2.h
INSTALL	home/martin/fate/src/libavutil/hwcontext_qsv.h
INSTALL	home/martin/fate/src/libavutil/hwcontext_mediacodec.h
INSTALL	home/martin/fate/src/libavutil/hwcontext_opencl.h
INSTALL	home/martin/fate/src/libavutil/hwcontext_vaapi.h
INSTALL	home/martin/fate/src/libavutil/hwcontext_videotoolbox.h
INSTALL	home/martin/fate/src/libavutil/hwcontext_vdpau.h
INSTALL	home/martin/fate/src/libavutil/hwcontext_vulkan.h
INSTALL	home/martin/fate/src/libavutil/iamf.h
INSTALL	home/martin/fate/src/libavutil/imgutils.h
INSTALL	home/martin/fate/src/libavutil/intfloat.h
INSTALL	home/martin/fate/src/libavutil/intreadwrite.h
INSTALL	home/martin/fate/src/libavutil/lfg.h
INSTALL	home/martin/fate/src/libavutil/log.h
INSTALL	home/martin/fate/src/libavutil/lzo.h
INSTALL	home/martin/fate/src/libavutil/macros.h
INSTALL	home/martin/fate/src/libavutil/mathematics.h
INSTALL	home/martin/fate/src/libavutil/mastering_display_metadata.h
INSTALL	home/martin/fate/src/libavutil/md5.h
INSTALL	home/martin/fate/src/libavutil/mem.h
INSTALL	home/martin/fate/src/libavutil/motion_vector.h
INSTALL	home/martin/fate/src/libavutil/murmur3.h
INSTALL	home/martin/fate/src/libavutil/opt.h
INSTALL	home/martin/fate/src/libavutil/parseutils.h
INSTALL	home/martin/fate/src/libavutil/pixdesc.h
INSTALL	home/martin/fate/src/libavutil/pixelutils.h
INSTALL	home/martin/fate/src/libavutil/pixfmt.h
INSTALL	home/martin/fate/src/libavutil/random_seed.h
INSTALL	home/martin/fate/src/libavutil/rc4.h
INSTALL	home/martin/fate/src/libavutil/rational.h
INSTALL	home/martin/fate/src/libavutil/replaygain.h
INSTALL	home/martin/fate/src/libavutil/ripemd.h
INSTALL	home/martin/fate/src/libavutil/samplefmt.h
INSTALL	home/martin/fate/src/libavutil/sha.h
INSTALL	home/martin/fate/src/libavutil/sha512.h
INSTALL	home/martin/fate/src/libavutil/spherical.h
INSTALL	home/martin/fate/src/libavutil/stereo3d.h
INSTALL	home/martin/fate/src/libavutil/threadmessage.h
INSTALL	home/martin/fate/src/libavutil/time.h
INSTALL	home/martin/fate/src/libavutil/timecode.h
INSTALL	home/martin/fate/src/libavutil/timestamp.h
INSTALL	home/martin/fate/src/libavutil/tree.h
INSTALL	home/martin/fate/src/libavutil/twofish.h
INSTALL	home/martin/fate/src/libavutil/uuid.h
INSTALL	home/martin/fate/src/libavutil/version.h
INSTALL	home/martin/fate/src/libavutil/video_enc_params.h
INSTALL	home/martin/fate/src/libavutil/xtea.h
INSTALL	home/martin/fate/src/libavutil/tea.h
INSTALL	home/martin/fate/src/libavutil/tx.h
INSTALL	home/martin/fate/src/libavutil/video_hint.h
INSTALL	libavutil/avconfig.h
INSTALL	libavutil/ffversion.h
INSTALL	libavutil/libavutil.pc