| Index: source/libvpx/vp8/vp8cx.mk
|
| ===================================================================
|
| --- source/libvpx/vp8/vp8cx.mk (revision 177019)
|
| +++ source/libvpx/vp8/vp8cx.mk (working copy)
|
| @@ -20,17 +20,10 @@
|
| include $(SRC_PATH_BARE)/$(VP8_PREFIX)vp8cx_arm.mk
|
| endif
|
|
|
| +VP8_CX_SRCS-yes += vp8cx.mk
|
| +
|
| VP8_CX_SRCS-yes += vp8_cx_iface.c
|
|
|
| -# encoder
|
| -#INCLUDES += algo/vpx_common/vpx_mem/include
|
| -#INCLUDES += common
|
| -#INCLUDES += common
|
| -#INCLUDES += common
|
| -#INCLUDES += algo/vpx_ref/cpu_id/include
|
| -#INCLUDES += common
|
| -#INCLUDES += encoder
|
| -
|
| VP8_CX_SRCS-yes += encoder/asm_enc_offsets.c
|
| VP8_CX_SRCS-yes += encoder/defaultcoefcounts.h
|
| VP8_CX_SRCS-yes += encoder/bitstream.c
|
|
|