Skip to content

Commit af02cb2

Browse files
committed
opus-cmake
1 parent bd1e318 commit af02cb2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

external_deps/build.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,13 @@ build_opus() {
777777

778778
cd "${dir_name}"
779779

780-
cmake_build "${opus_cmake_args[@]}"
780+
cmake_build "${opus_cmake_args[@]}" \
781+
-DOPUS_X86_MAY_HAVE_SSE=ON \
782+
-DOPUS_X86_MAY_HAVE_SSE2=ON \
783+
-DOPUS_X86_PRESUME_SSE=ON \
784+
-DOPUS_X86_PRESUME_SSE2=ON \
785+
-DOPUS_X86_MAY_HAVE_SSE4_1=OFF \
786+
-DOPUS_X86_MAY_HAVE_AVX2=OFF
781787
}
782788

783789
# Build OpusFile

0 commit comments

Comments
 (0)