diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-03-30 16:36:40 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-03-31 03:23:03 +0200 |
commit | 3025e84409f16407e50fd5f41e7cfd6c22066cee (patch) | |
tree | f17057da49a235ea1f652e49f17e5fc78bb11667 | |
parent | 5dcb8aa0ba46e16b929c7c7fc9cea2d6c26201f4 (diff) | |
download | buildroot-3025e84409f16407e50fd5f41e7cfd6c22066cee.tar.gz buildroot-3025e84409f16407e50fd5f41e7cfd6c22066cee.zip |
gst1-libav: add license info
Now that we use unbundled ffmpeg the licensing becomes much easier.
Relevant code is under ext/*, which according to COPYING and comments is
GPLv2+, except for ext/libswscale/gstffmpegscale.c which is LGPLv2+ -
however that's not built/used when using system ffmpeg.
The code under gst-libs/ is the bundled ffmpeg itself.
Tests are under LGPLv2+ as well but we don't build them since we
disabled gst-check support in the gstreamer1 package.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/gstreamer1/gst1-libav/gst1-libav.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/gstreamer1/gst1-libav/gst1-libav.mk b/package/gstreamer1/gst1-libav/gst1-libav.mk index 02ac394b45..d878ec8f71 100644 --- a/package/gstreamer1/gst1-libav/gst1-libav.mk +++ b/package/gstreamer1/gst1-libav/gst1-libav.mk @@ -12,5 +12,7 @@ GST1_LIBAV_DEPENDENCIES = \ host-pkgconf ffmpeg gstreamer1 gst1-plugins-base \ $(if $(BR2_PACKAGE_BZIP2),bzip2) \ $(if $(BR2_PACKAGE_XZ),xz) +GST1_LIBAV_LICENSE = GPLv2+ +GST1_LIBAV_LICENSE_FILES = COPYING $(eval $(autotools-package)) |