summaryrefslogtreecommitdiff
path: root/aom_dsp/aom_dsp.cmake
diff options
context:
space:
mode:
authorSebastien Alaiwan <sebastien.alaiwan@allegrodvt.com>2017-10-02 15:15:05 +0200
committerSebastien Alaiwan <sebastien.alaiwan@allegrodvt.com>2017-10-02 15:15:05 +0200
commit0bdea0d894fdd2aa163938e80a2d6587719fa427 (patch)
tree4011ecb7e953ff414ddcad84c78dd2877b96cef1 /aom_dsp/aom_dsp.cmake
parent355a7a717fca05b787d5f5425c916520bc1cbcf6 (diff)
Remove compile guards for CONFIG_EXT_INTER
This experiment has been adopted, we can simplify the code by dropping the associated preprocessor conditionals. Change-Id: Ic077963f72e8cc2ae9872b58c8a0241988384110
Diffstat (limited to 'aom_dsp/aom_dsp.cmake')
-rw-r--r--aom_dsp/aom_dsp.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/aom_dsp/aom_dsp.cmake b/aom_dsp/aom_dsp.cmake
index bc23a3af5..7a281a4f4 100644
--- a/aom_dsp/aom_dsp.cmake
+++ b/aom_dsp/aom_dsp.cmake
@@ -369,12 +369,10 @@ if (CONFIG_AV1_ENCODER)
"${AOM_ROOT}/aom_dsp/mips/variance_msa.c"
"${AOM_ROOT}/aom_dsp/mips/sub_pixel_variance_msa.c")
- if (CONFIG_EXT_INTER)
set(AOM_DSP_ENCODER_INTRIN_SSSE3
${AOM_DSP_ENCODER_INTRIN_SSSE3}
"${AOM_ROOT}/aom_dsp/x86/masked_sad_intrin_ssse3.c"
"${AOM_ROOT}/aom_dsp/x86/masked_variance_intrin_ssse3.c")
- endif ()
if (CONFIG_HIGHBITDEPTH)
set(AOM_DSP_ENCODER_INTRIN_SSE2