mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
25b92a7996
commit
4706949c6d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue