Commit 35fe5cc5 authored by Magnus Damm's avatar Magnus Damm Committed by Michael Niedermayer

altivec swscale under Linux patch by (Magnus Damm <damm at opensource dot se>)

Originally committed as revision 12024 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
parent 37923cd3
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment