mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
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
Block a user