0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

libdshowcapture: Add FindPin, RGB24, & use CMake instead of pragma

This updates the libdshowcapture submodule to the latest commit.
This also changes win-dshow CMakeList to ensure compatibility.

Full commit list:
 - Add support of RGB24 format
 - CMake: Add Win32 libs instead of pragma directives.
 - Implement FindPin
 - Simplify error handling
 - Fix log level of DebugHR
 - Use default constructor instead of empty function
 - Use std::move instead of copy where appropriate
 - Mark some strings as const
This commit is contained in:
Matt Gajownik 2021-12-12 11:35:48 +11:00
parent 316f858c68
commit 9c01b1ecc8
3 changed files with 4 additions and 1 deletions

View File

@ -130,8 +130,10 @@ add_library(win-dshow MODULE
${libdshowcapture_HEADERS})
target_link_libraries(win-dshow
libobs
setupapi
strmiids
ksuser
winmm
wmcodecdspuuid
w32-pthreads
${FFMPEG_LIBRARIES})

@ -1 +1 @@
Subproject commit 0d4211029864ef89f80b79ba297df80c4072d1e2
Subproject commit 5ac25cba2e90e617293c373bcc3ce59e46197bef

View File

@ -72,6 +72,7 @@ add_library(obs-virtualcam-module MODULE
${obs-virtualcam-module_SOURCES}
${obs-virtualcam-module_HEADERS})
target_link_libraries(obs-virtualcam-module
setupapi
winmm
strmiids
gdiplus