1
0
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:
arpi 2004-01-23 21:34:28 +00:00
parent ac311f16f5
commit 0bd9ce052f
2 changed files with 1 additions and 1 deletions

View File

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