faad: use gint8 instead of int8_t

Use gint8 instead of int8_t to fix compilation.
Fixes #573851.
This commit is contained in:
LRN 2009-03-04 11:14:18 +01:00 committed by Wim Taymans
parent b5d4c2a7bf
commit ccaa8de5aa

View file

@ -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);