projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b6871e
)
Don't prefix yasm with cross prefix.
author
Michael Kostylev
<michael.kostylev@gmail.com>
Wed, 7 Jan 2009 04:21:26 +0000
(
04:21
+0000)
committer
Ramiro Polla
<ramiro.polla@gmail.com>
Wed, 7 Jan 2009 04:21:26 +0000
(
04:21
+0000)
Patch by Michael Kostylev <mik at it-1 dot ru>
Originally committed as revision 16463 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 124e3789786be17b4b47b47ef2ef16003e129aff..2c42b47c7046af496ab9c43c02d27a2ea2eb92f2 100755
(executable)
--- 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