From b6e736a1318a4c6ab9cbb4e8a4b443f12923eb16 Mon Sep 17 00:00:00 2001 From: Michael Kostylev Date: Wed, 7 Jan 2009 04:21:26 +0000 Subject: [PATCH] Don't prefix yasm with cross prefix. Patch by Michael Kostylev Originally committed as revision 16463 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index 124e378978..2c42b47c70 100755 --- a/configure +++ b/configure @@ -1277,7 +1277,6 @@ cc_default="${cross_prefix}${cc_default}" nm_default="${cross_prefix}${nm_default}" ranlib="${cross_prefix}${ranlib}" strip="${cross_prefix}${strip}" -yasmexe="${cross_prefix}${yasmexe}" set_default cc nm enabled cross_compile || host_cc_default=$cc