comparison postproc/swscale.c @ 12023:57fd2f36b8cb

altivec swscale under Linux patch by (Magnus Damm <damm at opensource dot se>)
author michael
date Sun, 14 Mar 2004 18:04:59 +0000
parents 21e5cb258a95
children 2ef24558b732
comparison
equal deleted inserted replaced
12022:293141b57c01 12023:57fd2f36b8cb
58 #include <assert.h> 58 #include <assert.h>
59 #ifdef HAVE_MALLOC_H 59 #ifdef HAVE_MALLOC_H
60 #include <malloc.h> 60 #include <malloc.h>
61 #else 61 #else
62 #include <stdlib.h> 62 #include <stdlib.h>
63 #endif
64 #ifdef HAVE_ALTIVEC_H
65 #include <altivec.h>
63 #endif 66 #endif
64 #include "swscale.h" 67 #include "swscale.h"
65 #include "swscale_internal.h" 68 #include "swscale_internal.h"
66 #include "../cpudetect.h" 69 #include "../cpudetect.h"
67 #include "../bswap.h" 70 #include "../bswap.h"