meson: directsound: Add ole32 library dependency
https://bugzilla.gnome.org/show_bug.cgi?id=773114
This commit is contained in:
parent
4663269466
commit
91e9a94492
@ -4,7 +4,7 @@ directsoundsink_sources = [
|
||||
]
|
||||
|
||||
if host_machine.system() == 'windows' and cc.has_header('dsound.h')
|
||||
directsoundsink_dep = [cc.find_library('dsound'), cc.find_library('winmm')]
|
||||
directsoundsink_dep = [cc.find_library('dsound'), cc.find_library('winmm'), cc.find_library('ole32')]
|
||||
|
||||
gstdirectsoundsink = library('gstdirectsoundsink',
|
||||
directsoundsink_sources,
|
||||
|
Loading…
x
Reference in New Issue
Block a user