summaryrefslogtreecommitdiff
path: root/gst-libs/gst/idct/floatidct.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/idct/floatidct.c')
-rw-r--r--gst-libs/gst/idct/floatidct.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst-libs/gst/idct/floatidct.c b/gst-libs/gst/idct/floatidct.c
index 520c39133..b215bd784 100644
--- a/gst-libs/gst/idct/floatidct.c
+++ b/gst-libs/gst/idct/floatidct.c
@@ -35,6 +35,10 @@
/* Here we use math.h to generate constants. Compiler results may
vary a little */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <math.h>
#ifndef PI