[vlc-devel] [PATCH 2/3] avcodec: map VP4 fourcc
Paul B Mahol
onemda at gmail.com
Sat Jun 29 15:02:46 CEST 2019
On 6/29/19, Rémi Denis-Courmont <remi at remlab.net> wrote:
> This breaks the build here, please revert:
Huh, how so?
Other stuff that is supported by regular FFmpeg works fine, even when
not supported by
obsolete Libav.
>
> ../../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