From: Anatol Pomozov <anatol.pomozov@gmail.com>
To: tiwai@suse.de, alsa-devel@alsa-project.org
Cc: Anatol Pomozov <anatol.pomozov@gmail.com>,
david.henningsson@canonical.com, anton@khirnov.net
Subject: [PATCH] a52: Make compatible with ffmpeg 3.0
Date: Mon, 15 Feb 2016 17:49:22 -0800 [thread overview]
Message-ID: <1455587362-7366-1-git-send-email-anatol.pomozov@gmail.com> (raw)
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>
---
a52/pcm_a52.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 <libavutil/audioconvert.h>
+#include <libavutil/channel_layout.h>
#include <libavutil/mem.h>
#define USE_AVCODEC_FRAME
#endif
--
2.7.1
next reply other threads:[~2016-02-16 1:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-16 1:49 Anatol Pomozov [this message]
2016-02-17 10:25 ` [PATCH] a52: Make compatible with ffmpeg 3.0 Takashi Iwai
2016-04-01 18:47 ` Anatol Pomozov
2016-04-01 19:00 ` Anton Khirnov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1455587362-7366-1-git-send-email-anatol.pomozov@gmail.com \
--to=anatol.pomozov@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=anton@khirnov.net \
--cc=david.henningsson@canonical.com \
--cc=tiwai@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).