]> git.sesse.net Git - vlc/blobdiff - configure.ac
control/media_instance.c: Remove an unused variable. (Pointed by jb).
[vlc] / configure.ac
index de47df544bcda809402b035370634709d2bda71d..0f5fc8caee940b26361c6109fa4181fe0c147a41 100644 (file)
@@ -1239,7 +1239,7 @@ if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then
     VLC_ADD_PLUGINS([screensaver motion])
 elif test "${SYS}" != "mingwce"; then
     VLC_ADD_PLUGINS([ntservice access_smb dmo msn])
-    VLC_ADD_LDFLAGS([dmo],[-lole32])
+    VLC_ADD_LDFLAGS([dmo],[-lole32 -luuid])
 else
     VLC_ADD_PLUGINS([win32text])
 fi