From 293e11bc0f290de00b406329733a91420e615126 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 11 Apr 2008 07:37:27 +0000 Subject: 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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26387 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'TOOLS') diff --git a/TOOLS/Makefile b/TOOLS/Makefile index 84570f2735..560ec026d7 100644 --- a/TOOLS/Makefile +++ b/TOOLS/Makefile @@ -59,10 +59,6 @@ NETSTREAM_DEPS = ../libmpdemux/libmpdemux.a \ ../m_struct.o \ $(COMMON_LIBS) -ifeq ($(TARGET_WIN32),yes) -NETSTREAM_DEPS += -lwsock32 -endif - netstream: netstream.o $(NETSTREAM_DEPS) $(CC) $(CFLAGS) -o $@ $^ -- cgit v1.2.3