[Mplayer-cvslog] CVS: main/libmpdemux Makefile,1.74,1.75
Arpi of Ize
arpi at mplayerhq.hu
Fri Jan 23 22:34:31 CET 2004
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/tmp/cvs-serv18812
Modified Files:
Makefile
Log Message:
mkv.cpp -> mkv_old.cpp, to avoid dependency name collision with mkv.c
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/Makefile,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- Makefile 19 Jan 2004 19:16:10 -0000 1.74
+++ Makefile 23 Jan 2004 21:34:28 -0000 1.75
@@ -30,7 +30,7 @@
SRCS += demux_mkv.c ebml.c
endif
ifeq ($(MATROSKA_EXTERNAL),yes)
-CPLUSPLUSSRCS += demux_mkv.cpp
+CPLUSPLUSSRCS += demux_mkv_old.cpp
endif
More information about the MPlayer-cvslog
mailing list