File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ set(BMF_BUILD_COMMIT "" CACHE STRING "BMF commit")
1616
1717option (BMF_LOCAL_DEPENDENCIES "Build dependencies locally" ON )
1818option (BMF_ENABLE_BREAKPAD "Enable build with breakpad support" OFF )
19- option (BMF_ENABLE_CUDA "Enable CUDA support" ON )
19+ option (BMF_ENABLE_CUDA "Enable CUDA support" OFF )
2020option (BMF_ENABLE_TORCH "Enable CUDA support" OFF )
21- option (BMF_ENABLE_PYTHON "Enable build with python support" ON )
21+ option (BMF_ENABLE_PYTHON "Enable build with python support" OFF )
2222option (BMF_ENABLE_GLOG "Enable build with glog support" OFF )
2323option (BMF_ENABLE_JNI "Enable build with JNI support" OFF )
2424option (BMF_ENABLE_FFMPEG "Enable build with ffmpeg support" ON )
2525option (BMF_ENABLE_MOBILE "Enable build for mobile platform" OFF )
26- option (BMF_ENABLE_TEST "Compile examples and tests" ON )
26+ option (BMF_ENABLE_TEST "Compile examples and tests" OFF )
2727option (BMF_ENABLE_FUZZTEST "Enable fuzz tests" OFF )
2828option (FUZZTEST_ENABLE_FUZZING_MODE "Enable fuzz tests in fuzzing mode" OFF )
2929option (CMAKE_EXPORT_COMPILE_COMMANDS "Export compiler commands" OFF )
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ function build_vpx_unix() {
124124
125125function build_ffmpeg_unix() {
126126 cd $1
127- # 默认版本是4
127+ # 默认版本是5
128128 version=${version:- 5}
129129
130130 # 设置FFmpeg版本的下载链接和目录
You can’t perform that action at this time.
0 commit comments