diff options
| author | Marcus Tomlinson <themarcustomlinson@gmail.com> | 2018-09-28 23:14:14 +0100 |
|---|---|---|
| committer | Marcus Tomlinson <themarcustomlinson@gmail.com> | 2018-09-28 23:14:14 +0100 |
| commit | 40c2eddb0ce12d327a0381cd494a7174b987fef2 (patch) | |
| tree | de3b75155360a4b6fd174423462d9110bd410af9 /configure.ac | |
| parent | 0a5295596bc2d35fc4434a2304e72ad7576a4178 (diff) | |
Fix linker flags
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index aab625a..d3a0cc4 100644 --- a/configure.ac +++ b/configure.ac @@ -272,7 +272,7 @@ AS_CASE(["$systems"], [*" wasapi "*], [ CPPFLAGS="-I$srcdir/include $CPPFLAGS" need_ole32=yes found="$found WASAPI" - LIBS="-lwinmm -luuid -lksuser $LIBS"]) + LIBS="-lwinmm -lksuser -lmfplat -lmfuuid -lwmcodecdspuuid $LIBS"]) ]) AS_IF([test -n "$need_ole32"], [LIBS="-lole32 $LIBS"]) |
