summaryrefslogtreecommitdiffstats
path: root/stream
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
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')
-rw-r--r--stream/Makefile2
-rw-r--r--stream/stream_dvdnav.c (renamed from stream/dvdnav_stream.c)2
-rw-r--r--stream/stream_dvdnav.h (renamed from stream/dvdnav_stream.h)0
3 files changed, 2 insertions, 2 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
diff --git a/stream/dvdnav_stream.c b/stream/stream_dvdnav.c
index fefb7ecf12..35412a4667 100644
--- a/stream/dvdnav_stream.c
+++ b/stream/stream_dvdnav.c
@@ -9,7 +9,7 @@
#include "input/input.h"
#include "stream.h"
#include "demuxer.h"
-#include "dvdnav_stream.h"
+#include "stream_dvdnav.h"
#include "libvo/video_out.h"
#include "spudec.h"
#include "m_option.h"
diff --git a/stream/dvdnav_stream.h b/stream/stream_dvdnav.h
index fdea2d97f6..fdea2d97f6 100644
--- a/stream/dvdnav_stream.h
+++ b/stream/stream_dvdnav.h