]> git.sesse.net Git - vlc/commitdiff
Avcodec: correctly #ifdef VOXWARE CODEC_ID
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 7 Aug 2013 09:18:31 +0000 (11:18 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 7 Aug 2013 09:18:31 +0000 (11:18 +0200)
modules/codec/avcodec/avcommon_compat.h

index 024b250d43677a46f4faef99d5d35718a82e6efd..3f42c8977c170c66b78f8705d002b0ab6f20546f 100644 (file)
@@ -421,7 +421,9 @@ enum {
     AV_CODEC_ID_MLP,
     AV_CODEC_ID_GSM_MS, /* as found in WAV */
     AV_CODEC_ID_ATRAC3,
+#if LIBAVCODEC_VERSION_MAJOR < 56
     AV_CODEC_ID_VOXWARE,
+#endif
     AV_CODEC_ID_APE,
     AV_CODEC_ID_NELLYMOSER,
     AV_CODEC_ID_MUSEPACK8,