Mercurial > mplayer.hg
changeset 19528:ebfab0b18c09
Remove redundant variable that is contained in COMMON_LIBS.
author | diego |
---|---|
date | Fri, 25 Aug 2006 15:09:33 +0000 |
parents | f73fa119d6df |
children | 9a59c33bee29 |
files | TOOLS/netstream/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/netstream/Makefile Fri Aug 25 14:57:07 2006 +0000 +++ b/TOOLS/netstream/Makefile Fri Aug 25 15:09:33 2006 +0000 @@ -36,7 +36,7 @@ -lm \ ifeq ($(TARGET_WIN32),yes) -DEPS += $(MPROOT)/osdep/glob-win.o $(WIN32_LIB) -lwsock32 +DEPS += $(MPROOT)/osdep/glob-win.o -lwsock32 endif netstream: $(MPROOT)/libmpdemux/libmpdemux.a $(MPROOT)/stream/stream.a netstream.o