[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


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"





More information about the Scummvm-git-logs mailing list