aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale/arm/Makefile
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@stupeflix.com>2016-04-08 15:32:24 +0000
committerMatthieu Bouron <matthieu.bouron@stupeflix.com>2016-04-11 18:13:36 +0200
commit4c2244127631da592cb4d6bbdab1d6b050ff98cb (patch)
treea3788ebd6365156bd3d48da36bc41243960d7ddd /libswscale/arm/Makefile
parent0c79c96cf20f96dfe4b9ce429dafddd1f9ecd1c1 (diff)
downloadffmpeg-4c2244127631da592cb4d6bbdab1d6b050ff98cb.tar.gz
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 \