[vlc-commits] commit: Use the correct LIBAVCODEC_VERSION_MINOR for VP8 ( Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Wed May 19 22:33:47 CEST 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed May 19 22:26:53 2010 +0200| [488fd4bd13150d12327a67fa203b406dcd03a0c7] | committer: Jean-Baptiste Kempf 

Use the correct LIBAVCODEC_VERSION_MINOR for VP8

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=488fd4bd13150d12327a67fa203b406dcd03a0c7
---

 modules/codec/avcodec/fourcc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index 404cdd6..3dce028 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -200,7 +200,7 @@ static const struct
     { VLC_CODEC_INDEO5, CODEC_ID_INDEO5, VIDEO_ES },
 #endif
 
-#if 0
+#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 52, 68, 2 )
     { VLC_CODEC_VP8, CODEC_ID_VP8, VIDEO_ES },
 #endif
 



More information about the vlc-commits mailing list