summaryrefslogtreecommitdiffstats
path: root/postproc
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-03-14 18:04:59 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-03-14 18:04:59 +0000
commitdf350fdb3fd18bafe542117800e914db56328c0c (patch)
tree3356aeca3d4420efef0e96512a3e502f9f83aeb9 /postproc
parent578af24bb4a176062fcbe60fa850098df78bb5b9 (diff)
downloadmpv-df350fdb3fd18bafe542117800e914db56328c0c.tar.bz2
mpv-df350fdb3fd18bafe542117800e914db56328c0c.tar.xz
altivec swscale under Linux patch by (Magnus Damm <damm at opensource dot se>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12024 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc')
-rw-r--r--postproc/swscale.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/postproc/swscale.c b/postproc/swscale.c
index 98cd469370..38284a19f5 100644
--- a/postproc/swscale.c
+++ b/postproc/swscale.c
@@ -61,6 +61,9 @@ untested special converters
#else
#include <stdlib.h>
#endif
+#ifdef HAVE_ALTIVEC_H
+#include <altivec.h>
+#endif
#include "swscale.h"
#include "swscale_internal.h"
#include "../cpudetect.h"