diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2011-06-02 19:28:56 -0700 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2011-06-03 09:52:09 -0700 |
commit | a3e9bb5deed0f43c84ee3006962f7bd27ae4f811 (patch) | |
tree | 4a5835328946ffcb5bff4bb779d49d9755be73a5 /libswscale/swscale.c | |
parent | 0e5d31b16b39f0b4d2e3307714af592dd65cf123 (diff) | |
download | ffmpeg-a3e9bb5deed0f43c84ee3006962f7bd27ae4f811.tar.gz |
swscale: remove indirections in ppc/swscale_template.c.
Diffstat (limited to 'libswscale/swscale.c')
-rw-r--r-- | libswscale/swscale.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/swscale.c b/libswscale/swscale.c index 5327948d3c..f15495de36 100644 --- a/libswscale/swscale.c +++ b/libswscale/swscale.c @@ -1192,7 +1192,7 @@ static inline void monoblack2Y(uint8_t *dst, const uint8_t *src, int width, uint #if HAVE_ALTIVEC #undef RENAME #define RENAME(a) a ## _altivec -#include "ppc/swscale_template.c" +#include "ppc/swscale_altivec_template.c" #endif //MMX versions |