summaryrefslogtreecommitdiffstats
path: root/stream/Makefile
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-03 20:44:14 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-03 20:44:14 +0000
commit693752585012f29da20dfeaea1142c037bae2022 (patch)
treee9af5deac64e6661b09b95da8b6859dd34681d36 /stream/Makefile
parentd844273899c60c249e4edef5d5360cece2cf340d (diff)
downloadmpv-693752585012f29da20dfeaea1142c037bae2022.tar.bz2
mpv-693752585012f29da20dfeaea1142c037bae2022.tar.xz
renamed dvdnav_stream to stream_dvdnav for consistency
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19308 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/Makefile')
-rw-r--r--stream/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/Makefile b/stream/Makefile
index 9cd2380545..c5a3898a0d 100644
--- a/stream/Makefile
+++ b/stream/Makefile
@@ -29,7 +29,7 @@ ifeq ($(HAVE_DVD),yes)
SRCS += stream_dvd.c
endif
ifeq ($(DVDNAV),yes)
-SRCS += dvdnav_stream.c
+SRCS += stream_dvdnav.c
endif
ifeq ($(VCD),yes)
SRCS += stream_vcd.c