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:39:32 -07:00 committed by Thibault Saunier
parent 3f93d7c3d3
commit 2ea67f0da2

View file

@ -4,7 +4,7 @@ directsoundsrc_sources = [
]
if host_system == 'windows' and cc.has_header('dsound.h')
directsoundsrc_dep = [cc.find_library('dsound'), cc.find_library('winmm')]
directsoundsrc_dep = [cc.find_library('dsound'), cc.find_library('winmm'), cc.find_library('ole32')]
gstdirectsoundsrc = library('gstdirectsoundsrc',
directsoundsrc_sources,