summaryrefslogtreecommitdiff
path: root/multimedia/kmediafactory/kmediafactory-0.8.1-ffmpeg0.11.patch
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/kmediafactory/kmediafactory-0.8.1-ffmpeg0.11.patch')
-rw-r--r--multimedia/kmediafactory/kmediafactory-0.8.1-ffmpeg0.11.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/multimedia/kmediafactory/kmediafactory-0.8.1-ffmpeg0.11.patch b/multimedia/kmediafactory/kmediafactory-0.8.1-ffmpeg0.11.patch
deleted file mode 100644
index 93b1bfa8e0..0000000000
--- a/multimedia/kmediafactory/kmediafactory-0.8.1-ffmpeg0.11.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- lib/videofile.cpp.ffmpeg 2012-07-30 04:42:30.000000000 +0000
-+++ lib/videofile.cpp 2012-07-30 04:43:24.000000000 +0000
-@@ -58,7 +58,6 @@
- static bool init=false;
- if(!init) {
- av_register_all();
-- avcodec_init();
- avcodec_register_all();
- av_log_set_level(0);
- init=true;
-@@ -66,7 +65,7 @@
-
- close();
-
-- if ( av_open_input_file(&avFromatContext, QFile::encodeName(filename).constData(), 0L, 0, 0L) != 0 ||
-+ if ( avformat_open_input(&avFromatContext, QFile::encodeName(filename).constData(), 0L, 0L) != 0 ||
- av_find_stream_info(avFromatContext) < 0) {
- close();
- }