windows平台默认开启wepoll(iocp)

This commit is contained in:
xiongziliang 2022-11-13 00:38:56 +08:00
parent a65cc8bbfa
commit 228fa17327

View File

@ -52,7 +52,7 @@ option(ENABLE_SRT "Enable SRT" ON)
option(ENABLE_TESTS "Enable Tests" ON)
option(ENABLE_WEBRTC "Enable WebRTC" ON)
option(ENABLE_X264 "Enable x264" OFF)
option(ENABLE_WEPOLL "Enable wepoll" OFF)
option(ENABLE_WEPOLL "Enable wepoll" ON)
option(USE_SOLUTION_FOLDERS "Enable solution dir supported" ON)