]> granicus.if.org Git - libvpx/commitdiff
BUG FIX: undefined reference to `vp9_scale_and_extend_frame_c'
authorScott LaVarnway <slavarnway@google.com>
Mon, 8 Feb 2016 21:42:56 +0000 (13:42 -0800)
committerScott LaVarnway <slavarnway@google.com>
Mon, 8 Feb 2016 21:42:56 +0000 (13:42 -0800)
See https://bugs.chromium.org/p/webm/issues/detail?id=1145

Change-Id: I778ee07dc39a524e3f729bef47a7abeed51e0cee

vp9/vp9cx.mk

index 83a91e87007a6d31c386e47f8d351878aa231511..2930c23ddf77b01b4146220710e0de40f5796388 100644 (file)
@@ -119,7 +119,9 @@ endif
 
 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_dct_sse2.c
 VP9_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp9_dct_ssse3.c
+ifneq ($(CONFIG_VP9_HIGHBITDEPTH),yes)
 VP9_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp9_frame_scale_ssse3.c
+endif
 
 ifeq ($(CONFIG_VP9_TEMPORAL_DENOISING),yes)
 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_denoiser_sse2.c