diff options
Diffstat (limited to 'graphics/transcode/files/patch-ad')
-rw-r--r-- | graphics/transcode/files/patch-ad | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/graphics/transcode/files/patch-ad b/graphics/transcode/files/patch-ad new file mode 100644 index 000000000000..86b58cdcd602 --- /dev/null +++ b/graphics/transcode/files/patch-ad @@ -0,0 +1,44 @@ +--- export/divx4_vbr.c.orig Sun Dec 16 19:53:45 2001 ++++ export/divx4_vbr.c Sun Dec 16 19:54:09 2001 +@@ -42,8 +42,6 @@ + #include <dlfcn.h> + #include <math.h> + +-#include <stdint.h> +- + #include "config.h" + #include "transcode.h" + #include "vbr.h" +--- export/export_divx4.c.orig Sun Dec 16 19:53:25 2001 ++++ export/export_divx4.c Sun Dec 16 19:53:35 2001 +@@ -35,8 +35,6 @@ + #include <dlfcn.h> + #include <math.h> + +-#include <stdint.h> +- + #include "divx4_encore2.h" + #include "transcode.h" + #include "avilib.h" +--- export/export_xvid.c.orig Sun Dec 16 19:53:51 2001 ++++ export/export_xvid.c Sun Dec 16 19:54:20 2001 +@@ -33,8 +33,6 @@ + #include <dlfcn.h> + #include <math.h> + +-#include <stdint.h> +- + #include "xvid_encore2.h" + #include "encore_ext.h" + +--- export/xvid_vbr.c.orig Sun Dec 16 19:53:57 2001 ++++ export/xvid_vbr.c Sun Dec 16 19:54:30 2001 +@@ -42,8 +42,6 @@ + #include <dlfcn.h> + #include <math.h> + +-#include <stdint.h> +- + #include "config.h" + #include "transcode.h" + #include "vbr.h" |