[vlc-commits] Win32: the core does not need netapi to link

Jean-Baptiste Kempf git at videolan.org
Tue Aug 21 15:17:40 CEST 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Aug 21 15:08:01 2012 +0200| [bf5839b40799a462ad3630a7057fbd35a7dd80f4] | committer: Jean-Baptiste Kempf

Win32: the core does not need netapi to link

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

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 9688de5..0101c35 100644
--- a/configure.ac
+++ b/configure.ac
@@ -228,7 +228,7 @@ case "${host_os}" in
     esac
 
     if test "${SYS}" = "mingw32"; then
-        VLC_ADD_LIBS([libvlccore],[-lnetapi32 -lwinmm])
+        VLC_ADD_LIBS([libvlccore],[-lwinmm])
         VLC_ADD_LDFLAGS([vlc],[-mwindows])
         VLC_ADD_LIBS([win32text],[-lgdi32])
         VLC_ADD_LIBS([cdda vcdx sdl_image vout_sdl],[-lwinmm])



More information about the vlc-commits mailing list