Sync with the creation of the stream directory.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19532 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-08-25 14:55:42 +00:00
parent 31f26e9a3f
commit aad130d2e8
1 changed files with 1 additions and 1 deletions

View File

@ -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)