Index: libvpx/source/libvpx/vp8/vp8_common.mk |
diff --git a/libvpx/source/libvpx/vp8/vp8_common.mk b/libvpx/source/libvpx/vp8/vp8_common.mk |
index 053ecae14f85ca7d5ed010bd3dc1a875b96010d1..2a2f0cfadbd9fbfa3f5bb0169f4be3c967eb5989 100644 |
--- a/libvpx/source/libvpx/vp8/vp8_common.mk |
+++ b/libvpx/source/libvpx/vp8/vp8_common.mk |
@@ -15,12 +15,10 @@ VP8_COMMON_SRCS-yes += common/ppflags.h |
VP8_COMMON_SRCS-yes += common/onyx.h |
VP8_COMMON_SRCS-yes += common/onyxd.h |
VP8_COMMON_SRCS-yes += common/alloccommon.c |
-VP8_COMMON_SRCS-yes += common/asm_com_offsets.c |
VP8_COMMON_SRCS-yes += common/blockd.c |
VP8_COMMON_SRCS-yes += common/coefupdateprobs.h |
VP8_COMMON_SRCS-yes += common/debugmodes.c |
VP8_COMMON_SRCS-yes += common/defaultcoefcounts.h |
-VP8_COMMON_SRCS-yes += common/defaultcoefcounts.c |
VP8_COMMON_SRCS-yes += common/entropy.c |
VP8_COMMON_SRCS-yes += common/entropymode.c |
VP8_COMMON_SRCS-yes += common/entropymv.c |
@@ -91,7 +89,6 @@ VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/subpixel_mmx.asm |
VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/loopfilter_mmx.asm |
VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/idctllm_sse2.asm |
VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/recon_sse2.asm |
-VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/recon_wrapper_sse2.c |
VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/subpixel_sse2.asm |
VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/loopfilter_sse2.asm |
VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/iwalsh_sse2.asm |
@@ -101,17 +98,15 @@ VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/postproc_mmx.asm |
VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/postproc_sse2.asm |
endif |
-# common (c) |
+VP8_COMMON_SRCS-$(ARCH_ARM) += common/asm_com_offsets.c |
VP8_COMMON_SRCS-$(ARCH_ARM) += common/arm/arm_systemdependent.c |
-VP8_COMMON_SRCS-$(ARCH_ARM) += common/arm/bilinearfilter_arm.c |
-VP8_COMMON_SRCS-$(ARCH_ARM) += common/arm/bilinearfilter_arm.h |
-VP8_COMMON_SRCS-$(ARCH_ARM) += common/arm/filter_arm.c |
-VP8_COMMON_SRCS-$(ARCH_ARM) += common/arm/idct_arm.h |
-VP8_COMMON_SRCS-$(ARCH_ARM) += common/arm/loopfilter_arm.c |
-VP8_COMMON_SRCS-$(ARCH_ARM) += common/arm/loopfilter_arm.h |
-VP8_COMMON_SRCS-$(ARCH_ARM) += common/arm/recon_arm.h |
-VP8_COMMON_SRCS-$(ARCH_ARM) += common/arm/reconintra_arm.c |
-VP8_COMMON_SRCS-$(ARCH_ARM) += common/arm/subpixel_arm.h |
+ |
+# common (c) |
+VP8_COMMON_SRCS-$(HAVE_ARMV6) += common/arm/bilinearfilter_arm.c |
+VP8_COMMON_SRCS-$(HAVE_ARMV6) += common/arm/bilinearfilter_arm.h |
+VP8_COMMON_SRCS-$(HAVE_ARMV6) += common/arm/filter_arm.c |
+VP8_COMMON_SRCS-$(HAVE_ARMV6) += common/arm/loopfilter_arm.c |
+VP8_COMMON_SRCS-$(HAVE_ARMV6) += common/arm/reconintra_arm.c |
# common (armv6) |
VP8_COMMON_SRCS-$(HAVE_ARMV6) += common/arm/armv6/bilinearfilter_v6$(ASM) |