Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-05-18 02:03:19 +0400
committerMichael Niedermayer <michaelni@gmx.at>2011-05-18 02:08:59 +0400
commit7a88617c43ce534d94591dd78d4958333492b939 (patch)
treee263ef049e8b8d86017f27b0fe9ee56acb610480 /configure
parent9132f2ad0c064b5cebfc0e7ad562ac0cfd67a79e (diff)
configure: opensolaris install is not compatible with ffmpeg, allow overriding it.
ginstall works on opensolaris. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 15f1c4293d..2ea8a02a43 100755
--- a/configure
+++ b/configure
@@ -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}