From aad130d2e861c7263770fdf1a2fea47acb30ca28 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 25 Aug 2006 14:55:42 +0000 Subject: Sync with the creation of the stream directory. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19532 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/netstream/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TOOLS') diff --git a/TOOLS/netstream/Makefile b/TOOLS/netstream/Makefile index beccee1b6c..f5fb3204f2 100644 --- a/TOOLS/netstream/Makefile +++ b/TOOLS/netstream/Makefile @@ -46,7 +46,7 @@ ifeq ($(TARGET_WIN32),yes) DEPS += $(MPROOT)/osdep/glob-win.o $(WIN32_LIB) -lwsock32 endif -netstream: $(MPROOT)/libmpdemux/libmpdemux.a $(MPROOT)/libmpdemux/stream.a netstream.o +netstream: $(MPROOT)/libmpdemux/libmpdemux.a $(MPROOT)/stream/stream.a netstream.o $(CC) $(CFLAGS) netstream.o -o netstream $(DEPS) -- cgit v1.2.3