We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
libvpix
cpufeatures
1 parent c1ff653 commit b140363Copy full SHA for b140363
scripts/private/build-vpx-impl.sh
@@ -125,16 +125,11 @@ configure_make() {
125
126
make clean || echo -e "[info] running configure for the first time"
127
128
- CPU_DETECT="--disable-runtime-cpu-detect"
129
- if [[ $1 =~ x86.* ]]; then
130
- CPU_DETECT="--enable-runtime-cpu-detect"
131
- fi
132
-
133
./configure \
134
--libc=${SYSROOT} \
135
--prefix=${PREFIX} \
136
--target=${TARGET} \
137
- ${CPU_DETECT} \
+ --enable-runtime-cpu-detect \
138
--as=auto \
139
--disable-docs \
140
--enable-pic \
0 commit comments