OSDN Git Service

altivec swscale under Linux patch by (Magnus Damm <damm at opensource dot se>)
authorMagnus Damm <damm@opensource.se>
Sun, 14 Mar 2004 18:04:59 +0000 (18:04 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 14 Mar 2004 18:04:59 +0000 (18:04 +0000)
Originally committed as revision 12024 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

postproc/swscale.c

index 98cd469..38284a1 100644 (file)
@@ -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"