[vlc-commits] Fix compilation of DMO on Windows

Jean-Baptiste Kempf git at videolan.org
Mon Sep 17 01:46:08 CEST 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Sep 17 01:43:59 2012 +0200| [5bf0606149f2273b0dd0d9b58c9ce20d96fb0b74] | committer: Jean-Baptiste Kempf

Fix compilation of DMO on Windows

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5bf0606149f2273b0dd0d9b58c9ce20d96fb0b74
---

 configure.ac |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure.ac b/configure.ac
index 34f2e25..b5762f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3978,6 +3978,8 @@ AS_IF([test "${enable_loader}" = "yes"],
     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:])
 
 dnl



More information about the vlc-commits mailing list