summaryrefslogtreecommitdiffstats
path: root/redhat/applications/k3b/k3b-3.5.13.2-fix_ffmpeg_support.patch
diff options
context:
space:
mode:
authorFrançois Andriot <[email protected]>2016-10-16 13:58:47 +0200
committerFrançois Andriot <[email protected]>2016-10-16 13:58:47 +0200
commitd16fe9de158dafc8e47911ca1ce3dc6c4f5719a3 (patch)
tree348feb4fb19df490bd5803dae5cabed262f8f750 /redhat/applications/k3b/k3b-3.5.13.2-fix_ffmpeg_support.patch
parenta4e38d982aa84ecbaee812d190ee35404e03c142 (diff)
downloadtde-packaging-d16fe9de158dafc8e47911ca1ce3dc6c4f5719a3.tar.gz
tde-packaging-d16fe9de158dafc8e47911ca1ce3dc6c4f5719a3.zip
RPM packaging: disable musicbrainz support in K3B (causes FTBFS), remove obsolete fedora patch
Diffstat (limited to 'redhat/applications/k3b/k3b-3.5.13.2-fix_ffmpeg_support.patch')
-rw-r--r--redhat/applications/k3b/k3b-3.5.13.2-fix_ffmpeg_support.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/redhat/applications/k3b/k3b-3.5.13.2-fix_ffmpeg_support.patch b/redhat/applications/k3b/k3b-3.5.13.2-fix_ffmpeg_support.patch
deleted file mode 100644
index bd3bfdebf..000000000
--- a/redhat/applications/k3b/k3b-3.5.13.2-fix_ffmpeg_support.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- trinity-k3b-3.5.13.2/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp.ORI 2013-09-07 12:10:15.846286823 +0200
-+++ trinity-k3b-3.5.13.2/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp 2013-09-07 12:11:08.020207223 +0200
-@@ -49,7 +49,7 @@
- K3b::Msf length;
-
- // for decoding
-- char outputBuffer[AVCODEC_MAX_AUDIO_FRAME_SIZE];
-+ char outputBuffer[192000];
- char* outputBufferPos;
- int outputBufferSize;
- AVPacket packet;