summaryrefslogtreecommitdiffstats
path: root/TOOLS/netstream/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/netstream/Makefile')
-rw-r--r--TOOLS/netstream/Makefile8
1 files changed, 5 insertions, 3 deletions
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