[Scummvm-cvs-logs] SF.net SVN: scummvm:[39034] scummvm/trunk/configure
eriktorbjorn at users.sourceforge.net
eriktorbjorn at users.sourceforge.net
Sun Mar 1 13:08:56 CET 2009
Revision: 39034
http://scummvm.svn.sourceforge.net/scummvm/?rev=39034&view=rev
Author: eriktorbjorn
Date: 2009-03-01 12:08:56 +0000 (Sun, 01 Mar 2009)
Log Message:
-----------
Don't use the words "MPEG" and "Broken Sword" in the same sentence. Ever.
Modified Paths:
--------------
scummvm/trunk/configure
Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure 2009-03-01 12:08:44 UTC (rev 39033)
+++ scummvm/trunk/configure 2009-03-01 12:08:56 UTC (rev 39034)
@@ -538,20 +538,6 @@
}
# Engine specific build strings
-get_sword1_build_string() {
- if test $2 != no ; then
- if test "$_mpeg2" = yes ; then
- echo "(w/ mpeg2 cutscenes)"
- else
- echo "(without mpeg2 cutscenes)"
- fi
- fi
-}
-
-get_sword2_build_string() {
- get_sword1_build_string $1 $2
-}
-
get_scumm_build_string() {
if test `get_engine_build $1` != no ; then
if test $2 != no ; then
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list