From 4706949c6d7a7c14c5b82bef10fcee1c0da8a9a2 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 7 Dec 2007 15:30:12 +0000 Subject: [PATCH] Fix 'make checkheaders' on AltiVec-enabled systems. Originally committed as revision 25316 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/swscale_internal.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index 2c172e788..fe14b129a 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 #endif -- 2.11.0