* [gentoo-commits] gentoo-x86 commit in media-libs/chromaprint/files: chromaprint-1.1-ffmpeg2.patch
@ 2014-01-14 10:06 Lars Wendler (polynomial-c)
0 siblings, 0 replies; only message in thread
From: Lars Wendler (polynomial-c) @ 2014-01-14 10:06 UTC (permalink / raw
To: gentoo-commits
polynomial-c 14/01/14 10:06:53
Added: chromaprint-1.1-ffmpeg2.patch
Log:
Fixed compilation with ffpmeg-2 when "tools" USE flag is enabled (bug #472966)
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path
1.1 media-libs/chromaprint/files/chromaprint-1.1-ffmpeg2.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/chromaprint/files/chromaprint-1.1-ffmpeg2.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/chromaprint/files/chromaprint-1.1-ffmpeg2.patch?rev=1.1&content-type=text/plain
Index: chromaprint-1.1-ffmpeg2.patch
===================================================================
--- chromaprint-1.1/src/ext/ffmpeg_decoder.h
+++ chromaprint-1.1/src/ext/ffmpeg_decoder.h
@@ -28,6 +28,10 @@
}
#include "audio_consumer.h"
+#ifndef AVCODEC_MAX_AUDIO_FRAME_SIZE
+# define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000
+#endif
+
class Decoder
{
public:
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-01-14 10:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-14 10:06 [gentoo-commits] gentoo-x86 commit in media-libs/chromaprint/files: chromaprint-1.1-ffmpeg2.patch Lars Wendler (polynomial-c)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox