obs-webrtc: Build with file descriptor

This commit is contained in:
Matt Gajownik
2026-05-25 18:28:12 +10:00
committed by Ryan Foster
parent 091dbeec81
commit aa33016e28
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -19,4 +19,9 @@ target_sources(
target_link_libraries(obs-webrtc PRIVATE OBS::libobs LibDataChannel::LibDataChannel CURL::libcurl)
if(OS_WINDOWS)
configure_file(cmake/windows/obs-module.rc.in obs-webrtc.rc)
target_sources(obs-webrtc PRIVATE obs-webrtc.rc)
endif()
set_target_properties_obs(obs-webrtc PROPERTIES FOLDER plugins PREFIX "")
@@ -6,7 +6,7 @@ BEGIN
BLOCK "040904B0"
BEGIN
VALUE "CompanyName", "${OBS_COMPANY_NAME}"
VALUE "FileDescription", "OBS output module"
VALUE "FileDescription", "OBS WebRTC module"
VALUE "FileVersion", "${OBS_VERSION_CANONICAL}"
VALUE "ProductName", "${OBS_PRODUCT_NAME}"
VALUE "ProductVersion", "${OBS_VERSION_CANONICAL}"