]> git.sesse.net Git - vlc/commitdiff
check for LIBAVCODEC_BUILD >= ((50<<16)+(0<<8)+0) in order to use QDM2
authorAntoine Cellerier <dionoea@videolan.org>
Tue, 18 Oct 2005 23:36:35 +0000 (23:36 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Tue, 18 Oct 2005 23:36:35 +0000 (23:36 +0000)
modules/codec/ffmpeg/ffmpeg.c

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