Commit 4be062bb authored by Johann Koenig's avatar Johann Koenig
Browse files

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
parent beaafefc
No related merge requests found
Showing with 1 addition and 1 deletion
...@@ -33,6 +33,7 @@ VP8_CX_SRCS-yes += vp8_cx_iface.c ...@@ -33,6 +33,7 @@ VP8_CX_SRCS-yes += vp8_cx_iface.c
#INCLUDES += common #INCLUDES += common
#INCLUDES += encoder #INCLUDES += encoder
VP8_CX_SRCS-yes += encoder/asm_enc_offsets.c
VP8_CX_SRCS-yes += encoder/bitstream.c VP8_CX_SRCS-yes += encoder/bitstream.c
VP8_CX_SRCS-yes += encoder/boolhuff.c VP8_CX_SRCS-yes += encoder/boolhuff.c
VP8_CX_SRCS-yes += encoder/dct.c VP8_CX_SRCS-yes += encoder/dct.c
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
#File list for arm #File list for arm
# encoder # encoder
VP8_CX_SRCS-$(ARCH_ARM) += encoder/arm/arm_csystemdependent.c 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/encodemb_arm.c
VP8_CX_SRCS-$(HAVE_ARMV7) += encoder/arm/quantize_arm.c VP8_CX_SRCS-$(HAVE_ARMV7) += encoder/arm/quantize_arm.c
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment