media-libs/aubio: fix build with ffmpeg4

Package-Manager: Portage-2.3.31, Repoman-2.3.9
This commit is contained in:
Alexis Ballier
2018-04-20 16:51:11 +02:00
parent dbdb2b794a
commit cc722585c1
2 changed files with 15 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -40,6 +40,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DOCS=( AUTHORS ChangeLog README.md )
PYTHON_SRC_DIR="${S}"
PATCHES=( "${FILESDIR}/${PN}-0.4.6-ffmpeg4.patch" )
src_prepare() {
default

View File

@@ -0,0 +1,13 @@
Index: aubio-0.4.6/src/io/source_avcodec.c
===================================================================
--- aubio-0.4.6.orig/src/io/source_avcodec.c
+++ aubio-0.4.6/src/io/source_avcodec.c
@@ -58,7 +58,7 @@
#include "fmat.h"
#include "source_avcodec.h"
-#define AUBIO_AVCODEC_MAX_BUFFER_SIZE FF_MIN_BUFFER_SIZE
+#define AUBIO_AVCODEC_MAX_BUFFER_SIZE AV_INPUT_BUFFER_MIN_SIZE
struct _aubio_source_avcodec_t {
uint_t hop_size;