]> git.pld-linux.org Git - packages/transcode.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:41:32 +0000 (23:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    transcode-avifile.patch -> 1.2

transcode-avifile.patch [deleted file]

diff --git a/transcode-avifile.patch b/transcode-avifile.patch
deleted file mode 100644 (file)
index e9e25bc..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-diff -uNr transcode-0.6.1.orig/export/af6_aux.cpp transcode-0.6.1/export/af6_aux.cpp
---- transcode-0.6.1.orig/export/af6_aux.cpp    Wed Aug 28 22:08:36 2002
-+++ transcode-0.6.1/export/af6_aux.cpp Mon Nov 11 17:52:03 2002
-@@ -32,7 +32,7 @@
- #include <unistd.h>
- #include <string.h>
--#if defined(HAVE_AVIFILE_INC)
-+#if !defined(HAVE_AVIFILE_INC)
- #include <videoencoder.h>
- #include <audioencoder.h>
- #include <fourcc.h>
-diff -uNr transcode-0.6.1.orig/export/export_af6.cpp transcode-0.6.1/export/export_af6.cpp
---- transcode-0.6.1.orig/export/export_af6.cpp Wed Aug 28 22:08:36 2002
-+++ transcode-0.6.1/export/export_af6.cpp      Mon Nov 11 17:52:54 2002
-@@ -31,7 +31,7 @@
- #include <string.h>
--#if defined(HAVE_AVIFILE_INC)
-+#if !defined(HAVE_AVIFILE_INC)
- #include <videoencoder.h>
- #include <audioencoder.h>
- #include <fourcc.h>
-diff -uNr transcode-0.6.1.orig/import/af6_decore.cpp transcode-0.6.1/import/af6_decore.cpp
---- transcode-0.6.1.orig/import/af6_decore.cpp Wed Aug 28 22:08:36 2002
-+++ transcode-0.6.1/import/af6_decore.cpp      Mon Nov 11 17:51:02 2002
-@@ -31,7 +31,7 @@
- #ifdef HAVE_AVIFILE
--#if defined(HAVE_AVIFILE_INC)
-+#if !defined(HAVE_AVIFILE_INC)
- #include <fourcc.h>
- #include <avifile.h>
- #include <image.h>
This page took 0.051856 seconds and 4 git commands to generate.