summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Hildebrand <zypher@gentoo.org>2004-08-29 13:39:08 +0000
committerMarc Hildebrand <zypher@gentoo.org>2004-08-29 13:39:08 +0000
commit92481d7b92e511bb65724df539f66101d22d5780 (patch)
tree5e15fafc578649f9d158f1868c39b3584321de52 /media-video/avidemux/files
parentupdate the darn digest (diff)
downloadgentoo-2-92481d7b92e511bb65724df539f66101d22d5780.tar.gz
gentoo-2-92481d7b92e511bb65724df539f66101d22d5780.tar.bz2
gentoo-2-92481d7b92e511bb65724df539f66101d22d5780.zip
added path to compile against xvid-0.9, closes bug #61895
Diffstat (limited to 'media-video/avidemux/files')
-rw-r--r--media-video/avidemux/files/xvid.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/media-video/avidemux/files/xvid.patch b/media-video/avidemux/files/xvid.patch
new file mode 100644
index 000000000000..8c1dd207483f
--- /dev/null
+++ b/media-video/avidemux/files/xvid.patch
@@ -0,0 +1,22 @@
+--- avidemux/ADM_encoder/adm_encxvid.cpp.orig 2004-08-29 02:29:31.000000000 -0500
++++ avidemux/ADM_encoder/adm_encxvid.cpp 2004-08-29 02:29:52.000000000 -0500
+@@ -41,6 +41,8 @@
+ };
+ #include "ADM_gui/GUI_xvidparam.h"
+
++#include <ADM_assert.h>
++
+ static vbr_control_t vbrstate;
+ #define aprintf printf
+ //static char *XvidInternal2pass_statfile=(const char *)"/tmp/xvid_int2pass.txt";
+--- avidemux/ADM_dialog/DIA_xvid.cpp.orig 2004-08-29 02:28:53.000000000 -0500
++++ avidemux/ADM_dialog/DIA_xvid.cpp 2004-08-29 02:29:08.000000000 -0500
+@@ -1,7 +1,7 @@
+ #include <config.h>
+ #include "ADM_lavcodec.h"
+
+-
++#include <ADM_assert.h>
+
+ #include <string.h>
+ #include <stdio.h>