diff --git a/vp8/encoder/x86/encodeopt.asm b/vp8/encoder/x86/block_error_sse2.asm similarity index 100% rename from vp8/encoder/x86/encodeopt.asm rename to vp8/encoder/x86/block_error_sse2.asm diff --git a/vp8/vp8cx.mk b/vp8/vp8cx.mk index 0dac0169d..ab85eddd2 100644 --- a/vp8/vp8cx.mk +++ b/vp8/vp8cx.mk @@ -92,9 +92,9 @@ ifeq ($(CONFIG_TEMPORAL_DENOISING),yes) VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/denoising_sse2.c endif +VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/block_error_sse2.asm VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/temporal_filter_apply_sse2.asm VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp8_enc_stubs_sse2.c -VP8_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += encoder/x86/encodeopt.asm ifeq ($(CONFIG_REALTIME_ONLY),yes) VP8_CX_SRCS_REMOVE-$(HAVE_SSE2) += encoder/x86/temporal_filter_apply_sse2.asm