After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 573851 - Use glib integer types in gstfaad
Use glib integer types in gstfaad
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Windows
: Normal normal
: 0.10.11
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-03-03 01:09 UTC by LRN
Modified: 2009-03-04 10:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use gint8 instead of int8_t (476 bytes, patch)
2009-03-03 01:09 UTC, LRN
committed Details | Review

Description LRN 2009-03-03 01:09:32 UTC
gstfaad refers to int8_t, but stdint.h is not included.
Comment 1 LRN 2009-03-03 01:09:57 UTC
Created attachment 129908 [details] [review]
Use gint8 instead of int8_t
Comment 2 Wim Taymans 2009-03-04 10:16:11 UTC
commit ccaa8de5aad3e4abf7a6e015b4da07968223e569
Author: LRN <lrn1986@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.