diff --git a/sys/directsound/meson.build b/sys/directsound/meson.build index c48adc1aec..efe9a1ec79 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,