]> granicus.if.org Git - libvpx/commitdiff
include asm_com/dec_offsets for make dist
authorJames Berry <jamesberry@google.com>
Tue, 2 Aug 2011 17:42:03 +0000 (13:42 -0400)
committerJames Berry <jamesberry@google.com>
Tue, 2 Aug 2011 17:42:03 +0000 (13:42 -0400)
Change-Id: Ia1ad66066a24c01915cd9e3ff75c7e070cc984c8

vp8/vp8_common.mk
vp8/vp8dx.mk
vp8/vp8dx_arm.mk

index 0542ff7711ec8008250045fb5fd2c18a99c48ae9..053ecae14f85ca7d5ed010bd3dc1a875b96010d1 100644 (file)
@@ -15,6 +15,7 @@ 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
@@ -101,7 +102,6 @@ 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
index 85d6f513e5ee0fdbeb1b8b4105f9d40d285a9219..d88b595fb01cbe1a6c1fc643cd81f4427d695e68 100644 (file)
@@ -48,6 +48,7 @@ VP8_DX_SRCS-yes += vp8_dx_iface.c
 #INCLUDES += common
 #INCLUDES += decoder
 
+VP8_DX_SRCS-yes += decoder/asm_dec_offsets.c
 VP8_DX_SRCS-yes += decoder/dboolhuff.c
 VP8_DX_SRCS-yes += decoder/decodemv.c
 VP8_DX_SRCS-yes += decoder/decodframe.c
index 16c8375afbb6788635034cb38bd09ed4228acdfe..6bde42f4c351f894eb8d7e8c21ef3c840253aeef 100644 (file)
@@ -12,7 +12,6 @@
 #VP8_DX_SRCS list is modified according to different platforms.
 
 VP8_DX_SRCS-$(ARCH_ARM)  += decoder/arm/arm_dsystemdependent.c
-VP8_CX_SRCS-$(ARCH_ARM)  += decoder/asm_dec_offsets.c
 VP8_DX_SRCS-$(ARCH_ARM)  += decoder/arm/dequantize_arm.c
 VP8_DX_SRCS-$(ARCH_ARM)  += decoder/arm/dequantize_arm.h