[007/906] * ext/ffmpeg/gstffmpeg.c: * ext/ffmpeg/gstffmpegcodecmap.c: * ext/ffmpeg/gstffmpegdec.c: * ext/ffmpeg/gstffmpegenc.c: * ext/ffmpeg/gstffmpegprotocol.c: * ext/gdk_pixbuf/gstgdkanimation.c: * ext/jpeg/gstjpeg.c: * ext/libpng/gstpng.c: * ext/mpeg2dec/perftest.c: * ext/speex/gstspeex.c: * gst-libs/gst/resample/dtos.c: * gst/intfloat/gstintfloatconvert.c: * gst/oneton/gstoneton.c: * gst/rtjpeg/RTjpeg.c: * gst/rtp/gstrtp.c: * sys/dxr3/dxr3init.c: * sys/glsink/gstgl_nvimage.c: * sys/glsink/gstgl_pdrimage.c: * sys/glsink/gstglsink.c: * testsuite/gst-lint: Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H

This commit is contained in:
David Schleef 2004-01-12 04:15:47 +00:00 committed by Matthew Waters
parent b0b9f01a57
commit 925dfd952a
3 changed files with 6 additions and 0 deletions

View file

@ -1,4 +1,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
#endif
#include <gst/gst.h> #include <gst/gst.h>
/* gcc -ansi -pedantic on GNU/Linux causes warnings and errors /* gcc -ansi -pedantic on GNU/Linux causes warnings and errors

View file

@ -1,4 +1,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
#endif
#include <gst/gst.h> #include <gst/gst.h>
/* gcc -ansi -pedantic on GNU/Linux causes warnings and errors /* gcc -ansi -pedantic on GNU/Linux causes warnings and errors

View file

@ -25,7 +25,9 @@
<ds-work> _chain, -get, _loop <ds-work> _chain, -get, _loop
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
#include <string.h> #include <string.h>
#include <X11/Xlib.h> #include <X11/Xlib.h>