[Scummvm-cvs-logs] CVS: scummvm configure,1.60,1.61

Oliver Kiehl olki at users.sourceforge.net
Wed Jan 14 05:24:01 CET 2004


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv26326

Modified Files:
	configure 
Log Message:
* /execute/ the binary too. don't only compile it
* actually 0.3.2 is sufficient. no need for 0.4.0


Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- configure	14 Jan 2004 06:47:23 -0000	1.60
+++ configure	14 Jan 2004 13:23:16 -0000	1.61
@@ -567,7 +567,7 @@
 fi
 echo "$_zlib"
 
-echocheck "libmpeg2 >= 0.4.0"
+echocheck "libmpeg2 >= 0.3.2"
 if test "$_mpeg2" = auto ; then
   _mpeg2=no
   cat > $TMPC << EOF
@@ -578,13 +578,13 @@
 	mpeg2_state_t state;
 
         #ifdef MPEG2_RELEASE
-		if (MPEG2_RELEASE >= MPEG2_VERSION(0, 4, 0))
+		if (MPEG2_RELEASE >= MPEG2_VERSION(0, 3, 2))
 			return 0;
 	#endif
 	return 1;
 }
 EOF
-  cc_check $LDFLAGS $CXXFLAGS $MPEG2_CFLAGS $MPEG2_LIBS -lmpeg2 && _mpeg2=yes
+  cc_check $LDFLAGS $CXXFLAGS $MPEG2_CFLAGS $MPEG2_LIBS -lmpeg2 && $TMPO && _mpeg2=yes
 fi
 if test "$_mpeg2" = yes ; then
   _def_mpeg2='#define USE_MPEG2'





More information about the Scummvm-git-logs mailing list