changeset 25288:831fbe89f76b

Fix 'make checkheaders' on AltiVec-enabled systems.
author diego
date Fri, 07 Dec 2007 15:30:12 +0000
parents 62668803ff34
children 4bbc9ad3124c
files libswscale/swscale_internal.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/swscale_internal.h	Thu Dec 06 12:54:47 2007 +0000
+++ b/libswscale/swscale_internal.h	Fri Dec 07 15:30:12 2007 +0000
@@ -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