summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/resample
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-01-12 04:15:47 +0000
committerDavid Schleef <ds@schleef.org>2004-01-12 04:15:47 +0000
commit0a62d3b4e85a4ecb4ee052b56ab8f3378a2f8258 (patch)
treec81c59a6771b22d518672c2ea4739ac81d152b59 /gst-libs/gst/resample
parentd33b0d62aaf6fe0043d3d5b494935b60cd68c808 (diff)
downloadgst-plugins-bad-0a62d3b4e85a4ecb4ee052b56ab8f3378a2f8258.tar.gz
gst-plugins-bad-0a62d3b4e85a4ecb4ee052b56ab8f3378a2f8258.tar.bz2
gst-plugins-bad-0a62d3b4e85a4ecb4ee052b56ab8f3378a2f8258.zip
Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
Original commit message from CVS: * 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
Diffstat (limited to 'gst-libs/gst/resample')
-rw-r--r--gst-libs/gst/resample/dtos.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gst-libs/gst/resample/dtos.c b/gst-libs/gst/resample/dtos.c
index 7c0deadc..268c401a 100644
--- a/gst-libs/gst/resample/dtos.c
+++ b/gst-libs/gst/resample/dtos.c
@@ -17,6 +17,9 @@
* Boston, MA 02111-1307, USA.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <string.h>
#include <math.h>
@@ -25,7 +28,6 @@
/*#include <ml.h> */
#include <resample.h>
-#include <config.h>