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>2015-11-05 16:49:57 +0300
committerClément Bœsch <clement@stupeflix.com>2015-11-23 16:47:12 +0300
commit46feb66972bb9e872aebf15b9fe6ee9075e2615a (patch)
treeb5ce41fca4aeaf59686747b3d660e851bdc9b767 /libswscale/arm/Makefile
parente9ec28c95ef68543648073bb9e1531bfc7c85048 (diff)
swscale/arm: add ff_nv{12,21}_to_{argb,rgba,abgr,bgra}_neon
Signed-off-by: Matthieu Bouron <matthieu.bouron@stupeflix.com> Signed-off-by: Clément Bœsch <clement@stupeflix.com>
Diffstat (limited to 'libswscale/arm/Makefile')
-rw-r--r--libswscale/arm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libswscale/arm/Makefile b/libswscale/arm/Makefile
index 8b5a97b54c..97b356135d 100644
--- a/libswscale/arm/Makefile
+++ b/libswscale/arm/Makefile
@@ -1,4 +1,5 @@
-# OBJS += arm/swscale_unscaled.o
+OBJS += arm/swscale_unscaled.o
# NEON-OBJS += arm/rgb2yuv_neon_32.o
# NEON-OBJS += arm/rgb2yuv_neon_16.o
+NEON-OBJS += arm/yuv2rgb_neon.o