Commit 7a88617c authored by Michael Niedermayer's avatar Michael Niedermayer

configure: opensolaris install is not compatible with ffmpeg, allow overriding it.

ginstall works on opensolaris.
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 9132f2ad
...@@ -1183,6 +1183,7 @@ CMDLINE_SET=" ...@@ -1183,6 +1183,7 @@ CMDLINE_SET="
host_ldflags host_ldflags
host_libs host_libs
host_os host_os
install
ld ld
logfile logfile
malloc_prefix malloc_prefix
...@@ -1633,6 +1634,7 @@ ar_default="ar" ...@@ -1633,6 +1634,7 @@ ar_default="ar"
cc_default="gcc" cc_default="gcc"
cc_version=\"unknown\" cc_version=\"unknown\"
host_cc_default="gcc" host_cc_default="gcc"
install="install"
ln_s="ln -sf" ln_s="ln -sf"
nm_default="nm" nm_default="nm"
objformat="elf" objformat="elf"
...@@ -3351,7 +3353,7 @@ SDL_LIBS=$sdl_libs ...@@ -3351,7 +3353,7 @@ SDL_LIBS=$sdl_libs
SDL_CFLAGS=$sdl_cflags SDL_CFLAGS=$sdl_cflags
LIB_INSTALL_EXTRA_CMD=$LIB_INSTALL_EXTRA_CMD LIB_INSTALL_EXTRA_CMD=$LIB_INSTALL_EXTRA_CMD
EXTRALIBS=$extralibs EXTRALIBS=$extralibs
INSTALL=install INSTALL=$install
LIBTARGET=${LIBTARGET} LIBTARGET=${LIBTARGET}
SLIBNAME=${SLIBNAME} SLIBNAME=${SLIBNAME}
SLIBNAME_WITH_VERSION=${SLIBNAME_WITH_VERSION} SLIBNAME_WITH_VERSION=${SLIBNAME_WITH_VERSION}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment