Fix 'make checkheaders' on AltiVec-enabled systems.

Originally committed as revision 25316 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
Diego Biurrun 2007-12-07 15:30:12 +00:00
parent 25b92a7996
commit 4706949c6d
1 changed files with 2 additions and 0 deletions

View 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