summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins/files/patch-ext_a52dec_gsta52dec.c
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-02-07 06:06:08 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-02-07 06:06:08 +0800
commit4a604888e145dfe25aeeb9ccf162584a4ee1d1dc (patch)
tree4083c21e1a0af9f2cde05cb5339e776f98394784 /multimedia/gstreamer-plugins/files/patch-ext_a52dec_gsta52dec.c
parent4b822c4159d54c13c95ec4ad884e668e1718bda5 (diff)
downloadmarcuscom-ports-4a604888e145dfe25aeeb9ccf162584a4ee1d1dc.tar
marcuscom-ports-4a604888e145dfe25aeeb9ccf162584a4ee1d1dc.tar.gz
marcuscom-ports-4a604888e145dfe25aeeb9ccf162584a4ee1d1dc.tar.bz2
marcuscom-ports-4a604888e145dfe25aeeb9ccf162584a4ee1d1dc.tar.lz
marcuscom-ports-4a604888e145dfe25aeeb9ccf162584a4ee1d1dc.tar.xz
marcuscom-ports-4a604888e145dfe25aeeb9ccf162584a4ee1d1dc.tar.zst
marcuscom-ports-4a604888e145dfe25aeeb9ccf162584a4ee1d1dc.zip
Update to 0.7.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1785 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins/files/patch-ext_a52dec_gsta52dec.c')
-rw-r--r--multimedia/gstreamer-plugins/files/patch-ext_a52dec_gsta52dec.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/multimedia/gstreamer-plugins/files/patch-ext_a52dec_gsta52dec.c b/multimedia/gstreamer-plugins/files/patch-ext_a52dec_gsta52dec.c
deleted file mode 100644
index 05c0e5366..000000000
--- a/multimedia/gstreamer-plugins/files/patch-ext_a52dec_gsta52dec.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ext/a52dec/gsta52dec.c.orig Sun Apr 6 18:58:19 2003
-+++ ext/a52dec/gsta52dec.c Sun Apr 20 13:16:28 2003
-@@ -25,7 +25,7 @@
-
- #include <stdlib.h>
-
--#ifdef HAVE_STDINT_H
-+#if defined(HAVE_STDINT_H) || defined(__FreeBSD__)
- #include <stdint.h>
- #else
- /* (Ronald) hacky... can't include stdint.h because it's not available