diff options
author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2015-11-05 17:20:00 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-16 11:39:35 +0000 |
commit | 2459ec2b3166d466e4e8d501731614291eb67633 (patch) | |
tree | 12c7901a4680a6e6e5be8d222660380e4a762f50 /meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc | |
parent | bce06e751a4ab7ca9a90bfab41643a4a446d0e99 (diff) | |
download | poky-2459ec2b3166d466e4e8d501731614291eb67633.tar.gz |
gstreamer1.0-libav: upgrade to version 1.6.1
The lgpl PACKAGECONFIG is replaced by a gpl one,
since the LGPL build is the default now. There is no
--enable-lgpl switch anymore, it got replaced by
--enable-gpl.
(From OE-Core rev: ef620928b5caadae939e2759b1c3933084ad9ebb)
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc index 84e6e95d36..5d86205cf8 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc | |||
@@ -3,7 +3,7 @@ SECTION = "multimedia" | |||
3 | LICENSE = "GPLv2+ & LGPLv2+ & ( (GPLv2+ & LGPLv2.1+) | (GPLv3+ & LGPLv3+) )" | 3 | LICENSE = "GPLv2+ & LGPLv2+ & ( (GPLv2+ & LGPLv2.1+) | (GPLv3+ & LGPLv3+) )" |
4 | LICENSE_FLAGS = "commercial" | 4 | LICENSE_FLAGS = "commercial" |
5 | HOMEPAGE = "http://www.gstreamer.net/" | 5 | HOMEPAGE = "http://www.gstreamer.net/" |
6 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base zlib bzip2" | 6 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base zlib bzip2 xz" |
7 | 7 | ||
8 | inherit autotools pkgconfig | 8 | inherit autotools pkgconfig |
9 | 9 | ||
@@ -12,7 +12,7 @@ inherit autotools pkgconfig | |||
12 | # libav copy included in the gst-libav package. | 12 | # libav copy included in the gst-libav package. |
13 | PACKAGECONFIG ??= " orc yasm " | 13 | PACKAGECONFIG ??= " orc yasm " |
14 | PACKAGECONFIG[libav] = "--with-system-libav,,libav" | 14 | PACKAGECONFIG[libav] = "--with-system-libav,,libav" |
15 | PACKAGECONFIG[lgpl] = "--enable-lgpl,," | 15 | PACKAGECONFIG[gpl] = "--enable-gpl,--disable-gpl," |
16 | PACKAGECONFIG[yasm] = "--enable-yasm,--disable-yasm,yasm-native" | 16 | PACKAGECONFIG[yasm] = "--enable-yasm,--disable-yasm,yasm-native" |
17 | PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc" | 17 | PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc" |
18 | 18 | ||