CC linux/dirs.lo CC linux/thread.lo CC stream_output/sap.lo CC stream_output/sdp.lo CC stream_output/stream_output.lo stream_output/stream_output.c: In function 'sout_MuxDeleteStream': stream_output/stream_output.c:493:6: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] && block_FifoCount( p_input->p_fifo ) > 0 ) ^~ In file included from stream_output/stream_output.c:47:0: ../include/vlc_block.h:477:16: note: declared here VLC_API size_t block_FifoCount(block_fifo_t *) VLC_USED VLC_DEPRECATED; ^~~~~~~~~~~~~~~ In file included from ../include/vlc_common.h:783:0, from stream_output/stream_output.c:36: ../include/vlc_arrays.h:93:13: warning: declaration of 'i_index' shadows a previous local [-Wshadow=compatible-local] int i_index; \ ^ stream_output/stream_output.c:507:9: note: in expansion of macro 'TAB_REMOVE' TAB_REMOVE( p_mux->i_nb_inputs, p_mux->pp_inputs, p_input ); ^~~~~~~~~~ stream_output/stream_output.c:490:9: note: shadowed declaration is here int i_index; ^~~~~~~ stream_output/stream_output.c: In function 'sout_MuxGetStream': stream_output/stream_output.c:574:9: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] if( block_FifoCount( p_input->p_fifo ) < i_blocks ) ^~ In file included from stream_output/stream_output.c:47:0: ../include/vlc_block.h:477:16: note: declared here VLC_API size_t block_FifoCount(block_fifo_t *) VLC_USED VLC_DEPRECATED; ^~~~~~~~~~~~~~~ CCLD libvlccore.la Making all in modules /usr/bin/make all-recursive Making all in . CC access/libcdda_plugin_la-cdda.lo CC access/ftp.lo CC access/http.lo CC access/libsmb_plugin_la-smb.lo access/smb.c: In function 'DirRead': access/smb.c:364:22: warning: this statement may fall through [-Wimplicit-fallthrough=] psz_name = NULL; ^ access/smb.c:365:9: note: here case SMBC_FILE_SHARE: ^~~~ CC access/tcp.lo CC access/udp.lo CC access/libnfs_plugin_la-nfs.lo CC access/libavio_plugin_la-avio.lo CC access/satip.lo In file included from access/avio.c:37:0: access/../codec/avcodec/avcommon.h: In function 'vlc_init_avformat': access/../codec/avcodec/avcommon.h:105:5: warning: 'av_register_all' is deprecated [-Wdeprecated-declarations] av_register_all(); ^~~~~~~~~~~~~~~ In file included from access/avio.h:24:0, from access/avio.c:36: /home/buildroot/autobuild/run/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libavformat/avformat.h:2043:6: note: declared here void av_register_all(void); ^~~~~~~~~~~~~~~ In file included from access/avio.c:37:0: access/../codec/avcodec/avcommon.h: In function 'vlc_init_avcodec': access/../codec/avcodec/avcommon.h:119:5: warning: 'avcodec_register_all' is deprecated [-Wdeprecated-declarations] avcodec_register_all(); ^~~~~~~~~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/run/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libavformat/avformat.h:319:0, from access/avio.h:24, from access/avio.c:36: /home/buildroot/autobuild/run/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libavcodec/avcodec.h:4102:6: note: declared here void avcodec_register_all(void); ^~~~~~~~~~~~~~~~~~~~ CC access/concat.lo In file included from ../include/vlc_threads.h:236:0, from ../include/vlc_common.h:409, from access/satip.c:34: access/satip.c: In function 'satip_thread': ../include/vlc_threads.h:975:43: warning: variable '__cancel_routine' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] # define vlc_cleanup_push( routine, arg ) pthread_cleanup_push (routine, arg) ^ access/satip.c:464:9: note: in expansion of macro 'vlc_cleanup_push' vlc_cleanup_push(satip_cleanup_blocks, input_blocks); ^~~~~~~~~~~~~~~~ In file included from ../include/vlc_common.h:409:0, from access/satip.c:34: access/satip.c: In function 'satip_teardown': ../include/vlc_threads.h:878:19: warning: call to 'harmful_delay.constprop' declared with attribute warning: use proper event handling instead of short delay #define msleep(d) msleep(check_delay(d)) ^~~~~~~~~~~~~~~~~~~~~~ access/satip.c:417:13: note: in expansion of macro 'msleep' msleep(150000); ^~~~~~ CC audio_filter/stereo_widen.lo CC audio_filter/converter/libaudio_format_plugin_la-format.lo CC codec/ddummy.lo CC codec/edummy.lo CC codec/spdif.lo CC codec/adpcm.lo CC codec/aes3.lo CC codec/araw.lo CC codec/g711.lo CC codec/lpcm.lo CC codec/uleaddvaudio.lo CC codec/cdg.lo CC codec/liblibmpeg2_plugin_la-libmpeg2.lo CC codec/liblibmpeg2_plugin_la-synchro.lo CC codec/rawvideo.lo CC codec/rtpvideo.lo CC codec/png.lo CC codec/libsvgdec_plugin_la-svg.lo CC codec/libsdl_image_plugin_la-sdl_image.lo CC codec/cc.lo CC codec/cea708.lo CC codec/cvdsub.lo CC codec/dvbsub.lo CC codec/scte18.lo CC codec/atsc_a65.lo CC codec/scte27.lo CC codec/stl.lo CC codec/subsdec.lo codec/subsdec.c: In function 'ParseSubtitles': codec/subsdec.c:901:23: warning: declaration of 'psz_tagname' shadows a previous local [-Wshadow=compatible-local] char* psz_tagname = GetTag( &psz_subtitle, true ); ^~~~~~~~~~~ codec/subsdec.c:763:19: note: shadowed declaration is here char *psz_tagname = GetTag( &psz_subtitle, false ); ^~~~~~~~~~~ CC codec/subsusf.lo CC codec/ttml/ttml.lo CC demux/libwebvtt_plugin_la-webvtt.lo demux/webvtt.c: In function 'demux_Range': demux/webvtt.c:343:73: warning: unused parameter 'i_end' [-Wunused-parameter] static block_t *demux_Range( demux_t *p_demux, mtime_t i_start, mtime_t i_end ) ^~~~~ CC codec/webvtt/libwebvtt_plugin_la-CSSGrammar.lo CC codec/webvtt/libwebvtt_plugin_la-CSSLexer.lo CC codec/webvtt/libwebvtt_plugin_la-css_parser.lo codec/webvtt/CSSLexer.c: In function 'yy_get_next_buffer': codec/webvtt/CSSLexer.c:1596:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for ( n = 0; n < max_size && \ ^ codec/webvtt/CSSLexer.c:2193:3: note: in expansion of macro 'YY_INPUT' YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), ^~~~~~~~ CC codec/webvtt/libwebvtt_plugin_la-css_style.lo CC codec/svcdsub.lo CC codec/t140.lo CC codec/textst.lo CC codec/substx3g.lo codec/substx3g.c: In function 'SegmentDoSplit': codec/substx3g.c:179:15: warning: declaration of 'psz_text' shadows a previous local [-Wshadow=compatible-local] char* psz_text = str8indup( p_segment->s->psz_text, i_end + 1, p_segment->i_size - i_end - 1 ); ^~~~~~~~ codec/substx3g.c:170:11: note: shadowed declaration is here char* psz_text = str8indup( p_segment->s->psz_text, i_start, i_end - i_start + 1 ); ^~~~~~~~ CC codec/libspeex_plugin_la-speex.lo CC codec/libvorbis_plugin_la-vorbis.lo In file included from ../include/vlc_common.h:1025:0, from codec/speex.c:31: codec/speex.c: In function 'DecodePacket': ../include/vlc_messages.h:78:5: warning: this statement may fall through [-Wimplicit-fallthrough=] vlc_Log(VLC_OBJECT(o), p, vlc_module_name, __FILE__, __LINE__, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __func__, __VA_ARGS__) ~~~~~~~~~~~~~~~~~~~~~~ ../include/vlc_messages.h:83:5: note: in expansion of macro 'msg_Generic' msg_Generic(p_this, VLC_MSG_ERR, __VA_ARGS__) ^~~~~~~~~~~ codec/speex.c:833:17: note: in expansion of macro 'msg_Err' msg_Err( p_dec, "decoding error: corrupted stream?" ); ^~~~~~~ codec/speex.c:834:13: note: here case -1: /* End of stream */ ^~~~ CC codec/liboggspots_plugin_la-oggspots.lo codec/oggspots.c: In function 'ProcessHeader': codec/oggspots.c:270:15: warning: declaration of 'p_extra' shadows a previous local [-Wshadow=local] void* p_extra = realloc(p_dec->fmt_out.p_extra, ^~~~~~~ codec/oggspots.c:200:20: note: shadowed declaration is here const uint8_t* p_extra; ^~~~~~~ codec/oggspots.c: In function 'DecodePacket': codec/oggspots.c:385:5: warning: ignoring return value of 'decoder_UpdateVideoFormat', declared with attribute warn_unused_result [-Wunused-result] decoder_UpdateVideoFormat(p_dec); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC codec/avcodec/libavcodec_plugin_la-video.lo CC codec/avcodec/libavcodec_plugin_la-subtitle.lo In file included from codec/avcodec/avcodec.h:25:0, from codec/avcodec/video.c:46: codec/avcodec/avcommon.h: In function 'vlc_init_avformat': codec/avcodec/avcommon.h:105:5: warning: 'av_register_all' is deprecated [-Wdeprecated-declarations] av_register_all(); ^~~~~~~~~~~~~~~ In file included from codec/avcodec/avcommon_compat.h:110:0, from codec/avcodec/avcommon.h:38, from codec/avcodec/avcodec.h:25, from codec/avcodec/video.c:46: /home/buildroot/autobuild/run/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libavformat/avformat.h:2043:6: note: declared here void av_register_all(void); ^~~~~~~~~~~~~~~ In file included from codec/avcodec/avcodec.h:25:0, from codec/avcodec/video.c:46: codec/avcodec/avcommon.h: In function 'vlc_init_avcodec': codec/avcodec/avcommon.h:119:5: warning: 'avcodec_register_all' is deprecated [-Wdeprecated-declarations] avcodec_register_all(); ^~~~~~~~~~~~~~~~~~~~ In file included from codec/avcodec/video.c:39:0: /home/buildroot/autobuild/run/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libavcodec/avcodec.h:4102:6: note: declared here void avcodec_register_all(void); ^~~~~~~~~~~~~~~~~~~~ CC codec/avcodec/libavcodec_plugin_la-audio.lo In file included from codec/avcodec/avcodec.h:25:0, from codec/avcodec/subtitle.c:39: codec/avcodec/avcommon.h: In function 'vlc_init_avformat': codec/avcodec/avcommon.h:105:5: warning: 'av_register_all' is deprecated [-Wdeprecated-declarations] av_register_all(); ^~~~~~~~~~~~~~~ In file included from codec/avcodec/avcommon_compat.h:110:0, from codec/avcodec/avcommon.h:38, from codec/avcodec/avcodec.h:25, from codec/avcodec/subtitle.c:39: /home/buildroot/autobuild/run/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libavformat/avformat.h:2043:6: note: declared here void av_register_all(void); ^~~~~~~~~~~~~~~ In file included from codec/avcodec/avcodec.h:25:0, from codec/avcodec/subtitle.c:39: codec/avcodec/avcommon.h: In function 'vlc_init_avcodec': codec/avcodec/avcommon.h:119:5: warning: 'avcodec_register_all' is deprecated [-Wdeprecated-declarations] avcodec_register_all(); ^~~~~~~~~~~~~~~~~~~~ In file included from codec/avcodec/subtitle.c:36:0: /home/buildroot/autobuild/run/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libavcodec/avcodec.h:4102:6: note: declared here void avcodec_register_all(void); ^~~~~~~~~~~~~~~~~~~~ codec/avcodec/subtitle.c: In function 'InitSubtitleDec': codec/avcodec/subtitle.c:94:5: warning: 'av_codec_set_pkt_timebase' is deprecated [-Wdeprecated-declarations] av_codec_set_pkt_timebase(context, AV_TIME_BASE_Q); ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from codec/avcodec/subtitle.c:36:0: /home/buildroot/autobuild/run/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libavcodec/avcodec.h:3326:12: note: declared here void av_codec_set_pkt_timebase (AVCodecContext *avctx, AVRational val); ^~~~~~~~~~~~~~~~~~~~~~~~~ CC codec/avcodec/libavcodec_plugin_la-va.lo In file included from codec/avcodec/avcodec.h:25:0, from codec/avcodec/audio.c:39: codec/avcodec/avcommon.h: In function 'vlc_init_avformat': codec/avcodec/avcommon.h:105:5: warning: 'av_register_all' is deprecated [-Wdeprecated-declarations] av_register_all(); ^~~~~~~~~~~~~~~ In file included from codec/avcodec/avcommon_compat.h:110:0, from codec/avcodec/avcommon.h:38, from codec/avcodec/avcodec.h:25, from codec/avcodec/audio.c:39: /home/buildroot/autobuild/run/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libavformat/avformat.h:2043:6: note: declared here void av_register_all(void); ^~~~~~~~~~~~~~~ In file included from codec/avcodec/avcodec.h:25:0, from codec/avcodec/audio.c:39: codec/avcodec/avcommon.h: In function 'vlc_init_avcodec': codec/avcodec/avcommon.h:119:5: warning: 'avcodec_register_all' is deprecated [-Wdeprecated-declarations] avcodec_register_all(); ^~~~~~~~~~~~~~~~~~~~ In file included from codec/avcodec/avcommon_compat.h:31:0, from codec/avcodec/avcommon.h:38, from codec/avcodec/avcodec.h:25, from codec/avcodec/audio.c:39: /home/buildroot/autobuild/run/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libavcodec/avcodec.h:4102:6: note: declared here void avcodec_register_all(void); ^~~~~~~~~~~~~~~~~~~~ codec/avcodec/audio.c: In function 'SetupOutputFormat': codec/avcodec/audio.c:595:77: warning: signed and unsigned type in conditional expression [-Wsign-compare] p_sys->p_context->channel_layout ? p_sys->p_context->channel_layout : ^ CC codec/avcodec/libavcodec_plugin_la-avcodec.lo CC codec/avcodec/libavcodec_plugin_la-encoder.lo In file included from codec/avcodec/avcodec.h:25:0, from codec/avcodec/avcodec.c:41: codec/avcodec/avcommon.h: In function 'vlc_init_avformat': codec/avcodec/avcommon.h:105:5: warning: 'av_register_all' is deprecated [-Wdeprecated-declarations] av_register_all(); ^~~~~~~~~~~~~~~ In file included from codec/avcodec/avcommon_compat.h:110:0, from codec/avcodec/avcommon.h:38, from codec/avcodec/avcodec.h:25, from codec/avcodec/avcodec.c:41: /home/buildroot/autobuild/run/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libavformat/avformat.h:2043:6: note: declared here void av_register_all(void); ^~~~~~~~~~~~~~~ In file included from codec/avcodec/avcodec.h:25:0, from codec/avcodec/avcodec.c:41: codec/avcodec/avcommon.h: In function 'vlc_init_avcodec': codec/avcodec/avcommon.h:119:5: warning: 'avcodec_register_all' is deprecated [-Wdeprecated-declarations] avcodec_register_all(); ^~~~~~~~~~~~~~~~~~~~ In file included from codec/avcodec/avcodec.c:39:0: /home/buildroot/autobuild/run/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libavcodec/avcodec.h:4102:6: note: declared here void avcodec_register_all(void); ^~~~~~~~~~~~~~~~~~~~ CC codec/avcodec/libavcodec_common_la-fourcc.lo In file included from codec/avcodec/avcodec.h:25:0, from codec/avcodec/encoder.c:48: codec/avcodec/avcommon.h: In function 'vlc_init_avformat': codec/avcodec/avcommon.h:105:5: warning: 'av_register_all' is deprecated [-Wdeprecated-declarations] av_register_all(); ^~~~~~~~~~~~~~~ In file included from codec/avcodec/avcommon_compat.h:110:0, from codec/avcodec/avcommon.h:38, from codec/avcodec/avcodec.h:25, from codec/avcodec/encoder.c:48: /home/buildroot/autobuild/run/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libavformat/avformat.h:2043:6: note: declared here void av_register_all(void); ^~~~~~~~~~~~~~~ In file included from codec/avcodec/avcodec.h:25:0, from codec/avcodec/encoder.c:48: codec/avcodec/avcommon.h: In function 'vlc_init_avcodec': codec/avcodec/avcommon.h:119:5: warning: 'avcodec_register_all' is deprecated [-Wdeprecated-declarations] avcodec_register_all(); ^~~~~~~~~~~~~~~~~~~~ In file included from codec/avcodec/encoder.c:45:0: /home/buildroot/autobuild/run/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libavcodec/avcodec.h:4102:6: note: declared here void avcodec_register_all(void); ^~~~~~~~~~~~~~~~~~~~ codec/avcodec/encoder.c: In function 'InitVideoEnc': codec/avcodec/encoder.c:584:37: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] p_context->intra_matrix = mpeg4_default_intra_matrix; ^ codec/avcodec/encoder.c:585:37: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] p_context->inter_matrix = mpeg4_default_non_intra_matrix; ^ CC codec/avcodec/libavcodec_common_la-chroma.lo codec/avcodec/encoder.c: In function 'EncodeVideo': codec/avcodec/encoder.c:1238:8: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] switch ( p_sys->p_context->coded_frame->pict_type ) ^~~~~~ In file included from codec/avcodec/encoder.c:45:0: /home/buildroot/autobuild/run/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libavcodec/avcodec.h:2776:35: note: declared here attribute_deprecated AVFrame *coded_frame; ^~~~~~~~~~~ In file included from codec/avcodec/avcodec.h:25:0, from codec/avcodec/fourcc.c:33: codec/avcodec/avcommon.h: In function 'vlc_init_avformat': codec/avcodec/avcommon.h:105:5: warning: 'av_register_all' is deprecated [-Wdeprecated-declarations] av_register_all(); ^~~~~~~~~~~~~~~ In file included from codec/avcodec/avcommon_compat.h:110:0, from codec/avcodec/avcommon.h:38, from codec/avcodec/avcodec.h:25, from codec/avcodec/fourcc.c:33: /home/buildroot/autobuild/run/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libavformat/avformat.h:2043:6: note: declared here void av_register_all(void); ^~~~~~~~~~~~~~~ In file included from codec/avcodec/avcodec.h:25:0, from codec/avcodec/fourcc.c:33: codec/avcodec/avcommon.h: In function 'vlc_init_avcodec': codec/avcodec/avcommon.h:119:5: warning: 'avcodec_register_all' is deprecated [-Wdeprecated-declarations] avcodec_register_all(); ^~~~~~~~~~~~~~~~~~~~ In file included from codec/avcodec/fourcc.c:32:0: /home/buildroot/autobuild/run/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libavcodec/avcodec.h:4102:6: note: declared here void avcodec_register_all(void); ^~~~~~~~~~~~~~~~~~~~ CC codec/avcodec/libvaapi_drm_plugin_la-vaapi.lo In file included from codec/avcodec/chroma.c:34:0: codec/avcodec/avcommon.h: In function 'vlc_init_avformat': codec/avcodec/avcommon.h:105:5: warning: 'av_register_all' is deprecated [-Wdeprecated-declarations] av_register_all(); ^~~~~~~~~~~~~~~ In file included from codec/avcodec/avcommon_compat.h:110:0, from codec/avcodec/avcommon.h:38, from codec/avcodec/chroma.c:34: /home/buildroot/autobuild/run/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libavformat/avformat.h:2043:6: note: declared here void av_register_all(void); ^~~~~~~~~~~~~~~ In file included from codec/avcodec/chroma.c:34:0: codec/avcodec/avcommon.h: In function 'vlc_init_avcodec': codec/avcodec/avcommon.h:119:5: warning: 'avcodec_register_all' is deprecated [-Wdeprecated-declarations] avcodec_register_all(); ^~~~~~~~~~~~~~~~~~~~ In file included from codec/avcodec/avcommon_compat.h:31:0, from codec/avcodec/avcommon.h:38, from codec/avcodec/chroma.c:34: /home/buildroot/autobuild/run/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libavcodec/avcodec.h:4102:6: note: declared here void avcodec_register_all(void); ^~~~~~~~~~~~~~~~~~~~ CC codec/avcodec/libvaapi_plugin_la-vaapi.lo CC codec/libvpx_plugin_la-vpx.lo In file included from codec/avcodec/avcodec.h:25:0, from codec/avcodec/vaapi.c:47: codec/avcodec/avcommon.h: In function 'vlc_init_avformat': codec/avcodec/avcommon.h:105:5: warning: 'av_register_all' is deprecated [-Wdeprecated-declarations] av_register_all(); ^~~~~~~~~~~~~~~ In file included from codec/avcodec/avcommon_compat.h:110:0, from codec/avcodec/avcommon.h:38, from codec/avcodec/avcodec.h:25, from codec/avcodec/vaapi.c:47: /home/buildroot/autobuild/run/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libavformat/avformat.h:2043:6: note: declared here void av_register_all(void); ^~~~~~~~~~~~~~~ In file included from codec/avcodec/avcodec.h:25:0, from codec/avcodec/vaapi.c:47: codec/avcodec/avcommon.h: In function 'vlc_init_avcodec': codec/avcodec/avcommon.h:119:5: warning: 'avcodec_register_all' is deprecated [-Wdeprecated-declarations] avcodec_register_all(); ^~~~~~~~~~~~~~~~~~~~ In file included from codec/avcodec/vaapi.c:44:0: /home/buildroot/autobuild/run/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libavcodec/avcodec.h:4102:6: note: declared here void avcodec_register_all(void); ^~~~~~~~~~~~~~~~~~~~ codec/avcodec/vaapi.c: At top level: codec/avcodec/vaapi.c:54:12: warning: 'vaapi_context' is deprecated [-Wdeprecated-declarations] struct vaapi_context hw_ctx; ^~~~~~~~~~~~~ In file included from codec/avcodec/vaapi.c:45:0: /home/buildroot/autobuild/run/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libavcodec/vaapi.h:56:29: note: declared here struct attribute_deprecated vaapi_context { ^~~~~~~~~~~~~ In file included from codec/avcodec/avcodec.h:25:0, from codec/avcodec/vaapi.c:47: codec/avcodec/avcommon.h: In function 'vlc_init_avformat': codec/avcodec/avcommon.h:105:5: warning: 'av_register_all' is deprecated [-Wdeprecated-declarations] av_register_all(); ^~~~~~~~~~~~~~~ In file included from codec/avcodec/avcommon_compat.h:110:0, from codec/avcodec/avcommon.h:38, from codec/avcodec/avcodec.h:25, from codec/avcodec/vaapi.c:47: /home/buildroot/autobuild/run/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libavformat/avformat.h:2043:6: note: declared here void av_register_all(void); ^~~~~~~~~~~~~~~ In file included from codec/avcodec/avcodec.h:25:0, from codec/avcodec/vaapi.c:47: codec/avcodec/avcommon.h: In function 'vlc_init_avcodec': codec/avcodec/avcommon.h:119:5: warning: 'avcodec_register_all' is deprecated [-Wdeprecated-declarations] avcodec_register_all(); ^~~~~~~~~~~~~~~~~~~~ In file included from codec/avcodec/vaapi.c:44:0: /home/buildroot/autobuild/run/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libavcodec/avcodec.h:4102:6: note: declared here void avcodec_register_all(void); ^~~~~~~~~~~~~~~~~~~~ codec/vpx.c:119:23: error: 'VPX_IMG_FMT_444A' undeclared here (not in a function); did you mean 'VPX_IMG_FMT_I440'? { VLC_CODEC_YUVA, VPX_IMG_FMT_444A, 8, 0 }, ^~~~~~~~~~~~~~~~ VPX_IMG_FMT_I440 codec/vpx.c:120:23: error: 'VPX_IMG_FMT_YUY2' undeclared here (not in a function); did you mean 'VPX_IMG_FMT_YV12'? { VLC_CODEC_YUYV, VPX_IMG_FMT_YUY2, 8, 0 }, ^~~~~~~~~~~~~~~~ VPX_IMG_FMT_YV12 codec/vpx.c:121:23: error: 'VPX_IMG_FMT_UYVY' undeclared here (not in a function); did you mean 'VPX_IMG_FMT_YUY2'? { VLC_CODEC_UYVY, VPX_IMG_FMT_UYVY, 8, 0 }, ^~~~~~~~~~~~~~~~ VPX_IMG_FMT_YUY2 codec/vpx.c:122:23: error: 'VPX_IMG_FMT_YVYU' undeclared here (not in a function); did you mean 'VPX_IMG_FMT_UYVY'? { VLC_CODEC_YVYU, VPX_IMG_FMT_YVYU, 8, 0 }, ^~~~~~~~~~~~~~~~ VPX_IMG_FMT_UYVY codec/avcodec/vaapi.c: At top level: codec/avcodec/vaapi.c:54:12: warning: 'vaapi_context' is deprecated [-Wdeprecated-declarations] struct vaapi_context hw_ctx; ^~~~~~~~~~~~~ In file included from codec/avcodec/vaapi.c:45:0: /home/buildroot/autobuild/run/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libavcodec/vaapi.h:56:29: note: declared here struct attribute_deprecated vaapi_context { ^~~~~~~~~~~~~ codec/vpx.c:124:24: error: 'VPX_IMG_FMT_RGB555' undeclared here (not in a function); did you mean 'VPX_IMG_FMT_YVYU'? { VLC_CODEC_RGB15, VPX_IMG_FMT_RGB555, 8, 0 }, ^~~~~~~~~~~~~~~~~~ VPX_IMG_FMT_YVYU codec/vpx.c:125:24: error: 'VPX_IMG_FMT_RGB565' undeclared here (not in a function); did you mean 'VPX_IMG_FMT_RGB555'? { VLC_CODEC_RGB16, VPX_IMG_FMT_RGB565, 8, 0 }, ^~~~~~~~~~~~~~~~~~ VPX_IMG_FMT_RGB555 codec/vpx.c:126:24: error: 'VPX_IMG_FMT_RGB24' undeclared here (not in a function); did you mean 'VPX_IMG_FMT_RGB565'? { VLC_CODEC_RGB24, VPX_IMG_FMT_RGB24, 8, 0 }, ^~~~~~~~~~~~~~~~~ VPX_IMG_FMT_RGB565 codec/vpx.c:127:24: error: 'VPX_IMG_FMT_RGB32' undeclared here (not in a function); did you mean 'VPX_IMG_FMT_RGB24'? { VLC_CODEC_RGB32, VPX_IMG_FMT_RGB32, 8, 0 }, ^~~~~~~~~~~~~~~~~ VPX_IMG_FMT_RGB24 codec/vpx.c:129:23: error: 'VPX_IMG_FMT_ARGB' undeclared here (not in a function); did you mean 'VPX_IMG_FMT_RGB32'? { VLC_CODEC_ARGB, VPX_IMG_FMT_ARGB, 8, 0 }, ^~~~~~~~~~~~~~~~ VPX_IMG_FMT_RGB32 codec/vpx.c:130:23: error: 'VPX_IMG_FMT_ARGB_LE' undeclared here (not in a function); did you mean 'VPX_IMG_FMT_ARGB'? { VLC_CODEC_BGRA, VPX_IMG_FMT_ARGB_LE, 8, 0 }, ^~~~~~~~~~~~~~~~~~~ VPX_IMG_FMT_ARGB make[6]: *** [codec/libvpx_plugin_la-vpx.lo] Error 1 make[6]: *** Waiting for unfinished jobs.... make[5]: *** [all-recursive] Error 1 make[4]: *** [all] Error 2 make[3]: *** [all-recursive] Error 1 make[2]: *** [all] Error 2 make[1]: *** [/home/buildroot/autobuild/run/instance-1/output/build/vlc-3.0.6/.stamp_built] Error 2 make: *** [_all] Error 2 make: Leaving directory `/home/buildroot/autobuild/run/instance-1/buildroot'