Mercurial > mplayer.hg
comparison configure @ 27913:7f579d5a91e0
Set _have_yasm to "no" if yasm detection failed.
author | diego |
---|---|
date | Mon, 17 Nov 2008 15:02:24 +0000 |
parents | bcf4bb8e48e7 |
children | 2387b30a1d10 |
comparison
equal
deleted
inserted
replaced
27912:73c7a62c1d35 | 27913:7f579d5a91e0 |
---|---|
2430 _def_yasm='#define HAVE_YASM 1' | 2430 _def_yasm='#define HAVE_YASM 1' |
2431 _have_yasm="yes" | 2431 _have_yasm="yes" |
2432 echores "$_yasm" | 2432 echores "$_yasm" |
2433 else | 2433 else |
2434 _def_yasm='#undef HAVE_YASM' | 2434 _def_yasm='#undef HAVE_YASM' |
2435 _have_yasm="no" | |
2435 echores "no" | 2436 echores "no" |
2436 fi | 2437 fi |
2437 | 2438 |
2438 #FIXME: This should happen before the check for CFLAGS.. | 2439 #FIXME: This should happen before the check for CFLAGS.. |
2439 if ppc && ( test "$_altivec" = yes || test "$_runtime_cpudetection" = yes ) ; then | 2440 if ppc && ( test "$_altivec" = yes || test "$_runtime_cpudetection" = yes ) ; then |