| Index: source/libvpx/vp8/vp8cx.mk
|
| ===================================================================
|
| --- source/libvpx/vp8/vp8cx.mk (revision 293081)
|
| +++ source/libvpx/vp8/vp8cx.mk (working copy)
|
| @@ -75,7 +75,6 @@
|
| VP8_CX_SRCS-yes += encoder/temporal_filter.c
|
| VP8_CX_SRCS-$(CONFIG_MULTI_RES_ENCODING) += encoder/mr_dissim.c
|
| VP8_CX_SRCS-$(CONFIG_MULTI_RES_ENCODING) += encoder/mr_dissim.h
|
| -VP8_CX_SRCS-yes += encoder/vp8_asm_enc_offsets.c
|
|
|
| ifeq ($(CONFIG_REALTIME_ONLY),yes)
|
| VP8_CX_SRCS_REMOVE-yes += encoder/firstpass.c
|
| @@ -107,6 +106,3 @@
|
| endif
|
|
|
| VP8_CX_SRCS-yes := $(filter-out $(VP8_CX_SRCS_REMOVE-yes),$(VP8_CX_SRCS-yes))
|
| -
|
| -$(eval $(call asm_offsets_template,\
|
| - vp8_asm_enc_offsets.asm, $(VP8_PREFIX)encoder/vp8_asm_enc_offsets.c))
|
|
|