summaryrefslogtreecommitdiff
path: root/libswscale/arm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libswscale/arm/Makefile')
-rw-r--r--libswscale/arm/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/libswscale/arm/Makefile b/libswscale/arm/Makefile
new file mode 100644
index 0000000000..792da6b715
--- /dev/null
+++ b/libswscale/arm/Makefile
@@ -0,0 +1,8 @@
+OBJS += arm/swscale.o \
+ arm/swscale_unscaled.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 \