mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
meson: directsound: Add ole32 library dependency
https://bugzilla.gnome.org/show_bug.cgi?id=773114
This commit is contained in:
parent
3f93d7c3d3
commit
2ea67f0da2
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue