mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
meson: directsound: Add ole32 library dependency
https://bugzilla.gnome.org/show_bug.cgi?id=773114
This commit is contained in:
parent
4663269466
commit
91e9a94492
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue