summaryrefslogtreecommitdiffstats
path: root/redhat
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2014-10-10 23:07:02 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2014-10-10 23:07:02 +0200
commit439dfafdda0af87268760245b5016df2c06228cb (patch)
tree655ec24d70c8cb2d2ba02fd5c45f241e1d4f1783 /redhat
parent3ad3711e4c7d3f16b11430e1847791db742b7307 (diff)
downloadtde-packaging-439dfafdda0af87268760245b5016df2c06228cb.tar.gz
tde-packaging-439dfafdda0af87268760245b5016df2c06228cb.zip
Openbsd: add tdelibs
Diffstat (limited to 'redhat')
-rw-r--r--redhat/applications/k9copy/k9copy-14.0.0-fix_author.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/redhat/applications/k9copy/k9copy-14.0.0-fix_author.patch b/redhat/applications/k9copy/k9copy-14.0.0-fix_author.patch
deleted file mode 100644
index 057fad5b9..000000000
--- a/redhat/applications/k9copy/k9copy-14.0.0-fix_author.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- trinity-k9copy/k9author/k9avidecode.cpp.k9author 2013-07-21 09:56:44.000000000 +0200
-+++ trinity-k9copy/k9author/k9avidecode.cpp 2013-08-02 12:16:55.398266088 +0200
-@@ -119,6 +119,13 @@
- m_opened=false;
-
- glibref++;
-+
-+ m_FormatCtx = NULL;
-+ m_CodecCtx = NULL;
-+ m_Codec = NULL;
-+ m_Frame = NULL;
-+ m_FrameRGB = NULL;
-+ m_buffer = NULL;
- }
-
-
-@@ -148,7 +155,7 @@
- // Open video file
- if (
- # if LIBAVFORMAT_VERSION_INT >= AV_VERSION_INT(53, 2, 0)
-- avformat_open_input(&m_FormatCtx, _fileName.utf8(), 0, 0)!=0
-+ avformat_open_input(&m_FormatCtx, _fileName.utf8(), NULL, NULL)!=0
- # else
- av_open_input_file(&m_FormatCtx, _fileName.utf8(), NULL, 0, NULL)!=0
- # endif