summaryrefslogtreecommitdiff
path: root/postproc/swscale.c
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2004-07-17 08:56:47 +0000
committerAlex Beregszaszi <alex@rtfs.hu>2004-07-17 08:56:47 +0000
commitf2015f0c50267cbf3dd023b217eae2d1a0938571 (patch)
tree58115e65ada77b08a48785b76eaeb44138321205 /postproc/swscale.c
parent95d45b1e640ea9e99524b4a5dfda72a5f1cf3173 (diff)
fix altivec.h inclusion (vector keyword in structure)
Originally committed as revision 12839 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/swscale.c')
-rw-r--r--postproc/swscale.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/postproc/swscale.c b/postproc/swscale.c
index 891352121c..dbe7203383 100644
--- a/postproc/swscale.c
+++ b/postproc/swscale.c
@@ -61,9 +61,6 @@ 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"