summaryrefslogtreecommitdiff
path: root/libswscale/swscale_internal.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-12-07 15:30:12 +0000
committerDiego Biurrun <diego@biurrun.de>2007-12-07 15:30:12 +0000
commit4706949c6d7a7c14c5b82bef10fcee1c0da8a9a2 (patch)
tree2b00281e6802aaffb5b6407ee78cadb1e2a07a54 /libswscale/swscale_internal.h
parent25b92a79961f4e90c916e1de7982876c6be88834 (diff)
Fix 'make checkheaders' on AltiVec-enabled systems.
Originally committed as revision 25316 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/swscale_internal.h')
-rw-r--r--libswscale/swscale_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index 2c172e7889..fe14b129a6 100644
--- a/libswscale/swscale_internal.h
+++ b/libswscale/swscale_internal.h
@@ -21,6 +21,8 @@
#ifndef FFMPEG_SWSCALE_INTERNAL_H
#define FFMPEG_SWSCALE_INTERNAL_H
+#include "config.h"
+
#ifdef HAVE_ALTIVEC_H
#include <altivec.h>
#endif