vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Thu Sep 13 13:40:11 2012 +0200| [3a5df2d2df96ba8eabf7ac8c6fc24371cccacc51] | committer: Jean-Baptiste Kempf
Fix build of avcodec > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3a5df2d2df96ba8eabf7ac8c6fc24371cccacc51 --- modules/codec/avcodec/fourcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c index 5986572..3ed3097 100644 --- a/modules/codec/avcodec/fourcc.c +++ b/modules/codec/avcodec/fourcc.c @@ -239,7 +239,7 @@ static const struct #endif #if LIBAVCODEC_VERSION_CHECK( 54, 27, 0, 55, 100 ) - { VLC_CODEC_MSS2, CODEC_ID_MSS2, VIDEO_ES }, + { VLC_CODEC_MSS2, AV_CODEC_ID_MSS2, VIDEO_ES }, #endif /* Videogames Codecs */ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
