summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorScott D Phillips <scott.d.phillips@intel.com>2016-10-21 00:42:54 -0700
committerThibault Saunier <thibault.saunier@osg.samsung.com>2016-10-21 06:01:16 -0300
commit91e9a9449229830cffceeb45a6d08fa6669c5cc1 (patch)
tree2059aa3879e21c1d7fb4c847105f05f44735f785 /sys
parent46632694662b96fddb848a1f2091a215b28a2d35 (diff)
meson: directsound: Add ole32 library dependency
https://bugzilla.gnome.org/show_bug.cgi?id=773114
Diffstat (limited to 'sys')
-rw-r--r--sys/directsound/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/directsound/meson.build b/sys/directsound/meson.build
index d8a75a3d4..e330c957b 100644
--- a/sys/directsound/meson.build
+++ b/sys/directsound/meson.build
@@ -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,