summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-11 07:37:27 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-11 07:37:27 +0000
commit293e11bc0f290de00b406329733a91420e615126 (patch)
tree653f628ca5313f64e1b5e8f85feb439e37177886 /TOOLS
parent0e2ecd39c54fd3d55ff64967c7e2feae04698423 (diff)
downloadmpv-293e11bc0f290de00b406329733a91420e615126.tar.bz2
mpv-293e11bc0f290de00b406329733a91420e615126.tar.xz
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
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/Makefile4
1 files changed, 0 insertions, 4 deletions
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 $@ $^