summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-25 14:55:42 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-25 14:55:42 +0000
commitaad130d2e861c7263770fdf1a2fea47acb30ca28 (patch)
treed5784b3725e2d3a306880c4bf81295a4d8eb799f /TOOLS
parent31f26e9a3fc86d0f3d527fdc6a0765d439c513af (diff)
downloadmpv-aad130d2e861c7263770fdf1a2fea47acb30ca28.tar.bz2
mpv-aad130d2e861c7263770fdf1a2fea47acb30ca28.tar.xz
Sync with the creation of the stream directory.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19532 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/netstream/Makefile2
1 files changed, 1 insertions, 1 deletions
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)