summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/netstream/Makefile2
-rw-r--r--TOOLS/netstream/netstream.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/TOOLS/netstream/Makefile b/TOOLS/netstream/Makefile
index 5214212a7b..ad062f0c51 100644
--- a/TOOLS/netstream/Makefile
+++ b/TOOLS/netstream/Makefile
@@ -20,7 +20,7 @@ all: netstream
# it does not work with either GUI, LIVE555 or libavformat enabled
DEPS = $(MPROOT)/libmpdemux/libmpdemux.a \
$(MPROOT)/stream/stream.a \
- $(MPROOT)/libmpdvdkit2/libmpdvdkit.a \
+ $(MPROOT)/libdvdread/libdvdread.a \
$(MPROOT)/libmpcodecs/native/minilzo.o \
$(MPROOT)/libvo/aclib.o \
$(MPROOT)/libmpcodecs/img_format.o \
diff --git a/TOOLS/netstream/netstream.c b/TOOLS/netstream/netstream.c
index 0f8b698436..e222c04fb9 100644
--- a/TOOLS/netstream/netstream.c
+++ b/TOOLS/netstream/netstream.c
@@ -395,7 +395,7 @@ int mp_input_check_interrupt(int time){
return 0;
}
-// for libmpdvdkit2:
+// for libdvdread:
#include "get_path.c"
int verbose=0;