mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
默认禁用编译ffmpeg相关特性
This commit is contained in:
parent
94839fd93c
commit
b24c4f8d33
@ -102,7 +102,7 @@ option(ENABLE_MEM_DEBUG "Enable Memory Debug" false)
|
||||
option(ENABLE_ASAN "Enable Address Sanitize" false)
|
||||
option(ENABLE_WEBRTC "Enable WebRTC" true)
|
||||
option(ENABLE_PLAYER "Enable Player" true)
|
||||
option(ENABLE_FFMPEG "Enable FFmpeg" true)
|
||||
option(ENABLE_FFMPEG "Enable FFmpeg" false)
|
||||
option(ENABLE_MSVC_MT "Enable MSVC Mt/Mtd lib" true)
|
||||
option(ENABLE_API_STATIC_LIB "Enable mk_api static lib" false)
|
||||
option(USE_SOLUTION_FOLDERS "Enable solution dir supported" ON)
|
||||
|
Loading…
Reference in New Issue
Block a user