From: Stefan Kost Date: Wed, 7 Oct 2009 11:03:20 +0000 (+0300) Subject: build: fprintf, sprintf, sscanf need stdio.h X-Git-Tag: 1.19.3~509^2~9590 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e0cdd879b46d0e27009595d9d06b71d65b7d7113;p=platform%2Fupstream%2Fgstreamer.git build: fprintf, sprintf, sscanf need stdio.h --- diff --git a/ext/annodex/gstcmmlutils.c b/ext/annodex/gstcmmlutils.c index 6dfe967..c8b8021 100644 --- a/ext/annodex/gstcmmlutils.c +++ b/ext/annodex/gstcmmlutils.c @@ -24,6 +24,7 @@ #include "gstcmmlutils.h" #include +#include #include typedef struct diff --git a/ext/jpeg/gstjpegdec.h b/ext/jpeg/gstjpegdec.h index 125dced..2d45e5c 100644 --- a/ext/jpeg/gstjpegdec.h +++ b/ext/jpeg/gstjpegdec.h @@ -29,6 +29,7 @@ #ifdef HAVE_STDLIB_H # undef HAVE_STDLIB_H #endif +#include #include G_BEGIN_DECLS diff --git a/ext/jpeg/gstjpegenc.h b/ext/jpeg/gstjpegenc.h index e4124fe..a31fec9 100644 --- a/ext/jpeg/gstjpegenc.h +++ b/ext/jpeg/gstjpegenc.h @@ -27,6 +27,7 @@ #ifdef HAVE_STDLIB_H # undef HAVE_STDLIB_H #endif +#include #include G_BEGIN_DECLS diff --git a/gst/apetag/gstapedemux.c b/gst/apetag/gstapedemux.c index be622e8..eb448e8 100644 --- a/gst/apetag/gstapedemux.c +++ b/gst/apetag/gstapedemux.c @@ -52,6 +52,7 @@ #include "gstapedemux.h" +#include #include #define APE_VERSION_MAJOR(ver) ((ver)/1000) diff --git a/gst/debugutils/tests.c b/gst/debugutils/tests.c index cd38278..1652023 100644 --- a/gst/debugutils/tests.c +++ b/gst/debugutils/tests.c @@ -25,6 +25,7 @@ #endif #include "tests.h" +#include #include #include diff --git a/gst/id3demux/id3v2frames.c b/gst/id3demux/id3v2frames.c index 076abc7..a91279c 100644 --- a/gst/id3demux/id3v2frames.c +++ b/gst/id3demux/id3v2frames.c @@ -24,6 +24,7 @@ #endif #include +#include #include #include #include diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c index 8f1ebd1..4e95509 100644 --- a/gst/qtdemux/qtdemux.c +++ b/gst/qtdemux/qtdemux.c @@ -57,6 +57,7 @@ #include "qtdemux.h" #include "qtpalette.h" +#include #include #include diff --git a/gst/rtp/gstrtph264depay.c b/gst/rtp/gstrtph264depay.c index 574493d..0621ffd 100644 --- a/gst/rtp/gstrtph264depay.c +++ b/gst/rtp/gstrtph264depay.c @@ -21,6 +21,7 @@ # include "config.h" #endif +#include #include #include diff --git a/gst/rtp/gstrtpjpegdepay.c b/gst/rtp/gstrtpjpegdepay.c index 6dac31c..0ec6a97 100644 --- a/gst/rtp/gstrtpjpegdepay.c +++ b/gst/rtp/gstrtpjpegdepay.c @@ -24,6 +24,7 @@ #include #include +#include #include #include #include "gstrtpjpegdepay.h" diff --git a/gst/rtpmanager/gstrtpbin.c b/gst/rtpmanager/gstrtpbin.c index 142dfa8..a27fcc8 100644 --- a/gst/rtpmanager/gstrtpbin.c +++ b/gst/rtpmanager/gstrtpbin.c @@ -112,6 +112,7 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif +#include #include #include diff --git a/gst/rtsp/gstrtpdec.c b/gst/rtsp/gstrtpdec.c index 5279713..0382766 100644 --- a/gst/rtsp/gstrtpdec.c +++ b/gst/rtsp/gstrtpdec.c @@ -58,6 +58,7 @@ #endif #include "gstrtpdec.h" +#include GST_DEBUG_CATEGORY_STATIC (rtpdec_debug); #define GST_CAT_DEFAULT (rtpdec_debug) diff --git a/tests/examples/spectrum/demo-audiotest.c b/tests/examples/spectrum/demo-audiotest.c index d04552d..a4dc1c3 100644 --- a/tests/examples/spectrum/demo-audiotest.c +++ b/tests/examples/spectrum/demo-audiotest.c @@ -22,6 +22,7 @@ #include "config.h" #endif +#include #include #include #include diff --git a/tests/examples/spectrum/demo-osssrc.c b/tests/examples/spectrum/demo-osssrc.c index c7ae846..b4b66bb 100644 --- a/tests/examples/spectrum/demo-osssrc.c +++ b/tests/examples/spectrum/demo-osssrc.c @@ -21,6 +21,7 @@ #include "config.h" #endif +#include #include #include #include diff --git a/tests/examples/spectrum/spectrum-example.c b/tests/examples/spectrum/spectrum-example.c index 9c77ec4..6c4c6c8 100644 --- a/tests/examples/spectrum/spectrum-example.c +++ b/tests/examples/spectrum/spectrum-example.c @@ -18,6 +18,7 @@ * Boston, MA 02111-1307, USA. */ +#include #include #include #include