Skip to content

Commit

Permalink
opus-cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz committed Nov 11, 2024
1 parent bd1e318 commit af02cb2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion external_deps/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,13 @@ build_opus() {

cd "${dir_name}"

cmake_build "${opus_cmake_args[@]}"
cmake_build "${opus_cmake_args[@]}" \
-DOPUS_X86_MAY_HAVE_SSE=ON \
-DOPUS_X86_MAY_HAVE_SSE2=ON \
-DOPUS_X86_PRESUME_SSE=ON \
-DOPUS_X86_PRESUME_SSE2=ON \
-DOPUS_X86_MAY_HAVE_SSE4_1=OFF \
-DOPUS_X86_MAY_HAVE_AVX2=OFF
}

# Build OpusFile
Expand Down

0 comments on commit af02cb2

Please sign in to comment.