Commit 8b46c7ab authored by Antoine Cellerier's avatar Antoine Cellerier

increment version check ... (QDM2 won't work before ffmpeg people bump

their version number up, but at least it doesn't break builds with older
versions of ffmpeg)
parent 09fe3888
...@@ -992,7 +992,7 @@ static struct ...@@ -992,7 +992,7 @@ static struct
AUDIO_ES, "Apple Lossless Audio Codec" }, AUDIO_ES, "Apple Lossless Audio Codec" },
#endif #endif
#if LIBAVCODEC_BUILD >= ((50<<16)+(0<<8)+0) #if LIBAVCODEC_BUILD >= ((50<<16)+(0<<8)+1)
/* QDM2 */ /* QDM2 */
{ VLC_FOURCC('Q','D','M','2'), CODEC_ID_QDM2, { VLC_FOURCC('Q','D','M','2'), CODEC_ID_QDM2,
AUDIO_ES, "QDM2" }, AUDIO_ES, "QDM2" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment