| Index: libvpx/source/libvpx/vp8/vp8cx.mk
|
| diff --git a/libvpx/source/libvpx/vp8/vp8cx.mk b/libvpx/source/libvpx/vp8/vp8cx.mk
|
| index d46d99df6626188f2ff2956d52a8f48232db6915..8037f9adbbe8f11779839fc7fd517ba574af91d0 100644
|
| --- a/libvpx/source/libvpx/vp8/vp8cx.mk
|
| +++ b/libvpx/source/libvpx/vp8/vp8cx.mk
|
| @@ -52,8 +52,6 @@ VP8_CX_SRCS-yes += encoder/encodeintra.h
|
| VP8_CX_SRCS-yes += encoder/encodemb.h
|
| VP8_CX_SRCS-yes += encoder/encodemv.h
|
| VP8_CX_SRCS-yes += encoder/firstpass.h
|
| -VP8_CX_SRCS-yes += encoder/lookahead.c
|
| -VP8_CX_SRCS-yes += encoder/lookahead.h
|
| VP8_CX_SRCS-yes += encoder/mcomp.h
|
| VP8_CX_SRCS-yes += encoder/modecosts.h
|
| VP8_CX_SRCS-yes += encoder/onyx_int.h
|
| @@ -77,12 +75,12 @@ VP8_CX_SRCS-yes += encoder/rdopt.c
|
| VP8_CX_SRCS-yes += encoder/sad_c.c
|
| VP8_CX_SRCS-yes += encoder/segmentation.c
|
| VP8_CX_SRCS-yes += encoder/segmentation.h
|
| -VP8_CX_SRCS-$(CONFIG_INTERNAL_STATS) += encoder/ssim.c
|
| +VP8_CX_SRCS-$(CONFIG_PSNR) += encoder/ssim.c
|
| VP8_CX_SRCS-yes += encoder/tokenize.c
|
| VP8_CX_SRCS-yes += encoder/treewriter.c
|
| VP8_CX_SRCS-yes += encoder/variance_c.c
|
| -VP8_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/postproc.h
|
| -VP8_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/postproc.c
|
| +VP8_CX_SRCS-$(CONFIG_PSNR) += common/postproc.h
|
| +VP8_CX_SRCS-$(CONFIG_PSNR) += common/postproc.c
|
| VP8_CX_SRCS-yes += encoder/temporal_filter.c
|
| VP8_CX_SRCS-yes += encoder/temporal_filter.h
|
|
|
| @@ -117,7 +115,6 @@ VP8_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/variance_ssse3.c
|
| VP8_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/variance_impl_ssse3.asm
|
| VP8_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/quantize_ssse3.asm
|
| VP8_CX_SRCS-$(HAVE_SSE4_1) += encoder/x86/sad_sse4.asm
|
| -VP8_CX_SRCS-$(HAVE_SSE4_1) += encoder/x86/quantize_sse4.asm
|
| VP8_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += encoder/x86/quantize_mmx.asm
|
| VP8_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += encoder/x86/encodeopt.asm
|
| VP8_CX_SRCS-$(ARCH_X86_64) += encoder/x86/ssim_opt.asm
|
|
|