Commit bf5839b4 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: the core does not need netapi to link

parent 121973c1
...@@ -228,7 +228,7 @@ case "${host_os}" in ...@@ -228,7 +228,7 @@ case "${host_os}" in
esac esac
if test "${SYS}" = "mingw32"; then if test "${SYS}" = "mingw32"; then
VLC_ADD_LIBS([libvlccore],[-lnetapi32 -lwinmm]) VLC_ADD_LIBS([libvlccore],[-lwinmm])
VLC_ADD_LDFLAGS([vlc],[-mwindows]) VLC_ADD_LDFLAGS([vlc],[-mwindows])
VLC_ADD_LIBS([win32text],[-lgdi32]) VLC_ADD_LIBS([win32text],[-lgdi32])
VLC_ADD_LIBS([cdda vcdx sdl_image vout_sdl],[-lwinmm]) VLC_ADD_LIBS([cdda vcdx sdl_image vout_sdl],[-lwinmm])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment