mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-02 20:35:37 +02:00
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>
This commit is contained in:
parent
c558122e4e
commit
8c94eab011
2
configure
vendored
2
configure
vendored
@ -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."; }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user