diff options
Diffstat (limited to 'gst-libs/gst/idct/floatidct.c')
-rw-r--r-- | gst-libs/gst/idct/floatidct.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gst-libs/gst/idct/floatidct.c b/gst-libs/gst/idct/floatidct.c index 520c3913..b215bd78 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 |