Skip to content

Commit b140363

Browse files
committed
libvpix: enable cpufeatures for all builds
1 parent c1ff653 commit b140363

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

scripts/private/build-vpx-impl.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,16 +125,11 @@ configure_make() {
125125

126126
make clean || echo -e "[info] running configure for the first time"
127127

128-
CPU_DETECT="--disable-runtime-cpu-detect"
129-
if [[ $1 =~ x86.* ]]; then
130-
CPU_DETECT="--enable-runtime-cpu-detect"
131-
fi
132-
133128
./configure \
134129
--libc=${SYSROOT} \
135130
--prefix=${PREFIX} \
136131
--target=${TARGET} \
137-
${CPU_DETECT} \
132+
--enable-runtime-cpu-detect \
138133
--as=auto \
139134
--disable-docs \
140135
--enable-pic \

0 commit comments

Comments
 (0)