Commit a658b1e1 authored by Damien Fouilleul's avatar Damien Fouilleul

- link vlc.exe with libunicows.a if available

parent 2ee185f4
......@@ -5139,6 +5139,16 @@ then
#VLC_ADD_BUILTINS([${TESTS}])
fi
dnl
dnl Microsoft Layer for Unicode for WIN9x/ME
dnl
if test "${SYS}" = "mingw32" -o "${SYS}" = "cygwin"
then
AC_CHECK_LIB(unicows, LoadUnicowsSymbol, [
VLC_ADD_LDFLAGS([vlc],[-lunicows])
])
fi
dnl
dnl gtk_main plugin
dnl
......
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