[Gstreamer-bugs] [Bug 104009] Changed - gsta52dec.c can't be compiled

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Wed Jan 22 11:04:44 PST 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=104009

Changed by dlehn at vt.edu.

--- shadow/104009	Wed Jan 22 13:05:39 2003
+++ shadow/104009.tmp.17906	Wed Jan 22 14:04:44 2003
@@ -17,6 +17,15 @@
 
 The file includes <stdint.h>, that doesn't exist on a Solaris system (not
 mine at least :) ....
 The file is in ./ext/gsta52dec ....
 
 By the way, it doesn't include config.h either, perhaps it should?
+
+------- Additional Comments From dlehn at vt.edu  2003-01-22 14:04 -------
+Upstream checks for the C99 headers it uses and does some hack to
+create similar ones if they are not available.  Perhaps to solve this
+you might want to do the same... generate stdint.h header that uses
+glib types.  I think it's mostly the [u]intN_t variety of typedefs
+that are used.
+
+Or better yet, just use a compiler that supports C99.





More information about the Gstreamer-bugs mailing list