[vlc-devel] [PATCH 2/3] avcodec: map VP4 fourcc

Thomas Guillem thomas at gllm.fr
Mon Jul 1 15:02:39 CEST 2019


On Sat, Jun 29, 2019, at 14:53, Rémi Denis-Courmont wrote:
> This breaks the build here, please revert:

I don't think it should be reverted but fixed instead.

> 
> ../../modules/codec/avcodec/fourcc.c:205:22: error: ‘AV_CODEC_ID_VP4’ 
> undeclared here (not in a function); did you mean ‘AV_CODEC_ID_VP7’?
>      { VLC_CODEC_VP4, AV_CODEC_ID_VP4 },
>                       ^~~~~~~~~~~~~~~
>                       AV_CODEC_ID_VP7
> ../../modules/codec/avcodec/fourcc.c:205:5: warning: missing initializer for 
> field ‘i_codec’ of ‘const struct vlc_avcodec_fourcc’ [-Wmissing-field-
> initializers]
>      { VLC_CODEC_VP4, AV_CODEC_ID_VP4 },
>      ^
> ../../modules/codec/avcodec/fourcc.c:41:14: note: ‘i_codec’ declared here
>      unsigned i_codec;
>               ^~~~~~~
> make[4]: *** [Makefile:22546: codec/avcodec/libavcodec_common_la-fourcc.lo] 
> Virhe 1
> make[4]: *** Attente des tâches non terminées....
> 
> 
> -- 
> レミ・デニ-クールモン
> http://www.remlab.net/
> 
> 
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list