mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-07 04:57:57 +00:00
configure: fix licence check function
Originally committed as revision 18717 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a068a7f1f0
commit
4c27207c12
2
configure
vendored
2
configure
vendored
@ -1737,7 +1737,7 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
die_license_disabled() {
|
die_license_disabled() {
|
||||||
enabled $1 || enabled $2 && die "$2 is $1 and --enable-$1 is not specified."
|
enabled $1 || { enabled $2 && die "$2 is $1 and --enable-$1 is not specified."; }
|
||||||
}
|
}
|
||||||
|
|
||||||
die_license_disabled gpl libfaad2
|
die_license_disabled gpl libfaad2
|
||||||
|
Loading…
Reference in New Issue
Block a user