[MPlayer-cvslog] r27947 - trunk/configure

diego subversion at mplayerhq.hu
Mon Nov 17 16:02:24 CET 2008


Author: diego
Date: Mon Nov 17 16:02:24 2008
New Revision: 27947

Log:
Set _have_yasm to "no" if yasm detection failed.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Mon Nov 17 16:02:24 2008
@@ -2432,6 +2432,7 @@ if test $_yasm ; then
   echores "$_yasm"
 else
   _def_yasm='#undef HAVE_YASM'
+  _have_yasm="no"
   echores "no"
 fi
 



More information about the MPlayer-cvslog mailing list