[Scummvm-cvs-logs] CVS: scummvm configure,1.61,1.62
James Brown
ender at users.sourceforge.net
Sat Jan 17 21:56:04 CET 2004
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sword1 animation.cpp,NONE,1.1 animation.h,NONE,1.1 logic.cpp,1.32,1.33 logic.h,1.10,1.11 module.mk,1.2,1.3 screen.cpp,1.36,1.37 screen.h,1.15,1.16 sword1.cpp,1.37,1.38
- Next message: [Scummvm-cvs-logs] CVS: scummvm/sword1 animation.h,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv23192
Modified Files:
configure
Log Message:
Copy mpeg2 status to BS1 as well.
Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- configure 14 Jan 2004 13:23:16 -0000 1.61
+++ configure 18 Jan 2004 05:55:28 -0000 1.62
@@ -609,6 +609,11 @@
fi
if test "$_build_bs1" = yes ; then
echo " Broken Sword I"
+ if test "$_mpeg2" = yes ; then
+ echo " (w/ mpeg2 cutscenes)"
+ else
+ echo " (without mpeg2 cutscenes)"
+ fi
fi
if test "$_build_bs2" = yes ; then
echo -n " Broken Sword II"
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sword1 animation.cpp,NONE,1.1 animation.h,NONE,1.1 logic.cpp,1.32,1.33 logic.h,1.10,1.11 module.mk,1.2,1.3 screen.cpp,1.36,1.37 screen.h,1.15,1.16 sword1.cpp,1.37,1.38
- Next message: [Scummvm-cvs-logs] CVS: scummvm/sword1 animation.h,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list