Created
March 23, 2014 21:36
-
-
Save Geal/9730273 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
../../extras/package/macosx/../../../modules/codec/avcodec/fourcc.c:448:23: error: use of undeclared identifier 'AV_CODEC_ID_OPUS' | |
{ VLC_CODEC_OPUS, AV_CODEC_ID_OPUS, AUDIO_ES }, | |
^ | |
../../extras/package/macosx/../../../modules/codec/avcodec/fourcc.c:487:43: error: invalid application of 'sizeof' to an incomplete type 'const struct <anonymous struct at | |
../../extras/package/macosx/../../../modules/codec/avcodec/fourcc.c:39:14> []' | |
static const size_t codecs_count = sizeof (codecs_table) | |
^~~~~~~~~~~~~~ | |
2 errors generated. | |
make[4]: *** [codec/avcodec/libavcodec_plugin_la-fourcc.lo] Error 1 | |
make[4]: *** Waiting for unfinished jobs.... | |
../../extras/package/macosx/../../../modules/codec/avcodec/chroma.c:136:28: error: use of undeclared identifier 'AV_PIX_FMT_GBRP'; did you mean 'PIX_FMT_GBRP'? | |
{VLC_CODEC_GBR_PLANAR, AV_PIX_FMT_GBRP, 0, 0, 0 }, | |
^~~~~~~~~~~~~~~ | |
PIX_FMT_GBRP | |
/Users/geoffroycouprie/dev/videolan/vlc/contrib/x86_64-apple-darwin10/include/libavutil/pixfmt.h:167:5: note: 'PIX_FMT_GBRP' declared here | |
PIX_FMT_GBRP, ///< planar GBR 4:4:4 24bpp | |
^ | |
1 error generated. | |
make[4]: *** [codec/avcodec/libavcodec_plugin_la-chroma.lo] Error 1 | |
../../extras/package/macosx/../../../modules/codec/avcodec/avcodec.c:397:42: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] | |
else if (p_sys->p_context->width != p_dec->fmt_in.video.i_width) | |
~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../../extras/package/macosx/../../../modules/codec/avcodec/avcodec.c:401:43: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] | |
else if (p_sys->p_context->height != p_dec->fmt_in.video.i_height) | |
~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment