aboutsummaryrefslogtreecommitdiff
path: root/lib/ffmpeg/configure
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ffmpeg/configure')
-rwxr-xr-xlib/ffmpeg/configure4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ffmpeg/configure b/lib/ffmpeg/configure
index a62e1314c9..fec801c095 100755
--- a/lib/ffmpeg/configure
+++ b/lib/ffmpeg/configure
@@ -215,6 +215,7 @@ Advanced options (experts only):
--arch=ARCH select architecture [$arch]
--cpu=CPU select the minimum required CPU (affects
instruction selection, may crash on older CPUs)
+ --custom-libname-with-major=NAME custom library name with major [$SLIBNAME_WITH_MAJOR]
--disable-asm disable all assembler optimizations
--disable-altivec disable AltiVec optimizations
--disable-amd3dnow disable 3DNow! optimizations
@@ -1131,6 +1132,7 @@ CMDLINE_SET="
cc
cpu
cross_prefix
+ custom_libname_with_major
dep_cc
extra_version
host_cc
@@ -2477,6 +2479,8 @@ fi
disabled static && LIBNAME=""
+test -n "$custom_libname_with_major" && SLIBNAME_WITH_MAJOR="$custom_libname_with_major"
+
die_license_disabled() {
enabled $1 || { enabled $2 && die "$2 is $1 and --enable-$1 is not specified."; }
}