diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-12-07 15:30:12 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-12-07 15:30:12 +0000 |
commit | 4706949c6d7a7c14c5b82bef10fcee1c0da8a9a2 (patch) | |
tree | 2b00281e6802aaffb5b6407ee78cadb1e2a07a54 | |
parent | 25b92a79961f4e90c916e1de7982876c6be88834 (diff) | |
download | ffmpeg-4706949c6d7a7c14c5b82bef10fcee1c0da8a9a2.tar.gz |
Fix 'make checkheaders' on AltiVec-enabled systems.
Originally committed as revision 25316 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-rw-r--r-- | libswscale/swscale_internal.h | 2 |
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 |