diff options
author | Matthias Schneider <ma30002000@yahoo.de> | 2007-09-17 08:23:23 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-09-17 08:23:23 +0000 |
commit | 1051cc4f891d44afa70346166b52aebe0816a8f6 (patch) | |
tree | ef920572c4b802ad0b600acba62ca18b7e60128b | |
parent | 9dc0bc3dadbc01b350b84c0079de391cb6015094 (diff) | |
download | ffmpeg-1051cc4f891d44afa70346166b52aebe0816a8f6.tar.gz |
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
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1220,7 +1220,6 @@ cc="${cross_prefix}${cc}" ar="${cross_prefix}${ar}" ranlib="${cross_prefix}${ranlib}" strip="${cross_prefix}${strip}" -ln_s="${cross_prefix}${ln_s}" # we need to build at least one lib type if ! enabled_any static shared; then |