[FFmpeg-devel] [PATCH] add libopencore support for AMR variants
Ramiro Polla
ramiro.polla
Sat May 23 00:17:30 CEST 2009
On Fri, May 22, 2009 at 7:15 AM, Diego Biurrun <diego at biurrun.de> wrote:
> The LGPL v3 configure changes would be committed separately.
> @@ -2386,6 +2402,9 @@
> license="LGPL version 2.1 or later"
> if enabled nonfree; then
> license="nonfree and unredistributable"
> +elif enabled lgplv3; then
> + license="LGPL version 3 or later"
> + enabled gpl && license="GPL version 3 or later"
> elif enabled gpl; then
> license="GPL version 2 or later"
> fi
lgpl v3 + gpl = gpl v3 ?
What about --enable-gplv3 to make it explicit?
Ramiro Polla
More information about the ffmpeg-devel
mailing list