obs-webrtc: Require libdatachannel 0.20 or newer

This commit is contained in:
tytan652 2024-01-27 09:51:10 +01:00 committed by Lain
parent 14f068a6b2
commit 76eb88d984
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ if(NOT ENABLE_WEBRTC)
return()
endif()
find_package(LibDataChannel REQUIRED)
find_package(LibDataChannel 0.20 REQUIRED)
find_package(CURL REQUIRED)
add_library(obs-webrtc MODULE)

View file

@ -6,7 +6,7 @@ if(NOT ENABLE_WEBRTC)
return()
endif()
find_package(LibDataChannel REQUIRED)
find_package(LibDataChannel 0.20 REQUIRED)
find_package(CURL REQUIRED)
add_library(obs-webrtc MODULE)