[MPlayer-cvslog] r31793 - trunk/configure

reimar subversion at mplayerhq.hu
Sun Jul 25 10:40:45 CEST 2010


Author: reimar
Date: Sun Jul 25 10:40:45 2010
New Revision: 31793

Log:
Refuse to compile without yasm unless it was explicitly requested.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sat Jul 24 23:43:29 2010	(r31792)
+++ trunk/configure	Sun Jul 25 10:40:45 2010	(r31793)
@@ -2721,7 +2721,9 @@ else
 fi
 
 echo "pabsw xmm0, xmm0" > $TMPS
-yasm_check || _yasm=""
+if test "$_yasm" ; then
+  yasm_check || die "yasm not found, use --yasm='' if you really want to compile without"
+fi
 if test $_yasm ; then
   def_yasm='#define HAVE_YASM 1'
   have_yasm="yes"


More information about the MPlayer-cvslog mailing list