From: Anatol Pomozov Date: Tue, 16 Feb 2016 01:49:22 +0000 (-0800) Subject: a52: Make compatible with ffmpeg 3.0 X-Git-Tag: v1.1.1~2 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=85ead3367ab86198a98190aa4869e59b1fc69c2f;p=alsa-plugins.git a52: Make compatible with ffmpeg 3.0 audioconvert.h has been deprecated a while ago and got removed in ffmpeg 3.0 (commit 2d40968dd3ff17b12f7). Signed-off-by: Anatol Pomozov Signed-off-by: Takashi Iwai --- diff --git a/a52/pcm_a52.c b/a52/pcm_a52.c index 88529eb..6fad77d 100644 --- a/a52/pcm_a52.c +++ b/a52/pcm_a52.c @@ -39,7 +39,7 @@ #endif #if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(53, 34, 0) -#include +#include #include #define USE_AVCODEC_FRAME #endif