summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-02-18 17:51:31 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-02-18 17:53:07 +0100
commit88ae1b0a902678a3453b385270b3325e80d4a755 (patch)
tree64f425338410d038630532d423402a3d1f9f3c23 /media-sound/aqualung/files
parentmedia-sound/aqualung: EAPI 6, sort deps, fix build w/ USE=mac (diff)
downloadgentoo-88ae1b0a902678a3453b385270b3325e80d4a755.tar.gz
gentoo-88ae1b0a902678a3453b385270b3325e80d4a755.tar.bz2
gentoo-88ae1b0a902678a3453b385270b3325e80d4a755.zip
media-sound/aqualung: Drop old
Package-Manager: portage-2.3.3
Diffstat (limited to 'media-sound/aqualung/files')
-rw-r--r--media-sound/aqualung/files/ffmpeg29.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/media-sound/aqualung/files/ffmpeg29.patch b/media-sound/aqualung/files/ffmpeg29.patch
deleted file mode 100644
index 3cd0a0125b2e..000000000000
--- a/media-sound/aqualung/files/ffmpeg29.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: aqualung-1.0/src/decoder/dec_lavc.c
-===================================================================
---- aqualung-1.0.orig/src/decoder/dec_lavc.c
-+++ aqualung-1.0/src/decoder/dec_lavc.c
-@@ -280,7 +280,7 @@ lavc_decoder_open(decoder_t * dec, char
- return DECODER_OPEN_BADLIB;
-
- pd->avCodecCtx = pd->avFormatCtx->streams[pd->audioStream]->codec;
--#if LIBAVCODEC_VERSION_MAJOR >= 53
-+#if LIBAVCODEC_VERSION_MAJOR >= 53 && LIBAVCODEC_VERSION_MAJOR < 57
- pd->avCodecCtx->get_buffer = avcodec_default_get_buffer;
- pd->avCodecCtx->release_buffer = avcodec_default_release_buffer;
- #endif /* LIBAVCODEC_VERSION_MAJOR >= 53 */