summaryrefslogtreecommitdiff
path: root/libavcodec/neon/Makefile
diff options
context:
space:
mode:
authorJames Yu <james.yu@linaro.org>2014-05-17 12:21:10 +0800
committerJanne Grunau <janne-libav@jannau.net>2014-07-21 23:18:29 +0200
commit16e6652286213014c28a9c3af70435e767d28638 (patch)
treef8fddbad76278d87ffca8e607e2b034e8e30af4b /libavcodec/neon/Makefile
parentd45ebd4876ab8fc07736a644de07e1b1d11a8e5d (diff)
aarch64: NEON intrinsics dct_unquantize_h263.
Intrinsics only used on aarch64 since the existing ARMv7 NEON asm is slightly faster (Cortex-A9, gcc-4.8, micro-benchmarks and full decoding time). Signed-off-by: James Yu <james.yu@linaro.org> Signed-off-by: Janne Grunau <janne-libav@jannau.net>
Diffstat (limited to 'libavcodec/neon/Makefile')
-rw-r--r--libavcodec/neon/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/neon/Makefile b/libavcodec/neon/Makefile
new file mode 100644
index 0000000000..607f116a77
--- /dev/null
+++ b/libavcodec/neon/Makefile
@@ -0,0 +1 @@
+OBJS-$(CONFIG_MPEGVIDEO) += neon/mpegvideo.o