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
Xiph.Org
aom-rav1e
Commits
5db0eeea
Commit
5db0eeea
authored
Mar 11, 2011
by
John Koleszar
Browse files
Only enable ssim_opt.asm on X86_64
Fix compiling on 32 bit x86. Change-Id: I6210573e1d9287ac49acbe3d7e5181e309316107
parent
170b8739
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/vp8cx.mk
View file @
5db0eeea
...
...
@@ -116,7 +116,7 @@ VP8_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/quantize_ssse3.asm
VP8_CX_SRCS-$(HAVE_SSE4_1)
+=
encoder/x86/sad_sse4.asm
VP8_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64)
+=
encoder/x86/quantize_mmx.asm
VP8_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64)
+=
encoder/x86/encodeopt.asm
VP8_CX_SRCS-$(ARCH_X86
)$(ARCH_X86
_64)
+=
encoder/x86/ssim_opt.asm
VP8_CX_SRCS-$(ARCH_X86_64)
+=
encoder/x86/ssim_opt.asm
ifeq
($(CONFIG_REALTIME_ONLY),yes)
VP8_CX_SRCS_REMOVE-$(HAVE_SSE2)
+=
encoder/x86/temporal_filter_apply_sse2.asm
...
...
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