summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer-plugins80/files/patch-ext_faad_gstfaad.c
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2007-06-01 20:43:43 +0000
committerMichael Johnson <ahze@FreeBSD.org>2007-06-01 20:43:43 +0000
commitf2ae9f3e0b9b1c92d2369bbc774cbb65829ee61c (patch)
treeb9dd381e57a7c820f31901234c6d3535f92e2fd6 /multimedia/gstreamer-plugins80/files/patch-ext_faad_gstfaad.c
parentPrevent qmake from running again here as well. (diff)
- Retire gstreamer 0.8.0
Notes
Notes: svn path=/head/; revision=192557
Diffstat (limited to 'multimedia/gstreamer-plugins80/files/patch-ext_faad_gstfaad.c')
-rw-r--r--multimedia/gstreamer-plugins80/files/patch-ext_faad_gstfaad.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/multimedia/gstreamer-plugins80/files/patch-ext_faad_gstfaad.c b/multimedia/gstreamer-plugins80/files/patch-ext_faad_gstfaad.c
deleted file mode 100644
index 8420cdf00c12..000000000000
--- a/multimedia/gstreamer-plugins80/files/patch-ext_faad_gstfaad.c
+++ /dev/null
@@ -1,21 +0,0 @@
---- 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