diff options
Diffstat (limited to 'multimedia/gstreamer-plugins/files/patch-ext_a52dec_gsta52dec.c')
-rw-r--r-- | multimedia/gstreamer-plugins/files/patch-ext_a52dec_gsta52dec.c | 11 |
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 000000000..05c0e5366 --- /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 |