]> git.sesse.net Git - vlc/commitdiff
Fix build of avcodec
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 13 Sep 2012 11:40:11 +0000 (13:40 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 13 Sep 2012 11:40:11 +0000 (13:40 +0200)
modules/codec/avcodec/fourcc.c

index 59865724c73b7a87abcba7d0a8da586ec40c5828..3ed3097a6ac9c72b6fb933b88d592e6be1a86b32 100644 (file)
@@ -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 */