summaryrefslogtreecommitdiffstats
path: root/gst/goom/goom_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/goom/goom_config.h')
-rw-r--r--gst/goom/goom_config.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/gst/goom/goom_config.h b/gst/goom/goom_config.h
index d44e23d1..e505882e 100644
--- a/gst/goom/goom_config.h
+++ b/gst/goom/goom_config.h
@@ -1,3 +1,5 @@
+#include <glib.h>
+
#if WORDS_BIGENDIAN
#define COLOR_ARGB
#else
@@ -18,15 +20,8 @@
#define ALPHA 0
#endif
-#ifndef guint32
-#define guint8 unsigned char
-#define guin16 unsigned short
-#define guint32 unsigned int
-#define gint8 signed char
-#define gint16 signed short int
-#define gint32 signed int
-#endif
-
#if defined (BUILD_MMX) && defined (HAVE_GCC_ASM)
+
#define HAVE_MMX
#endif
+