summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins80
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-09-14 07:41:12 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-09-14 07:41:12 +0800
commitbfae4d2473c3ae2a0958e55ed9071e216381dab3 (patch)
tree14eafee66140faa90d478593366379a0f05ecc27 /multimedia/gstreamer-plugins80
parent2b8de5506509aa4b26bb7e2a4c557659ac86659b (diff)
downloadmarcuscom-ports-bfae4d2473c3ae2a0958e55ed9071e216381dab3.tar
marcuscom-ports-bfae4d2473c3ae2a0958e55ed9071e216381dab3.tar.gz
marcuscom-ports-bfae4d2473c3ae2a0958e55ed9071e216381dab3.tar.bz2
marcuscom-ports-bfae4d2473c3ae2a0958e55ed9071e216381dab3.tar.lz
marcuscom-ports-bfae4d2473c3ae2a0958e55ed9071e216381dab3.tar.xz
marcuscom-ports-bfae4d2473c3ae2a0958e55ed9071e216381dab3.tar.zst
marcuscom-ports-bfae4d2473c3ae2a0958e55ed9071e216381dab3.zip
- Sync with ports
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7296 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins80')
-rw-r--r--multimedia/gstreamer-plugins80/files/patch-ext_faad_gstfaad.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins80/files/patch-ext_faad_gstfaad.c b/multimedia/gstreamer-plugins80/files/patch-ext_faad_gstfaad.c
new file mode 100644
index 000000000..8420cdf00
--- /dev/null
+++ b/multimedia/gstreamer-plugins80/files/patch-ext_faad_gstfaad.c
@@ -0,0 +1,21 @@
+--- ext/faad/gstfaad.c.orig Wed Sep 13 15:26:13 2006
++++ ext/faad/gstfaad.c Wed Sep 13 15:25:46 2006
+@@ -37,6 +37,9 @@
+ * but not all, hence this Truly Evil Hack. This hack will need updating if
+ * upstream ever releases something with the new API.
+ */
++#include <faad.h>
++#include "gstfaad.h"
++#if 0
+ #define faacDecInit faadDecInit_no_definition
+ #define faacDecInit2 faadDecInit2_no_definition
+ #include "gstfaad.h"
+@@ -46,7 +49,7 @@
+ extern long faacDecInit (faacDecHandle, guint8 *, guint32, guint32 *, guint8 *);
+ extern int8_t faacDecInit2 (faacDecHandle, guint8 *, guint32,
+ guint32 *, guint8 *);
+-
++#endif
+
+ GST_DEBUG_CATEGORY_STATIC (faad_debug);
+ #define GST_CAT_DEFAULT faad_debug