OSDN Git Service

Fix 'make checkheaders' on AltiVec-enabled systems.
authorDiego Biurrun <diego@biurrun.de>
Fri, 7 Dec 2007 15:30:12 +0000 (15:30 +0000)
committerDiego Biurrun <diego@biurrun.de>
Fri, 7 Dec 2007 15:30:12 +0000 (15:30 +0000)
Originally committed as revision 25316 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

libswscale/swscale_internal.h

index 2c172e7..fe14b12 100644 (file)
@@ -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