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:
authorMans Rullgard <mans@mansr.com>2011-07-03 20:05:22 +0400
committerMans Rullgard <mans@mansr.com>2011-07-03 20:17:16 +0400
commit8c94eab011b1d2d1c5f70c2deff3a05e876fbb7d (patch)
tree3171eb7eb7b549ed50e720586b02907aeb56303e /configure
parentc558122e4ee53dc4cb82f87749a9c28c38ca9401 (diff)
configure: do not blank $LIBNAME if static libs disabled
Whatever reason this was done for no longer applies, and it causes lots of make warnings. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index 9cde17805d..e315afa1cb 100755
--- a/configure
+++ b/configure
@@ -2524,8 +2524,6 @@ EOF
exit 1;
fi
-disabled static && LIBNAME=""
-
die_license_disabled() {
enabled $1 || { enabled $2 && die "$2 is $1 and --enable-$1 is not specified."; }
}