mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +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
|
||||
|
||||
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);
|
||||
|
|
Loading…
Reference in a new issue