]> granicus.if.org Git - libvpx/commitdiff
Rename vp8 loopfilter_mmx.asm
authorJohann <johannkoenig@google.com>
Mon, 3 Aug 2015 21:27:03 +0000 (14:27 -0700)
committerJohann <johannkoenig@google.com>
Mon, 3 Aug 2015 21:27:03 +0000 (14:27 -0700)
Chromium puts all the yasm output in the same directory. Looking at ways
to improve this but in the meantime get rid of collisions.

Change-Id: I923c5231d14e895ab96521eb89807ede868a0753

vp8/common/x86/vp8_loopfilter_mmx.asm [moved from vp8/common/x86/loopfilter_mmx.asm with 100% similarity]
vp8/vp8_common.mk

index f8feb4533b0f067ef61f1a98ff501c469352266d..f37fa0b9001bb7963895d21e964785da54a83cac 100644 (file)
@@ -81,7 +81,7 @@ VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/dequantize_mmx.asm
 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/idct_blk_mmx.c
 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/idctllm_mmx.asm
 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/iwalsh_mmx.asm
-VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/loopfilter_mmx.asm
+VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/vp8_loopfilter_mmx.asm
 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/recon_mmx.asm
 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/subpixel_mmx.asm
 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/copy_sse2.asm