mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-29 02:03:03 +08:00
obs-webrtc: Build with file descriptor
This commit is contained in:
committed by
Ryan Foster
parent
091dbeec81
commit
aa33016e28
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user