diff options
Diffstat (limited to 'gst-libs/gst/idct/intidct.c')
-rw-r--r-- | gst-libs/gst/idct/intidct.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gst-libs/gst/idct/intidct.c b/gst-libs/gst/idct/intidct.c index 119b7fd1..e08e6adb 100644 --- a/gst-libs/gst/idct/intidct.c +++ b/gst-libs/gst/idct/intidct.c @@ -18,6 +18,10 @@ * scaled fixed-point arithmetic, with a minimal number of shifts. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "dct.h" /* We assume that right shift corresponds to signed division by 2 with |