summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer-plugins/files/patch-ext_a52dec_gsta52dec.c
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-04-22 05:46:20 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-04-22 05:46:20 +0000
commit8bd4ca579c7afcb7b012536215b0839c38e4137b (patch)
treea1379ec8ba5e58571e523ce1125805c7877dabf8 /multimedia/gstreamer-plugins/files/patch-ext_a52dec_gsta52dec.c
parentConvert to new GNOME infrastructure. (diff)
Update to 0.6.1
Submitted by: marcus
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, 11 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins/files/patch-ext_a52dec_gsta52dec.c b/multimedia/gstreamer-plugins/files/patch-ext_a52dec_gsta52dec.c
new file mode 100644
index 000000000000..05c0e53668b6
--- /dev/null
+++ b/multimedia/gstreamer-plugins/files/patch-ext_a52dec_gsta52dec.c
@@ -0,0 +1,11 @@
+--- 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