mirror of
https://github.com/mpv-player/mpv
synced 2024-12-19 21:31:52 +00:00
mkv.cpp -> mkv_old.cpp, to avoid dependency name collision with mkv.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11837 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ac311f16f5
commit
0bd9ce052f
@ -30,7 +30,7 @@ ifeq ($(MATROSKA_INTERNAL),yes)
|
||||
SRCS += demux_mkv.c ebml.c
|
||||
endif
|
||||
ifeq ($(MATROSKA_EXTERNAL),yes)
|
||||
CPLUSPLUSSRCS += demux_mkv.cpp
|
||||
CPLUSPLUSSRCS += demux_mkv_old.cpp
|
||||
endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user