From 72b239c00230ec3ded53906fb238f5818ff0f36c Mon Sep 17 00:00:00 2001 From: KkemChen Date: Thu, 30 Nov 2023 18:59:44 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E5=BC=80=E5=90=AFENABLE=5FFFMPEG?= =?UTF-8?q?=E5=92=8CENABLE=5FX264?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 39c6c517..cf40fced 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)