| Index: libvpx/source/libvpx/vp8/vp8dx.mk
|
| diff --git a/libvpx/source/libvpx/vp8/vp8dx.mk b/libvpx/source/libvpx/vp8/vp8dx.mk
|
| index d88b595fb01cbe1a6c1fc643cd81f4427d695e68..5649671918cf1fa8234f593fda2f0fb95937af7d 100644
|
| --- a/libvpx/source/libvpx/vp8/vp8dx.mk
|
| +++ b/libvpx/source/libvpx/vp8/vp8dx.mk
|
| @@ -48,15 +48,11 @@ 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
|
| VP8_DX_SRCS-yes += decoder/dequantize.c
|
| VP8_DX_SRCS-yes += decoder/detokenize.c
|
| -VP8_DX_SRCS-$(CONFIG_ERROR_CONCEALMENT) += decoder/ec_types.h
|
| -VP8_DX_SRCS-$(CONFIG_ERROR_CONCEALMENT) += decoder/error_concealment.h
|
| -VP8_DX_SRCS-$(CONFIG_ERROR_CONCEALMENT) += decoder/error_concealment.c
|
| VP8_DX_SRCS-yes += decoder/generic/dsystemdependent.c
|
| VP8_DX_SRCS-yes += decoder/dboolhuff.h
|
| VP8_DX_SRCS-yes += decoder/decodemv.h
|
|
|