]> git.sesse.net Git - vlc/commitdiff
increment version check ... (QDM2 won't work before ffmpeg people bump
authorAntoine Cellerier <dionoea@videolan.org>
Tue, 18 Oct 2005 23:58:23 +0000 (23:58 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Tue, 18 Oct 2005 23:58:23 +0000 (23:58 +0000)
their version number up, but at least it doesn't break builds with older
versions of ffmpeg)

modules/codec/ffmpeg/ffmpeg.c

index 6bb7a6d24c18cf7ee7413f80ee46d89b7a228714..217d8a85c4125d97d97f440afdb07b95b1d27612 100644 (file)
@@ -992,7 +992,7 @@ static struct
       AUDIO_ES, "Apple Lossless Audio Codec" },
 #endif
 
-#if LIBAVCODEC_BUILD >= ((50<<16)+(0<<8)+0)
+#if LIBAVCODEC_BUILD >= ((50<<16)+(0<<8)+1)
     /* QDM2 */
     { VLC_FOURCC('Q','D','M','2'), CODEC_ID_QDM2,
       AUDIO_ES, "QDM2" },