meson: directsound: Add ole32 library dependency

https://bugzilla.gnome.org/show_bug.cgi?id=773114
This commit is contained in:
Scott D Phillips 2016-10-21 00:42:54 -07:00 committed by Thibault Saunier
parent 4663269466
commit 91e9a94492

View file

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