From 91e9a9449229830cffceeb45a6d08fa6669c5cc1 Mon Sep 17 00:00:00 2001 From: Scott D Phillips Date: Fri, 21 Oct 2016 00:42:54 -0700 Subject: [PATCH] meson: directsound: Add ole32 library dependency https://bugzilla.gnome.org/show_bug.cgi?id=773114 --- sys/directsound/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/directsound/meson.build b/sys/directsound/meson.build index d8a75a3d4a..e330c957b5 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,