git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
aarch64: vp9: Implement NEON loop filters
[ffmpeg.git]
/
libavcodec
/
aarch64
/
Makefile
diff --git
a/libavcodec/aarch64/Makefile
b/libavcodec/aarch64/Makefile
index
0b06b33
..
5c1d118
100644
(file)
--- a/
libavcodec/aarch64/Makefile
+++ b/
libavcodec/aarch64/Makefile
@@
-45,4
+45,5
@@
NEON-OBJS-$(CONFIG_DCA_DECODER) += aarch64/dcadsp_neon.o \
aarch64/synth_filter_neon.o
NEON-OBJS-$(CONFIG_VORBIS_DECODER) += aarch64/vorbisdsp_neon.o
NEON-OBJS-$(CONFIG_VP9_DECODER) += aarch64/vp9itxfm_neon.o \
+ aarch64/vp9lpf_neon.o \
aarch64/vp9mc_neon.o