aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilippos Karapetis2010-10-13 13:36:55 +0000
committerFilippos Karapetis2010-10-13 13:36:55 +0000
commit69e3e55acaf5615281fbc1add0671ed765728fd9 (patch)
treec7e5edc18235fe39227b39c0c46e74de2266199d
parentd83a70af43a1650b83a4f9295195181074489f2d (diff)
downloadscummvm-rg350-69e3e55acaf5615281fbc1add0671ed765728fd9.tar.gz
scummvm-rg350-69e3e55acaf5615281fbc1add0671ed765728fd9.tar.bz2
scummvm-rg350-69e3e55acaf5615281fbc1add0671ed765728fd9.zip
CONFIGURE: Fixed a bug with --disable-theoradec and made libtheoradec optional for
building sword25 If libtheoradec is missing then the engine still builds if requested, but the videos will be disabled (note that running the game with videos disabled is still untested) svn-id: r53419
-rwxr-xr-xconfigure9
1 files changed, 2 insertions, 7 deletions
diff --git a/configure b/configure
index cf6c5af524..ec11a3eee6 100755
--- a/configure
+++ b/configure
@@ -802,8 +802,8 @@ for ac_option in $@; do
--enable-indeo3) _indeo3=yes ;;
--disable-png) _png=no ;;
--enable-png) _png=yes ;;
- --disable-theoradec) _png=no ;;
- --enable-theoradec) _theoradec=yes ;;
+ --disable-theoradec) _theoradec=no ;;
+ --enable-theoradec) _theoradec=yes ;;
--disable-fluidsynth) _fluidsynth=no ;;
--enable-readline) _readline=yes ;;
--disable-readline) _readline=no ;;
@@ -2422,11 +2422,6 @@ if test ! "$_theoradec" = notsupported ; then
echo "$_theoradec"
fi
-if test `get_engine_build sword25` = yes && test ! "$_theoradec" = yes ; then
- echo "...disabling Broken Sword 2.5 engine. libtheoradec is required"
- engine_disable sword25
-fi
-
#
# Check for SEQ MIDI
#