diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-02-27 19:51:47 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-02-27 19:51:47 +0000 |
commit | 261593e7c5c6111fe6dc1cef8211b1cf8fec4777 (patch) | |
tree | aa0fd2e97ba703aa90f63e495a57320a0d4af7cb /audio/alsa-plugins | |
parent | ce6c7638aa98124088fc3a4ed6baf26cc67d2ac5 (diff) |
audio/alsa-plugins: prepare for ffmpeg 3.0 update
Obtained from: upstream
Notes
Notes:
svn path=/head/; revision=409683
Diffstat (limited to 'audio/alsa-plugins')
-rw-r--r-- | audio/alsa-plugins/files/patch-a52-pcm_a52.c | 14 |
1 files changed, 14 insertions, 0 deletions
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 <anatol.pomozov@gmail.com> +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 <libavutil/audioconvert.h> ++#include <libavutil/channel_layout.h> + #include <libavutil/mem.h> + #define USE_AVCODEC_FRAME + #endif |