summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc
diff options
context:
space:
mode:
authorCarlos Rafael Giani <dv@pseudoterminal.org>2015-11-05 17:20:00 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-11-16 11:39:35 +0000
commit2459ec2b3166d466e4e8d501731614291eb67633 (patch)
tree12c7901a4680a6e6e5be8d222660380e4a762f50 /meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc
parentbce06e751a4ab7ca9a90bfab41643a4a446d0e99 (diff)
downloadpoky-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.inc4
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"
3LICENSE = "GPLv2+ & LGPLv2+ & ( (GPLv2+ & LGPLv2.1+) | (GPLv3+ & LGPLv3+) )" 3LICENSE = "GPLv2+ & LGPLv2+ & ( (GPLv2+ & LGPLv2.1+) | (GPLv3+ & LGPLv3+) )"
4LICENSE_FLAGS = "commercial" 4LICENSE_FLAGS = "commercial"
5HOMEPAGE = "http://www.gstreamer.net/" 5HOMEPAGE = "http://www.gstreamer.net/"
6DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base zlib bzip2" 6DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base zlib bzip2 xz"
7 7
8inherit autotools pkgconfig 8inherit 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.
13PACKAGECONFIG ??= " orc yasm " 13PACKAGECONFIG ??= " orc yasm "
14PACKAGECONFIG[libav] = "--with-system-libav,,libav" 14PACKAGECONFIG[libav] = "--with-system-libav,,libav"
15PACKAGECONFIG[lgpl] = "--enable-lgpl,," 15PACKAGECONFIG[gpl] = "--enable-gpl,--disable-gpl,"
16PACKAGECONFIG[yasm] = "--enable-yasm,--disable-yasm,yasm-native" 16PACKAGECONFIG[yasm] = "--enable-yasm,--disable-yasm,yasm-native"
17PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc" 17PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc"
18 18