mirror of https://github.com/mpv-player/mpv
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:
parent
d844273899
commit
6937525850
|
@ -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
|
||||
|
|
|
@ -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"
|
Loading…
Reference in New Issue