[MPlayer-cvslog] r26387 - trunk/TOOLS/Makefile
diego
subversion at mplayerhq.hu
Fri Apr 11 09:37:27 CEST 2008
Author: diego
Date: Fri Apr 11 09:37:27 2008
New Revision: 26387
Log:
Remove Win32 linker option for netstream. Other winsock using code does not
need it, it should be set from configure and the reason why it was set in
the first place has been lost in the mists of time.
Modified:
trunk/TOOLS/Makefile
Modified: trunk/TOOLS/Makefile
==============================================================================
--- trunk/TOOLS/Makefile (original)
+++ trunk/TOOLS/Makefile Fri Apr 11 09:37:27 2008
@@ -59,10 +59,6 @@ NETSTREAM_DEPS = ../libmpdemux/libmpdemu
../m_struct.o \
$(COMMON_LIBS)
-ifeq ($(TARGET_WIN32),yes)
-NETSTREAM_DEPS += -lwsock32
-endif
-
netstream: netstream.o $(NETSTREAM_DEPS)
$(CC) $(CFLAGS) -o $@ $^
More information about the MPlayer-cvslog
mailing list