mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/aubio: fix build with ffmpeg4
Package-Manager: Portage-2.3.31, Repoman-2.3.9
This commit is contained in:
@@ -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
|
||||
|
||||
13
media-libs/aubio/files/aubio-0.4.6-ffmpeg4.patch
Normal file
13
media-libs/aubio/files/aubio-0.4.6-ffmpeg4.patch
Normal 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;
|
||||
Reference in New Issue
Block a user