summaryrefslogtreecommitdiff
path: root/libswscale/ppc/Makefile
diff options
context:
space:
mode:
authorDan Parrot <dan.parrot@mail.com>2016-06-29 16:15:12 +0000
committerMichael Niedermayer <michael@niedermayer.cc>2016-06-30 12:02:08 +0200
commit1df908f33f658979b32599489ca6f1a39821013c (patch)
tree76f3ca30e89c3fb203d75ca5dd8a957573dcc8ff /libswscale/ppc/Makefile
parente370aad67ddb15033f656f6b1120c030c759f30b (diff)
PPC64: Add versions of functions in libswscale/input.c optimized for POWER8 VSX SIMD.
This patch addresses Trac ticket #5570. The optimized functions are in file libswscale/ppc/input_vsx.c. Each optimized function name is a concatenation of the corresponding name in libswscale/input.c with suffix _vsx. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libswscale/ppc/Makefile')
-rw-r--r--libswscale/ppc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libswscale/ppc/Makefile b/libswscale/ppc/Makefile
index d1b596eb3f..2482893287 100644
--- a/libswscale/ppc/Makefile
+++ b/libswscale/ppc/Makefile
@@ -1,3 +1,4 @@
OBJS += ppc/swscale_altivec.o \
+ ppc/input_vsx.o \
ppc/yuv2rgb_altivec.o \
ppc/yuv2yuv_altivec.o \