build: fprintf, sprintf, sscanf need stdio.h
authorStefan Kost <ensonic@users.sf.net>
Wed, 7 Oct 2009 11:03:20 +0000 (14:03 +0300)
committerStefan Kost <ensonic@users.sf.net>
Wed, 7 Oct 2009 11:03:20 +0000 (14:03 +0300)
14 files changed:
ext/annodex/gstcmmlutils.c
ext/jpeg/gstjpegdec.h
ext/jpeg/gstjpegenc.h
gst/apetag/gstapedemux.c
gst/debugutils/tests.c
gst/id3demux/id3v2frames.c
gst/qtdemux/qtdemux.c
gst/rtp/gstrtph264depay.c
gst/rtp/gstrtpjpegdepay.c
gst/rtpmanager/gstrtpbin.c
gst/rtsp/gstrtpdec.c
tests/examples/spectrum/demo-audiotest.c
tests/examples/spectrum/demo-osssrc.c
tests/examples/spectrum/spectrum-example.c

index 6dfe967..c8b8021 100644 (file)
@@ -24,6 +24,7 @@
 #include "gstcmmlutils.h"
 
 #include <math.h>
+#include <stdio.h>
 #include <string.h>
 
 typedef struct
index 125dced..2d45e5c 100644 (file)
@@ -29,6 +29,7 @@
 #ifdef HAVE_STDLIB_H
 # undef HAVE_STDLIB_H
 #endif
+#include <stdio.h>
 #include <jpeglib.h>
 
 G_BEGIN_DECLS
index e4124fe..a31fec9 100644 (file)
@@ -27,6 +27,7 @@
 #ifdef HAVE_STDLIB_H
 # undef HAVE_STDLIB_H
 #endif
+#include <stdio.h>
 #include <jpeglib.h>
 
 G_BEGIN_DECLS
index be622e8..eb448e8 100644 (file)
@@ -52,6 +52,7 @@
 
 #include "gstapedemux.h"
 
+#include <stdio.h>
 #include <string.h>
 
 #define APE_VERSION_MAJOR(ver)  ((ver)/1000)
index cd38278..1652023 100644 (file)
@@ -25,6 +25,7 @@
 #endif
 
 #include "tests.h"
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 
index 076abc7..a91279c 100644 (file)
@@ -24,6 +24,7 @@
 #endif
 
 #include <string.h>
+#include <stdio.h>
 #include <stdlib.h>
 #include <gst/tag/tag.h>
 #include <gst/base/gsttypefindhelper.h>
index 8f1ebd1..4e95509 100644 (file)
@@ -57,6 +57,7 @@
 #include "qtdemux.h"
 #include "qtpalette.h"
 
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 
index 574493d..0621ffd 100644 (file)
@@ -21,6 +21,7 @@
 #  include "config.h"
 #endif
 
+#include <stdio.h>
 #include <string.h>
 
 #include <gst/rtp/gstrtpbuffer.h>
index 6dac31c..0ec6a97 100644 (file)
@@ -24,6 +24,7 @@
 #include <gst/rtp/gstrtpbuffer.h>
 
 #include <math.h>
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include "gstrtpjpegdepay.h"
index 142dfa8..a27fcc8 100644 (file)
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
+#include <stdio.h>
 #include <string.h>
 
 #include <gst/rtp/gstrtpbuffer.h>
index 5279713..0382766 100644 (file)
@@ -58,6 +58,7 @@
 #endif
 
 #include "gstrtpdec.h"
+#include <stdio.h>
 
 GST_DEBUG_CATEGORY_STATIC (rtpdec_debug);
 #define GST_CAT_DEFAULT (rtpdec_debug)
index d04552d..a4dc1c3 100644 (file)
@@ -22,6 +22,7 @@
 #include "config.h"
 #endif
 
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <math.h>
index c7ae846..b4b66bb 100644 (file)
@@ -21,6 +21,7 @@
 #include "config.h"
 #endif
 
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <math.h>
index 9c77ec4..6c4c6c8 100644 (file)
@@ -18,6 +18,7 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
 #include <gst/gst.h>