mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-30 23:43:10 +00:00
Copy mpeg2 status to BS1 as well.
svn-id: r12466
This commit is contained in:
parent
ad46828d1c
commit
8a6641826b
5
configure
vendored
5
configure
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user