aboutsummaryrefslogtreecommitdiffstats
path: root/community/moc/ffmpeg-3.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-03-29 16:18:03 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-03-31 12:48:15 +0000
commit3df01047adec04670024c8b59ca421763e6e68a9 (patch)
treed928f149e059b400550d476007dedec20b2a6295 /community/moc/ffmpeg-3.patch
parent60a6f8ab71d314046189830d011bf6c3b78db322 (diff)
downloadaports-3df01047adec04670024c8b59ca421763e6e68a9.tar.bz2
aports-3df01047adec04670024c8b59ca421763e6e68a9.tar.xz
community/moc: move from main
Diffstat (limited to 'community/moc/ffmpeg-3.patch')
-rw-r--r--community/moc/ffmpeg-3.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/community/moc/ffmpeg-3.patch b/community/moc/ffmpeg-3.patch
new file mode 100644
index 0000000000..f6d3225444
--- /dev/null
+++ b/community/moc/ffmpeg-3.patch
@@ -0,0 +1,14 @@
+diff --git a/decoder_plugins/ffmpeg/ffmpeg.c b/decoder_plugins/ffmpeg/ffmpeg.c
+index 206b2b1..6af6759 100644
+--- a/decoder_plugins/ffmpeg/ffmpeg.c
++++ b/decoder_plugins/ffmpeg/ffmpeg.c
+@@ -66,9 +66,6 @@ GCC_DIAG_OFF(deprecated-declarations)
+ #include <libavformat/avformat.h>
+ GCC_DIAG_ON(deprecated-declarations)
+ #include <libavutil/mathematics.h>
+-#ifdef HAVE_AV_GET_CHANNEL_LAYOUT_NB_CHANNELS
+-#include <libavutil/audioconvert.h>
+-#endif
+ #else
+ #include <ffmpeg/avformat.h>
+ #endif