Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
0b1606e7
Commit
0b1606e7
authored
Mar 06, 2016
by
Nathan Egge
Browse files
Only build deringing code when --enable-dering.
Change-Id: Icfd4654d2fe43ab4851cd86dfedf9639cd4abab3
parent
e2511e15
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp10/vp10_common.mk
View file @
0b1606e7
...
...
@@ -62,11 +62,13 @@ VP10_COMMON_SRCS-yes += common/vp10_fwd_txfm.h
VP10_COMMON_SRCS-yes
+=
common/vp10_fwd_txfm.c
VP10_COMMON_SRCS-yes
+=
common/clpf.c
VP10_COMMON_SRCS-yes
+=
common/clpf.h
ifeq
($(CONFIG_DERING),yes)
VP10_COMMON_SRCS-yes
+=
common/od_dering.c
VP10_COMMON_SRCS-yes
+=
common/od_dering.h
VP10_COMMON_SRCS-yes
+=
common/dering.c
VP10_COMMON_SRCS-yes
+=
common/dering.h
VP10_COMMON_SRCS-yes
+=
common/odintrin.h
endif
ifneq
($(CONFIG_VPX_HIGHBITDEPTH),yes)
VP10_COMMON_SRCS-$(HAVE_DSPR2)
+=
common/mips/dspr2/itrans4_dspr2.c
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment