Skip to content
  • Yaowu Xu's avatar
    Fix typos · c287e271
    Yaowu Xu authored
    In a previous commit: 5db9743f, two
    changes that appeared to be typos are breaking build when experiments
    are enabled:
    
    ../../libvpx/configure --enable-experimental --enable-ref-mv
    --enable-ext-intra --enable-ext-refs --enable-ext-interp
    --enable-supertx --enable-var-tx --enable-entropy --enable-ext-inter
    --enable-ext-tx  --enable-motion-var --enable-dual-filter
    --enable-ext-partition --enable-ext-partition-types
    --enable-loop-restoration --enable-rect-tx --enable-palette
    --enable-aom-highbitdepth --enable-filter-intra --enable-internal-stats
    && make clean && make -j16
    
    This commit fixes the issue.
    
    Change-Id: I9ce5bbc96df326214202868cb0669bd334c86851
    c287e271