You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
configure: Separate "ln" command line arguments
This is more compatible and not more complicated.
This commit is contained in:
3
configure
vendored
3
configure
vendored
@@ -1864,7 +1864,7 @@ ar_default="ar"
|
|||||||
cc_default="gcc"
|
cc_default="gcc"
|
||||||
host_cc_default="gcc"
|
host_cc_default="gcc"
|
||||||
cp_f="cp -f"
|
cp_f="cp -f"
|
||||||
ln_s="ln -sf"
|
ln_s="ln -s -f"
|
||||||
nm_default="nm -g"
|
nm_default="nm -g"
|
||||||
objformat="elf"
|
objformat="elf"
|
||||||
pkg_config_default=pkg-config
|
pkg_config_default=pkg-config
|
||||||
@@ -3077,7 +3077,6 @@ case $target_os in
|
|||||||
network_extralibs='-lbsd'
|
network_extralibs='-lbsd'
|
||||||
exeobjs=compat/plan9/main.o
|
exeobjs=compat/plan9/main.o
|
||||||
disable avserver
|
disable avserver
|
||||||
ln_s='ln -s -f'
|
|
||||||
cp_f='cp'
|
cp_f='cp'
|
||||||
;;
|
;;
|
||||||
none)
|
none)
|
||||||
|
Reference in New Issue
Block a user