Skip to content

Commit 3b25df5

Browse files
committed
disable all useless option
1 parent b907d59 commit 3b25df5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ set(BMF_BUILD_COMMIT "" CACHE STRING "BMF commit")
1616

1717
option(BMF_LOCAL_DEPENDENCIES "Build dependencies locally" ON)
1818
option(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)
2020
option(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)
2222
option(BMF_ENABLE_GLOG "Enable build with glog support" OFF)
2323
option(BMF_ENABLE_JNI "Enable build with JNI support" OFF)
2424
option(BMF_ENABLE_FFMPEG "Enable build with ffmpeg support" ON)
2525
option(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)
2727
option(BMF_ENABLE_FUZZTEST "Enable fuzz tests" OFF)
2828
option(FUZZTEST_ENABLE_FUZZING_MODE "Enable fuzz tests in fuzzing mode" OFF)
2929
option(CMAKE_EXPORT_COMPILE_COMMANDS "Export compiler commands" OFF)

scripts/build_ffmpeg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function build_vpx_unix() {
124124

125125
function build_ffmpeg_unix() {
126126
cd $1
127-
# 默认版本是4
127+
# 默认版本是5
128128
version=${version:-5}
129129

130130
# 设置FFmpeg版本的下载链接和目录

0 commit comments

Comments
 (0)