summaryrefslogtreecommitdiff
path: root/libavcodec/aarch64/Makefile
diff options
context:
space:
mode:
authorJanne Grunau <janne-libav@jannau.net>2013-12-10 20:16:08 +0100
committerJanne Grunau <janne-libav@jannau.net>2014-01-15 12:07:18 +0100
commit71617884a2a673908bd5c0f73d4f91fdca3da82a (patch)
treeb35815791bf524d87d9b16ad0c083dd589d0437c /libavcodec/aarch64/Makefile
parentb7b17ed66e199afc7246e642bf3b35c3f8eca217 (diff)
aarch64: h264 chroma motion compensation NEON optimizations
Since RV40 and VC-1 use almost the same algorithm so optimizations for those two decoders are easy to do and included.
Diffstat (limited to 'libavcodec/aarch64/Makefile')
-rw-r--r--libavcodec/aarch64/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/aarch64/Makefile b/libavcodec/aarch64/Makefile
new file mode 100644
index 0000000000..879e6befee
--- /dev/null
+++ b/libavcodec/aarch64/Makefile
@@ -0,0 +1,5 @@
+OBJS-$(CONFIG_H264CHROMA) += aarch64/h264chroma_init_aarch64.o
+OBJS-$(CONFIG_RV40_DECODER) += aarch64/rv40dsp_init_aarch64.o
+OBJS-$(CONFIG_VC1_DECODER) += aarch64/vc1dsp_init_aarch64.o
+
+NEON-OBJS-$(CONFIG_H264CHROMA) += aarch64/h264cmc_neon.o