[Scummvm-cvs-logs] CVS: scummvm configure,1.127,1.128

Jonathan Gray khalek at users.sourceforge.net
Wed Aug 10 05:46:26 CEST 2005


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26483

Modified Files:
	configure 
Log Message:
Don't explicity check for tremor and vorbis everywhere and
require both USE_TREMOR and USE_VORBIS to be defined when
using tremor.


Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -d -r1.127 -r1.128
--- configure	21 Jul 2005 00:04:01 -0000	1.127
+++ configure	10 Aug 2005 12:42:55 -0000	1.128
@@ -945,6 +945,7 @@
 fi
 if test "$_tremor" = yes && test "$_vorbis" = no; then
   _def_tremor='#define USE_TREMOR'
+  _def_vorbis='#define USE_VORBIS'
   LIBS="$LIBS $TREMOR_LIBS -lvorbisidec"
   INCLUDES="$INCLUDES $TREMOR_CFLAGS"
 else





More information about the Scummvm-git-logs mailing list