From 9af968fc18133247e378bcd1acc0ad71106e372d Mon Sep 17 00:00:00 2001 From: Tom Finegan Date: Fri, 24 Feb 2017 14:54:46 -0800 Subject: [PATCH] Fix high bit depth build in cmake. Fix the mistyped variable name that smashed a source list. Change-Id: Id654ec06d2a1c479de5f61bb8c48e9e1df51086b --- aom_dsp/aom_dsp.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aom_dsp/aom_dsp.cmake b/aom_dsp/aom_dsp.cmake index 17915ead9..8f6f9bff5 100644 --- a/aom_dsp/aom_dsp.cmake +++ b/aom_dsp/aom_dsp.cmake @@ -231,7 +231,7 @@ if (CONFIG_ENCODERS) "${AOM_ROOT}/aom_dsp/x86/highbd_variance_sse4.c") set(AOM_DSP_ENCODER_AVX2_INTRIN - ${AOM_ENCODER_DSP_AVX2_INTRIN} + ${AOM_DSP_ENCODER_AVX2_INTRIN} "${AOM_ROOT}/aom_dsp/x86/sad_highbd_avx2.c") endif () -- GitLab