[vlc-commits] configure.ac: Don't link winstore libvlccore with -lole32
Hugo Beauzée-Luyssen
git at videolan.org
Wed Aug 3 14:14:31 CEST 2016
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Aug 3 11:43:40 2016 +0200| [2a42e0b77b8ba104bc9a9be4c0cd489e43d1d817] | committer: Hugo Beauzée-Luyssen
configure.ac: Don't link winstore libvlccore with -lole32
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2a42e0b77b8ba104bc9a9be4c0cd489e43d1d817
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index ef7d9ec..1dd5b20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -310,7 +310,7 @@ vlc_winstore_app=0
AS_IF([test "${SYS}" = "mingw32"],[
AS_IF([test "${enable_winstore_app}" = "yes"], [
vlc_winstore_app=1
- VLC_ADD_LIBS([libvlccore], [-lole32 -lruntimeobject])
+ VLC_ADD_LIBS([libvlccore], [-lruntimeobject])
AC_LIBOBJ([gai_strerror])
],[
VLC_ADD_LIBS([libvlccore],[-lwinmm])
More information about the vlc-commits
mailing list