diff options
author | François Andriot <albator78@libertysurf.fr> | 2016-09-12 20:01:48 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2016-09-12 20:01:48 +0200 |
commit | 3fea8db39e2eea484ce6f5e112f3ce127b8bc77c (patch) | |
tree | ce95e15194009a2cd652a73dbf15d7806c40aeab /redhat | |
parent | ca7cbc79481b9db6721dcc1294101e8645c021d9 (diff) | |
download | tde-packaging-3fea8db39e2eea484ce6f5e112f3ce127b8bc77c.tar.gz tde-packaging-3fea8db39e2eea484ce6f5e112f3ce127b8bc77c.zip |
RPM packaging: fix k9copy build with recent ffmpeg
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/applications/k9copy/k9copy-14.0.0.spec | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/redhat/applications/k9copy/k9copy-14.0.0.spec b/redhat/applications/k9copy/k9copy-14.0.0.spec index 09ff1c3b7..3aff74b24 100644 --- a/redhat/applications/k9copy/k9copy-14.0.0.spec +++ b/redhat/applications/k9copy/k9copy-14.0.0.spec @@ -100,12 +100,6 @@ This is the Trinity version. %prep %setup -q -n %{name}-%{tde_version}%{?preversion:~%{preversion}} -%if 0%{?suse_version} >= 1330 -%__sed -i "k9author/k9avidecode.cpp" \ - -e "/pkt->destruct/ s|^|//|" \ - -e "s|PIX_FMT_RGB24|AV_PIX_FMT_RGB24|g" -%endif - # Removes internal dvdread headers %__rm -rf "dvdread" |