[FFmpeg-cvslog] configure: Separate "ln" command line arguments
Diego Biurrun
git at videolan.org
Tue Feb 26 12:37:29 CET 2013
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Feb 25 15:51:47 2013 +0100| [b58b00aeca21de00ab6da2944684f784d9d6bc47] | committer: Diego Biurrun
configure: Separate "ln" command line arguments
This is more compatible and not more complicated.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b58b00aeca21de00ab6da2944684f784d9d6bc47
---
configure | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/configure b/configure
index 1b9a481..52cebb7 100755
--- a/configure
+++ b/configure
@@ -1864,7 +1864,7 @@ ar_default="ar"
cc_default="gcc"
host_cc_default="gcc"
cp_f="cp -f"
-ln_s="ln -sf"
+ln_s="ln -s -f"
nm_default="nm -g"
objformat="elf"
pkg_config_default=pkg-config
@@ -3077,7 +3077,6 @@ case $target_os in
network_extralibs='-lbsd'
exeobjs=compat/plan9/main.o
disable avserver
- ln_s='ln -s -f'
cp_f='cp'
;;
none)
More information about the ffmpeg-cvslog
mailing list