mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:16:13 +00:00
faad: use gint8 instead of int8_t
Use gint8 instead of int8_t to fix compilation. Fixes #573851.
This commit is contained in:
parent
b5d4c2a7bf
commit
ccaa8de5aa
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern long faacDecInit (faacDecHandle, guint8 *, guint32, guint32 *, guint8 *);
|
extern long faacDecInit (faacDecHandle, guint8 *, guint32, guint32 *, guint8 *);
|
||||||
extern int8_t faacDecInit2 (faacDecHandle, guint8 *, guint32,
|
extern gint8 faacDecInit2 (faacDecHandle, guint8 *, guint32,
|
||||||
guint32 *, guint8 *);
|
guint32 *, guint8 *);
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_STATIC (faad_debug);
|
GST_DEBUG_CATEGORY_STATIC (faad_debug);
|
||||||
|
|
Loading…
Reference in a new issue