Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@stupeflix.com>2016-04-08 18:32:24 +0300
committerMatthieu Bouron <matthieu.bouron@stupeflix.com>2016-04-11 19:13:36 +0300
commit4c2244127631da592cb4d6bbdab1d6b050ff98cb (patch)
treea3788ebd6365156bd3d48da36bc41243960d7ddd /libswscale/arm/Makefile
parent0c79c96cf20f96dfe4b9ce429dafddd1f9ecd1c1 (diff)
swscale/arm: add yuv2planeX_8_neon
Diffstat (limited to 'libswscale/arm/Makefile')
-rw-r--r--libswscale/arm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libswscale/arm/Makefile b/libswscale/arm/Makefile
index b8b013465c..792da6b715 100644
--- a/libswscale/arm/Makefile
+++ b/libswscale/arm/Makefile
@@ -4,4 +4,5 @@ OBJS += arm/swscale.o \
NEON-OBJS += arm/rgb2yuv_neon_32.o
NEON-OBJS += arm/rgb2yuv_neon_16.o
NEON-OBJS += arm/hscale.o \
+ arm/output.o \
arm/yuv2rgb_neon.o \