]> granicus.if.org Git - libvpx/commitdiff
Only enable ssim_opt.asm on X86_64
authorJohn Koleszar <jkoleszar@google.com>
Fri, 11 Mar 2011 16:27:08 +0000 (11:27 -0500)
committerJohn Koleszar <jkoleszar@google.com>
Fri, 11 Mar 2011 16:27:08 +0000 (11:27 -0500)
Fix compiling on 32 bit x86.

Change-Id: I6210573e1d9287ac49acbe3d7e5181e309316107

vp8/vp8cx.mk

index 670c022805233998a9e77bc25b2bb9a1e01981d6..8f0681fb966fa276e36f2038a2d2a67ec15462d3 100644 (file)
@@ -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