mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 03:28:27 +00:00
require --enable-gpl for using the frei0r filter
frei0r license is GPL. Based on a patch by Timothy Gu <timothygu99@gmail.com>. See thread: Subject: [FFmpeg-devel] [PATCH 1/2] LICENSE: Complete GPL'd external libraries list Date: Thu, 6 Jun 2013 18:55:30 -0700
This commit is contained in:
parent
e0135a4bcd
commit
28aed88b73
1
LICENSE
1
LICENSE
@ -73,6 +73,7 @@ compatible libraries
|
|||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
The following libraries are under GPL:
|
The following libraries are under GPL:
|
||||||
|
- frei0r
|
||||||
- libcdio
|
- libcdio
|
||||||
- libutvideo
|
- libutvideo
|
||||||
- libvidstab
|
- libvidstab
|
||||||
|
1
configure
vendored
1
configure
vendored
@ -3693,6 +3693,7 @@ die_license_disabled_gpl() {
|
|||||||
enabled $1 || { enabled $2 && die "$2 is incompatible with the gpl and --enable-$1 is not specified."; }
|
enabled $1 || { enabled $2 && die "$2 is incompatible with the gpl and --enable-$1 is not specified."; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
die_license_disabled gpl frei0r
|
||||||
die_license_disabled gpl libcdio
|
die_license_disabled gpl libcdio
|
||||||
die_license_disabled gpl libutvideo
|
die_license_disabled gpl libutvideo
|
||||||
die_license_disabled gpl libvidstab
|
die_license_disabled gpl libvidstab
|
||||||
|
Loading…
Reference in New Issue
Block a user