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:
martell
2015-02-04 15:43:02 +00:00
committed by jp9000
parent 23d39ea5a8
commit 4f5807e0b0

View File

@@ -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)