From dbc4aa54271a77f15242897a9304568861586a45 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 1 Apr 2007 09:24:30 +0000 Subject: Get netstream somewhat closer to linking. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22871 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/netstream/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'TOOLS') 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) -- cgit v1.2.3