diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2016-07-11 10:03:41 -0400 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2016-07-11 10:15:05 -0400 |
commit | 70d418c7e6af082933930a0ca0241bd16ebf1a8f (patch) | |
tree | 777cb6af04b7a09a80b5e09d878a7c60e5be7295 /libswscale/ppc/Makefile | |
parent | f0a2b6249bb2426befa4c03247361268e45b13af (diff) | |
download | ffmpeg-streaming-70d418c7e6af082933930a0ca0241bd16ebf1a8f.zip ffmpeg-streaming-70d418c7e6af082933930a0ca0241bd16ebf1a8f.tar.gz |
Revert "PPC64: Add versions of functions in libswscale/input.c optimized for POWER8 VSX SIMD."
This reverts commit 1df908f33f658979b32599489ca6f1a39821013c. The expected
performance improvements are essentially non-existent.
Diffstat (limited to 'libswscale/ppc/Makefile')
-rw-r--r-- | libswscale/ppc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libswscale/ppc/Makefile b/libswscale/ppc/Makefile index 2482893..d1b596e 100644 --- a/libswscale/ppc/Makefile +++ b/libswscale/ppc/Makefile @@ -1,4 +1,3 @@ OBJS += ppc/swscale_altivec.o \ - ppc/input_vsx.o \ ppc/yuv2rgb_altivec.o \ ppc/yuv2yuv_altivec.o \ |