]> git.alsa-project.org Git - alsa-plugins.git/commitdiff
a52: Make compatible with ffmpeg 3.0
authorAnatol Pomozov <anatol.pomozov@gmail.com>
Tue, 16 Feb 2016 01:49:22 +0000 (17:49 -0800)
committerTakashi Iwai <tiwai@suse.de>
Wed, 17 Feb 2016 10:25:13 +0000 (11:25 +0100)
audioconvert.h has been deprecated a while ago and got removed in
ffmpeg 3.0 (commit 2d40968dd3ff17b12f7).

Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
a52/pcm_a52.c

index 88529eb84ace855c463dd02d1479054d902eea7c..6fad77dcf3e9180e9b4225670741060acaacd390 100644 (file)
@@ -39,7 +39,7 @@
 #endif
 
 #if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(53, 34, 0)
-#include <libavutil/audioconvert.h>
+#include <libavutil/channel_layout.h>
 #include <libavutil/mem.h>
 #define USE_AVCODEC_FRAME
 #endif