[Scummvm-cvs-logs] SF.net SVN: scummvm:[39035] scummvm/trunk/configure

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sun Mar 1 13:19:28 CET 2009


Revision: 39035
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39035&view=rev
Author:   eriktorbjorn
Date:     2009-03-01 12:19:28 +0000 (Sun, 01 Mar 2009)

Log Message:
-----------
By default, do not check for libmpeg2. Currently, there's no engine that needs it
though I guess it's possible that some will in the future.

Modified Paths:
--------------
    scummvm/trunk/configure

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2009-03-01 12:08:56 UTC (rev 39034)
+++ scummvm/trunk/configure	2009-03-01 12:19:28 UTC (rev 39035)
@@ -62,7 +62,7 @@
 _mad=auto
 _alsa=auto
 _zlib=auto
-_mpeg2=auto
+_mpeg2=no
 _fluidsynth=auto
 _mt32emu=yes
 # default option behaviour yes/no
@@ -630,7 +630,7 @@
   --disable-zlib           disable zlib (compression) support [autodetect]
 
   --with-mpeg2-prefix=DIR  Prefix where libmpeg2 is installed (optional)
-  --disable-mpeg2          disable mpeg2 codec for cutscenes [autodetect]
+  --enable-mpeg2           enable mpeg2 codec for cutscenes [no]
 
   --with-fluidsynth-prefix=DIR  Prefix where libfluidsynth is installed (optional)
   --disable-fluidsynth     disable fluidsynth MIDI driver [autodetect]
@@ -679,7 +679,7 @@
 	--disable-zlib)           _zlib=no        ;;
 	--enable-nasm)            _nasm=yes       ;;
 	--disable-nasm)           _nasm=no        ;;
-	--disable-mpeg2)          _mpeg2=no       ;;
+	--enable-mpeg2)           _mpeg2=yes      ;;
 	--disable-fluidsynth)     _fluidsynth=no  ;;
 	--enable-plugins)         _dynamic_modules=yes ;;
 	--default-dynamic)        _plugins_default=dynamic ;;


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