[vlc-devel] [PATCH 2/3] avcodec: map VP4 fourcc
Rémi Denis-Courmont
remi at remlab.net
Sat Jun 29 14:53:11 CEST 2019
This breaks the build here, please revert:
../../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/
More information about the vlc-devel
mailing list