summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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