Commit 2a926063 authored by Max Kellermann's avatar Max Kellermann

src/lib/ffmpeg/meson.build: copy dependencies into ffmpeg_dep

Apparently, Meson propagates the linker flags but not the compiler flags from a `static_library`'s dependencies list. Closes #392
parent b8989faf
......@@ -26,4 +26,9 @@ ffmpeg = static_library(
ffmpeg_dep = declare_dependency(
link_with: ffmpeg,
dependencies: [
libavformat_dep,
libavcodec_dep,
libavutil_dep,
],
)
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