mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-17 04:54:55 +00:00
Remove cross_prefix from ln command.
patch by Matthias Schneider, ma30002000 yahoo de Originally committed as revision 10515 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9dc0bc3dad
commit
1051cc4f89
1
configure
vendored
1
configure
vendored
@ -1220,7 +1220,6 @@ cc="${cross_prefix}${cc}"
|
|||||||
ar="${cross_prefix}${ar}"
|
ar="${cross_prefix}${ar}"
|
||||||
ranlib="${cross_prefix}${ranlib}"
|
ranlib="${cross_prefix}${ranlib}"
|
||||||
strip="${cross_prefix}${strip}"
|
strip="${cross_prefix}${strip}"
|
||||||
ln_s="${cross_prefix}${ln_s}"
|
|
||||||
|
|
||||||
# we need to build at least one lib type
|
# we need to build at least one lib type
|
||||||
if ! enabled_any static shared; then
|
if ! enabled_any static shared; then
|
||||||
|
Loading…
Reference in New Issue
Block a user