Commit d1001432 authored by Antoine Cellerier's avatar Antoine Cellerier

check for LIBAVCODEC_BUILD >= ((50<<16)+(0<<8)+0) in order to use QDM2

parent f0ea0a19
......@@ -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,
......
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