renamed dvdnav_stream to stream_dvdnav for consistency

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19308 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ben 2006-08-03 20:44:14 +00:00
parent d844273899
commit 6937525850
3 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"