Commit 0a6e484b authored by Jacob Vosmaer's avatar Jacob Vosmaer Committed by Max Kellermann

output/plugins/OSXOutputPlugin: add boost meson dependency

parent 0bb71f1f
......@@ -9,6 +9,7 @@ ver 0.21.6 (not yet released)
- opus: fix replay gain when there are no other tags
* output
- pulse: work around error with unusual channel count
- osx: fix build failure
* playlist
- flac: fix use-after-free bug
* support abstract sockets on Linux
......
......@@ -76,7 +76,10 @@ if is_darwin
audiounit_dep = declare_dependency(
link_args: [
'-framework', 'AudioUnit', '-framework', 'CoreAudio', '-framework', 'CoreServices',
]
],
dependencies: [
boost_dep,
],
)
else
audiounit_dep = dependency('', required: false)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment