summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-03 13:50:32 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-03 13:50:32 +0000
commitb19ca27e54e25425bdfe67a83546c6b63b14e7ae (patch)
tree1e009d28c9ee9f4785f48b91d12adec3fa495eb9 /TOOLS
parent376951ca72da23438f68ee5fd01bb7a22561e27a (diff)
downloadmpv-b19ca27e54e25425bdfe67a83546c6b63b14e7ae.tar.bz2
mpv-b19ca27e54e25425bdfe67a83546c6b63b14e7ae.tar.xz
libmpdvdkit2 --> libdvdread
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20632 b3059339-0415-0410-9bf9-f77b7e298cf2
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;