Mercurial > mplayer.hg
changeset 19526:341fde80aef9
Sync with the creation of the stream directory.
author | diego |
---|---|
date | Fri, 25 Aug 2006 14:55:42 +0000 |
parents | 17439bdff148 |
children | f73fa119d6df |
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: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)