1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-05 05:37:37 +00:00

Fix 'make checkheaders' on AltiVec-enabled systems.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25316 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-12-07 15:30:12 +00:00
parent afddf34dae
commit 48d39aa9a5

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