diff options
Diffstat (limited to 'audio/lastfm/ffmpeg-2.0.patch')
-rw-r--r-- | audio/lastfm/ffmpeg-2.0.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/lastfm/ffmpeg-2.0.patch b/audio/lastfm/ffmpeg-2.0.patch deleted file mode 100644 index a8e7c93fb0..0000000000 --- a/audio/lastfm/ffmpeg-2.0.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -Naur lastfm-desktop-2.1.36.orig/app/fingerprinter/LAV_Source.cpp lastfm-desktop-2.1.36/app/fingerprinter/LAV_Source.cpp ---- lastfm-desktop-2.1.36.orig/app/fingerprinter/LAV_Source.cpp 2013-09-03 12:19:10.000000000 +0000 -+++ lastfm-desktop-2.1.36/app/fingerprinter/LAV_Source.cpp 2014-01-01 02:15:23.422896266 +0000 -@@ -34,6 +34,9 @@ - # include <libavresample/avresample.h> - # include <libavutil/opt.h> - #endif -+#ifndef AVCODEC_MAX_AUDIO_FRAME_SIZE -+#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000 // 1 second of 48khz 32bit audio -+#endif - } - - #include <iostream> |