Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
862c1e5d
Commit
862c1e5d
authored
Nov 25, 2016
by
Steinar Midtskogen
Browse files
Rename file so it gets compiled with the correct options
Change-Id: I7781ba9af9bffe7f77fab862c096a911a0580e56
parent
68e6e867
Changes
2
Hide whitespace changes
Inline
Side-by-side
av1/av1_cx.mk
View file @
862c1e5d
...
...
@@ -109,7 +109,7 @@ AV1_CX_SRCS-yes += encoder/clpf_rdo.h
AV1_CX_SRCS-yes
+=
encoder/clpf_rdo_simd.h
AV1_CX_SRCS-$(HAVE_SSE2)
+=
encoder/clpf_rdo_sse2.c
AV1_CX_SRCS-$(HAVE_SSSE3)
+=
encoder/clpf_rdo_ssse3.c
AV1_CX_SRCS-$(HAVE_SSE4_1)
+=
encoder/clpf_rdo_sse4
_1
.c
AV1_CX_SRCS-$(HAVE_SSE4_1)
+=
encoder/clpf_rdo_sse4.c
AV1_CX_SRCS-$(HAVE_NEON)
+=
encoder/clpf_rdo_neon.c
endif
ifeq
($(CONFIG_PVQ),yes)
...
...
av1/encoder/clpf_rdo_sse4
_1
.c
→
av1/encoder/clpf_rdo_sse4.c
View file @
862c1e5d
File moved
Write
Preview
Markdown
is supported
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