summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2011-03-24 18:12:21 -0400
committerJohann <johannkoenig@google.com>2011-03-28 10:43:47 -0400
commit4be062bbc3466cfd542a7485f5a2a8eadac4f24e (patch)
tree4b4526f68115e993b1e5493349c8fcacd8a68696
parentbeaafefcf166950aed700a63f5d40f8b87cc736a (diff)
downloadlibvpx-4be062bbc3466cfd542a7485f5a2a8eadac4f24e.tar
libvpx-4be062bbc3466cfd542a7485f5a2a8eadac4f24e.tar.gz
libvpx-4be062bbc3466cfd542a7485f5a2a8eadac4f24e.tar.bz2
libvpx-4be062bbc3466cfd542a7485f5a2a8eadac4f24e.zip
add asm_enc_offsets.c for all targets
now that we need asm_enc_offsets.c for x86 and arm and it is harmless to build it for other targets, add it unconditionally Change-Id: I320c5220afd94fee2b98bda9ff4e5e34c67062f3
-rw-r--r--vp8/vp8cx.mk1
-rw-r--r--vp8/vp8cx_arm.mk1
2 files changed, 1 insertions, 1 deletions
diff --git a/vp8/vp8cx.mk b/vp8/vp8cx.mk
index 8f0681fb9..8037f9adb 100644
--- a/vp8/vp8cx.mk
+++ b/vp8/vp8cx.mk
@@ -33,6 +33,7 @@ VP8_CX_SRCS-yes += vp8_cx_iface.c
#INCLUDES += common
#INCLUDES += encoder
+VP8_CX_SRCS-yes += encoder/asm_enc_offsets.c
VP8_CX_SRCS-yes += encoder/bitstream.c
VP8_CX_SRCS-yes += encoder/boolhuff.c
VP8_CX_SRCS-yes += encoder/dct.c
diff --git a/vp8/vp8cx_arm.mk b/vp8/vp8cx_arm.mk
index eaa857a92..349c3fd98 100644
--- a/vp8/vp8cx_arm.mk
+++ b/vp8/vp8cx_arm.mk
@@ -14,7 +14,6 @@
#File list for arm
# encoder
VP8_CX_SRCS-$(ARCH_ARM) += encoder/arm/arm_csystemdependent.c
-VP8_CX_SRCS-$(ARCH_ARM) += encoder/asm_enc_offsets.c
VP8_CX_SRCS-$(HAVE_ARMV7) += encoder/arm/encodemb_arm.c
VP8_CX_SRCS-$(HAVE_ARMV7) += encoder/arm/quantize_arm.c