Commit 5bf06061 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix compilation of DMO on Windows

parent 6119143e
...@@ -3978,6 +3978,8 @@ AS_IF([test "${enable_loader}" = "yes"], ...@@ -3978,6 +3978,8 @@ AS_IF([test "${enable_loader}" = "yes"],
VLC_ADD_LIBS([dmo quicktime], [-lpthread]) VLC_ADD_LIBS([dmo quicktime], [-lpthread])
]) ])
AS_IF([test "${SYS}" == "mingw32"], [VLC_ADD_PLUGIN([dmo]) VLC_ADD_LIBS([dmo],[-lole32 -luuid]) ])
EXTEND_HELP_STRING([Components:]) EXTEND_HELP_STRING([Components:])
dnl dnl
......
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