1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-28 23:09:59 +02:00

-lwinmm is needed for -mno-cygwin and cddax vcdx. I believe this is

the right way to add. Someone understanding configure.ac (and cygwin)
 should doublecheck.
This commit is contained in:
Rocky Bernstein 2004-03-11 09:16:18 +00:00
parent 778a1d09df
commit d0e495fb3b

View File

@ -146,6 +146,7 @@ case "${target_os}" in
# add ws2_32 for closesocket, select, recv
CPPFLAGS_save="${CPPFLAGS_save} -D_OFF_T_ -D_off_t=long"; CPPFLAGS="${CPPFLAGS_save}"
AX_ADD_LDFLAGS([vlc],[-lws2_32 -lnetapi32 -lwinmm -mwindows])
AX_ADD_LDFLAGS([vcdx cddax],[-lwinmm])
AX_ADD_LDFLAGS([ipv4 ipv6 access_http access_mms access_udp access_tcp access_ftp access_output_udp sap slp http stream_out_standard telnet],[-lws2_32])
fi
;;