mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-04 03:28:05 +00:00
Don't prefix yasm with cross prefix.
Patch by Michael Kostylev <mik at it-1 dot ru> Originally committed as revision 16463 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8b6871ed4d
commit
b6e736a131
1
configure
vendored
1
configure
vendored
@ -1277,7 +1277,6 @@ cc_default="${cross_prefix}${cc_default}"
|
|||||||
nm_default="${cross_prefix}${nm_default}"
|
nm_default="${cross_prefix}${nm_default}"
|
||||||
ranlib="${cross_prefix}${ranlib}"
|
ranlib="${cross_prefix}${ranlib}"
|
||||||
strip="${cross_prefix}${strip}"
|
strip="${cross_prefix}${strip}"
|
||||||
yasmexe="${cross_prefix}${yasmexe}"
|
|
||||||
|
|
||||||
set_default cc nm
|
set_default cc nm
|
||||||
enabled cross_compile || host_cc_default=$cc
|
enabled cross_compile || host_cc_default=$cc
|
||||||
|
Loading…
Reference in New Issue
Block a user