summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-01 09:24:30 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-01 09:24:30 +0000
commitdbc4aa54271a77f15242897a9304568861586a45 (patch)
tree0416c71c7bfff9bfa87ad60dc547bb068e9bee8e /TOOLS
parent407c037cfb165956fad9abf21ea9201047f58ab5 (diff)
downloadmpv-dbc4aa54271a77f15242897a9304568861586a45.tar.bz2
mpv-dbc4aa54271a77f15242897a9304568861586a45.tar.xz
Get netstream somewhat closer to linking.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22871 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/netstream/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/TOOLS/netstream/Makefile b/TOOLS/netstream/Makefile
index 17988ca608..d497f79c7e 100644
--- a/TOOLS/netstream/Makefile
+++ b/TOOLS/netstream/Makefile
@@ -13,21 +13,17 @@ DEPS = $(MPROOT)/libmpdemux/libmpdemux.a \
$(MPROOT)/stream/stream.a \
$(MPROOT)/dvdread/libdvdread.a \
$(MPROOT)/libdvdcss/libdvdcss.a \
- $(MPROOT)/libvo/aclib.o \
- $(MPROOT)/libmpcodecs/img_format.o \
+ $(MPROOT)/libavutil/libavutil.a \
$(MPROOT)/liba52/liba52.a \
$(MPROOT)/m_option.o \
$(MPROOT)/m_struct.o \
$(MPROOT)/subreader.o \
$(MPROOT)/mp_msg.o \
- $(MPROOT)/osdep/shmem.o \
- $(MPROOT)/osdep/timer-*.o \
- $(MPROOT)/osdep/strlcpy.o \
- $(MPROOT)/osdep/getch2.o \
+ $(MPROOT)/osdep/libosdep.a \
-ltermcap -lm \
ifeq ($(TARGET_WIN32),yes)
-DEPS += $(MPROOT)/osdep/glob-win.o -lwsock32
+DEPS += -lwsock32
endif
netstream: $(DEPS)