From 261593e7c5c6111fe6dc1cef8211b1cf8fec4777 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sat, 27 Feb 2016 19:51:47 +0000 Subject: audio/alsa-plugins: prepare for ffmpeg 3.0 update Obtained from: upstream --- audio/alsa-plugins/files/patch-a52-pcm_a52.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 audio/alsa-plugins/files/patch-a52-pcm_a52.c (limited to 'audio/alsa-plugins/files/patch-a52-pcm_a52.c') diff --git a/audio/alsa-plugins/files/patch-a52-pcm_a52.c b/audio/alsa-plugins/files/patch-a52-pcm_a52.c new file mode 100644 index 000000000000..4b89180b97e9 --- /dev/null +++ b/audio/alsa-plugins/files/patch-a52-pcm_a52.c @@ -0,0 +1,14 @@ +Author: Anatol Pomozov +http://git.alsa-project.org/?p=alsa-plugins.git;a=commitdiff;h=85ead33 + +--- a52/pcm_a52.c.orig 2015-10-27 13:34:06 UTC ++++ 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 -- cgit v1.2.3