summaryrefslogtreecommitdiffstats
path: root/postproc
diff options
context:
space:
mode:
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"