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
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -1737,7 +1737,7 @@ fi
|
|||
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue