summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorScott D Phillips <scott.d.phillips@intel.com>2016-10-21 00:39:32 -0700
committerThibault Saunier <thibault.saunier@osg.samsung.com>2016-10-21 06:05:27 -0300
commit2ea67f0da2d8789427a099cee848b3d5543cbbeb (patch)
treefa8202287c94200177dcea022b31d13ad643e012 /sys
parent3f93d7c3d3379cfdc15bbd16f16195041f1b66ca (diff)
downloadgstreamer-plugins-bad-2ea67f0da2d8789427a099cee848b3d5543cbbeb.tar.gz
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 c48adc1ae..efe9a1ec7 100644
--- a/sys/directsound/meson.build
+++ b/sys/directsound/meson.build
@@ -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,