[gst-cvs] gst-plugins-bad: faad: use gint8 instead of int8_t

Wim Taymans wtay at kemper.freedesktop.org
Wed Mar 4 02:15:14 PST 2009


Module: gst-plugins-bad
Branch: master
Commit: ccaa8de5aad3e4abf7a6e015b4da07968223e569
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=ccaa8de5aad3e4abf7a6e015b4da07968223e569

Author: LRN <lrn1986 at gmail.com>
Date:   Wed Mar  4 11:14:18 2009 +0100

faad: use gint8 instead of int8_t

Use gint8 instead of int8_t to fix compilation.
Fixes #573851.

---

 ext/faad/gstfaad.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ext/faad/gstfaad.c b/ext/faad/gstfaad.c
index b861844..4248fc6 100644
--- a/ext/faad/gstfaad.c
+++ b/ext/faad/gstfaad.c
@@ -59,7 +59,7 @@
 #endif
 
 extern long faacDecInit (faacDecHandle, guint8 *, guint32, guint32 *, guint8 *);
-extern int8_t faacDecInit2 (faacDecHandle, guint8 *, guint32,
+extern gint8 faacDecInit2 (faacDecHandle, guint8 *, guint32,
     guint32 *, guint8 *);
 
 GST_DEBUG_CATEGORY_STATIC (faad_debug);





More information about the Gstreamer-commits mailing list