mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-23 03:10:04 +08:00
update: 开启ENABLE_FFMPEG和ENABLE_X264
This commit is contained in:
parent
2e4c3ff2ef
commit
72b239c002
@ -36,7 +36,7 @@ option(ENABLE_API_STATIC_LIB "Enable mk_api static lib" OFF)
|
||||
option(ENABLE_ASAN "Enable Address Sanitize" OFF)
|
||||
option(ENABLE_CXX_API "Enable C++ API SDK" OFF)
|
||||
option(ENABLE_FAAC "Enable FAAC" OFF)
|
||||
option(ENABLE_FFMPEG "Enable FFmpeg" OFF)
|
||||
option(ENABLE_FFMPEG "Enable FFmpeg" ON)
|
||||
option(ENABLE_HLS "Enable HLS" ON)
|
||||
option(ENABLE_JEMALLOC_STATIC "Enable static linking to the jemalloc library" OFF)
|
||||
option(ENABLE_JEMALLOC_DUMP "Enable jemalloc to dump malloc statistics" OFF)
|
||||
@ -54,7 +54,7 @@ option(ENABLE_SRT "Enable SRT" ON)
|
||||
option(ENABLE_TESTS "Enable Tests" ON)
|
||||
option(ENABLE_SCTP "Enable SCTP" ON)
|
||||
option(ENABLE_WEBRTC "Enable WebRTC" ON)
|
||||
option(ENABLE_X264 "Enable x264" OFF)
|
||||
option(ENABLE_X264 "Enable x264" ON)
|
||||
option(ENABLE_WEPOLL "Enable wepoll" ON)
|
||||
option(DISABLE_REPORT "Disable report to report.zlmediakit.com" off)
|
||||
option(USE_SOLUTION_FOLDERS "Enable solution dir supported" ON)
|
||||
|
Loading…
Reference in New Issue
Block a user