dshow: link to correct uuid libs
Remove the .lib postfix from strmiids ksuser provides KSCATEGORY_ENCODER and similar GUIDS used wmcodecdspuuid provides MEDIASUBTYPE_H264 MEDIASUBTYPE_RAW_AAC1 and MEDIASUBTYPE_I420 so no need to define them in dshow-formats. The submodule will have to be updated to support this change.
This commit is contained in:
@@ -50,7 +50,9 @@ add_library(win-dshow MODULE
|
||||
${libdshowcapture_HEADERS})
|
||||
target_link_libraries(win-dshow
|
||||
libobs
|
||||
strmiids.lib
|
||||
strmiids
|
||||
ksuser
|
||||
wmcodecdspuuid
|
||||
${FFMPEG_LIBRARIES})
|
||||
|
||||
install_obs_plugin_with_data(win-dshow data)
|
||||
|
Reference in New Issue
Block a user