mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
configure: opensolaris install is not compatible with ffmpeg, allow overriding it.
ginstall works on opensolaris. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
9132f2ad0c
commit
7a88617c43
4
configure
vendored
4
configure
vendored
@ -1183,6 +1183,7 @@ CMDLINE_SET="
|
||||
host_ldflags
|
||||
host_libs
|
||||
host_os
|
||||
install
|
||||
ld
|
||||
logfile
|
||||
malloc_prefix
|
||||
@ -1633,6 +1634,7 @@ ar_default="ar"
|
||||
cc_default="gcc"
|
||||
cc_version=\"unknown\"
|
||||
host_cc_default="gcc"
|
||||
install="install"
|
||||
ln_s="ln -sf"
|
||||
nm_default="nm"
|
||||
objformat="elf"
|
||||
@ -3351,7 +3353,7 @@ SDL_LIBS=$sdl_libs
|
||||
SDL_CFLAGS=$sdl_cflags
|
||||
LIB_INSTALL_EXTRA_CMD=$LIB_INSTALL_EXTRA_CMD
|
||||
EXTRALIBS=$extralibs
|
||||
INSTALL=install
|
||||
INSTALL=$install
|
||||
LIBTARGET=${LIBTARGET}
|
||||
SLIBNAME=${SLIBNAME}
|
||||
SLIBNAME_WITH_VERSION=${SLIBNAME_WITH_VERSION}
|
||||
|
Loading…
Reference in New Issue
Block a user