freebsd-ports/multimedia/gstreamer-plugins/files/patch-ext_a52dec_gsta52dec.c
Mario Sergio Fujikawa Ferreira 8bd4ca579c Update to 0.6.1
Submitted by:	marcus
2003-04-22 05:46:20 +00:00

12 lines
326 B
C

--- 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