aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJames Brown2004-01-18 05:55:28 +0000
committerJames Brown2004-01-18 05:55:28 +0000
commit8a6641826b0f464509159cbdc2a3e19b1d5d20f5 (patch)
treef481d2969f331fd4be650d827293e65f318aa87c /configure
parentad46828d1c8fb68c3c44c5c38c5ac9b2031a2fc9 (diff)
downloadscummvm-rg350-8a6641826b0f464509159cbdc2a3e19b1d5d20f5.tar.gz
scummvm-rg350-8a6641826b0f464509159cbdc2a3e19b1d5d20f5.tar.bz2
scummvm-rg350-8a6641826b0f464509159cbdc2a3e19b1d5d20f5.zip
Copy mpeg2 status to BS1 as well.
svn-id: r12466
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index a5f4e375e7..ce5bec5f05 100755
--- a/configure
+++ b/configure
@@ -609,6 +609,11 @@ if test "$_build_sky" = yes ; then
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"