diff options
author | Matthieu Bouron <matthieu.bouron@stupeflix.com> | 2016-04-08 15:32:24 +0000 |
---|---|---|
committer | Matthieu Bouron <matthieu.bouron@stupeflix.com> | 2016-04-11 18:13:36 +0200 |
commit | 4c2244127631da592cb4d6bbdab1d6b050ff98cb (patch) | |
tree | a3788ebd6365156bd3d48da36bc41243960d7ddd /libswscale/arm/Makefile | |
parent | 0c79c96cf20f96dfe4b9ce429dafddd1f9ecd1c1 (diff) | |
download | ffmpeg-4c2244127631da592cb4d6bbdab1d6b050ff98cb.tar.gz |
swscale/arm: add yuv2planeX_8_neon
Diffstat (limited to 'libswscale/arm/Makefile')
-rw-r--r-- | libswscale/arm/Makefile | 1 |
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 \ |