# HG changeset patch # User diego # Date 1156517742 0 # Node ID 341fde80aef9af974d071850cc7ba4ace3a539a2 # Parent 17439bdff148085fbccd0fe634ef4aa83fda9502 Sync with the creation of the stream directory. diff -r 17439bdff148 -r 341fde80aef9 TOOLS/netstream/Makefile --- a/TOOLS/netstream/Makefile Fri Aug 25 14:28:39 2006 +0000 +++ b/TOOLS/netstream/Makefile Fri Aug 25 14:55:42 2006 +0000 @@ -46,7 +46,7 @@ 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)