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 134322 - gst/intfloat/gstint2float.c forgets to include "inttypes.h"
gst/intfloat/gstint2float.c forgets to include "inttypes.h"
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other opensolaris
: Normal normal
: 0.7.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-02-13 14:33 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stefan Sauer (gstreamer, gtkdoc dev) 2004-02-13 14:33:49 UTC
please add
#include <inttypes.h>

to gst/intfloat/gstint2float.c is this uses int16_t
Comment 1 David Schleef 2004-02-14 02:18:45 UTC
Fixed, thanks for noticing.