vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | 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])

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to