Skip to content
GitLab
Projects
Groups
Snippets
/
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
29e21188
Commit
29e21188
authored
Feb 09, 2016
by
Scott LaVarnway
Committed by
Gerrit Code Review
Feb 09, 2016
Browse files
Merge "BUG FIX: undefined reference to `vp9_scale_and_extend_frame_c'"
parents
f28ea3e8
0840c6fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/vp9cx.mk
View file @
29e21188
...
...
@@ -119,7 +119,9 @@ endif
VP9_CX_SRCS-$(HAVE_SSE2)
+=
encoder/x86/vp9_dct_sse2.c
VP9_CX_SRCS-$(HAVE_SSSE3)
+=
encoder/x86/vp9_dct_ssse3.c
ifneq
($(CONFIG_VP9_HIGHBITDEPTH),yes)
VP9_CX_SRCS-$(HAVE_SSSE3)
+=
encoder/x86/vp9_frame_scale_ssse3.c
endif
ifeq
($(CONFIG_VP9_TEMPORAL_DENOISING),yes)
VP9_CX_SRCS-$(HAVE_SSE2)
+=
encoder/x86/vp9_denoiser_sse2.c
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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