From 1d202f4de6e16b69f2629d7dde133cc01f6912b6 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 17 Mar 2007 00:26:40 +0000 Subject: Bring netstream somewhat closer to linking, still won't work. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22657 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/netstream/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'TOOLS/netstream') diff --git a/TOOLS/netstream/Makefile b/TOOLS/netstream/Makefile index e50b5ba84b..30fd2d44b9 100644 --- a/TOOLS/netstream/Makefile +++ b/TOOLS/netstream/Makefile @@ -8,10 +8,11 @@ CFLAGS = $(OPTFLAGS) -I$(MPROOT) all: netstream # FIXME: linking is a mess that should be fixed properly some day -# it does not work with either GUI, LIVE555 or libavformat enabled +# it does not work with either GUI, LIVE555, libavformat, cdparanoia enabled 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)/liba52/liba52.a \ @@ -21,8 +22,9 @@ DEPS = $(MPROOT)/libmpdemux/libmpdemux.a \ $(MPROOT)/mp_msg.o \ $(MPROOT)/osdep/shmem.o \ $(MPROOT)/osdep/timer-*.o \ - $(MPROOT)/osdep/strl.o \ - -lm \ + $(MPROOT)/osdep/strlcpy.o \ + $(MPROOT)/osdep/getch2.o \ + -ltermcap -lm \ ifeq ($(TARGET_WIN32),yes) DEPS += $(MPROOT)/osdep/glob-win.o -lwsock32 -- cgit v1.2.3