]> git.pld-linux.org Git - packages/transcode.git/blob - transcode-avifile.patch
- rel 11
[packages/transcode.git] / transcode-avifile.patch
1 diff -uNr transcode-0.6.1.orig/export/af6_aux.cpp transcode-0.6.1/export/af6_aux.cpp
2 --- transcode-0.6.1.orig/export/af6_aux.cpp     Wed Aug 28 22:08:36 2002
3 +++ transcode-0.6.1/export/af6_aux.cpp  Mon Nov 11 17:52:03 2002
4 @@ -32,7 +32,7 @@
5  #include <unistd.h>
6  #include <string.h>
7  
8 -#if defined(HAVE_AVIFILE_INC)
9 +#if !defined(HAVE_AVIFILE_INC)
10  #include <videoencoder.h>
11  #include <audioencoder.h>
12  #include <fourcc.h>
13 diff -uNr transcode-0.6.1.orig/export/export_af6.cpp transcode-0.6.1/export/export_af6.cpp
14 --- transcode-0.6.1.orig/export/export_af6.cpp  Wed Aug 28 22:08:36 2002
15 +++ transcode-0.6.1/export/export_af6.cpp       Mon Nov 11 17:52:54 2002
16 @@ -31,7 +31,7 @@
17  #include <string.h>
18  
19  
20 -#if defined(HAVE_AVIFILE_INC)
21 +#if !defined(HAVE_AVIFILE_INC)
22  #include <videoencoder.h>
23  #include <audioencoder.h>
24  #include <fourcc.h>
25 diff -uNr transcode-0.6.1.orig/import/af6_decore.cpp transcode-0.6.1/import/af6_decore.cpp
26 --- transcode-0.6.1.orig/import/af6_decore.cpp  Wed Aug 28 22:08:36 2002
27 +++ transcode-0.6.1/import/af6_decore.cpp       Mon Nov 11 17:51:02 2002
28 @@ -31,7 +31,7 @@
29  
30  #ifdef HAVE_AVIFILE
31  
32 -#if defined(HAVE_AVIFILE_INC)
33 +#if !defined(HAVE_AVIFILE_INC)
34  #include <fourcc.h>
35  #include <avifile.h>
36  #include <image.h>
This page took 0.028958 seconds and 3 git commands to generate.