[FFmpeg-cvslog] r16463 - trunk/configure
ramiro
subversion
Wed Jan 7 05:21:27 CET 2009
Author: ramiro
Date: Wed Jan 7 05:21:26 2009
New Revision: 16463
Log:
Don't prefix yasm with cross prefix.
Patch by Michael Kostylev <mik at it-1 dot ru>
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Wed Jan 7 02:58:04 2009 (r16462)
+++ trunk/configure Wed Jan 7 05:21:26 2009 (r16463)
@@ -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
More information about the ffmpeg-cvslog
mailing list