summaryrefslogtreecommitdiff
path: root/gst/gstarch.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2000-12-15 01:57:34 +0000
committerWim Taymans <wim.taymans@gmail.com>2000-12-15 01:57:34 +0000
commita63780a37746679663f90298afc4ead8418a2678 (patch)
tree88a758dc1313d354a0136f6a8ac2277bf2b26335 /gst/gstarch.h
parentf8386fbaa0e657fcbfeca6e81611053d687cddb0 (diff)
Header cleanup: try to include as little as possible; this will probably speed up compilation a bit.
Original commit message from CVS: Header cleanup: try to include as little as possible; this will probably speed up compilation a bit. changed the .c files to use #include "..." Fix for the 'plugins are loaded twice' bug. Fix 22186: GstObject flags are now used everywhere. Added *_FLAG_LAST so elements do not use the same flags. Added some padding in the flag enum for future expansion.
Diffstat (limited to 'gst/gstarch.h')
-rw-r--r--gst/gstarch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/gstarch.h b/gst/gstarch.h
index c9dee6dd18..2cf697db12 100644
--- a/gst/gstarch.h
+++ b/gst/gstarch.h
@@ -20,7 +20,9 @@
#ifndef GST_HGUARD_GSTARCH_H
#define GST_HGUARD_GSTARCH_H
+#ifdef HAVE_CONFIG_H
#include "config.h"
+#endif
#ifdef HAVE_CPU_I386
#include "gsti386.h"