diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2015-03-13 14:49:17 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-20 11:03:43 +0000 |
commit | 7197dab59c5981d664a0ac84d07022cc96236190 (patch) | |
tree | 2e76d4c01e9d926d53480a6c9fe38a3a07c53078 | |
parent | c65e36478fb888db71adb9aa5ed552de1d5b84ba (diff) | |
download | poky-7197dab59c5981d664a0ac84d07022cc96236190.tar.gz |
gst-player: Depend on -libav if commercial license is enabled
gstreamer1.0-libav makes AAC playback possible but is protected by
the "commercial" LICENSE_FLAGS: recommend -libav if those licenses
are enabled.
(From OE-Core rev: 15df9519e3c22dac77d4d06bb4832e12ffadf5df)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-player_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-player_git.bb b/meta/recipes-multimedia/gstreamer/gst-player_git.bb index 988c407c9d..3dde15111e 100644 --- a/meta/recipes-multimedia/gstreamer/gst-player_git.bb +++ b/meta/recipes-multimedia/gstreamer/gst-player_git.bb | |||
@@ -32,4 +32,5 @@ RDEPENDS_${PN}-bin = "gstreamer1.0-plugins-base-playback" | |||
32 | RRECOMMENDS_${PN}-bin = "gstreamer1.0-plugins-base-meta \ | 32 | RRECOMMENDS_${PN}-bin = "gstreamer1.0-plugins-base-meta \ |
33 | gstreamer1.0-plugins-good-meta \ | 33 | gstreamer1.0-plugins-good-meta \ |
34 | gstreamer1.0-plugins-bad-meta \ | 34 | gstreamer1.0-plugins-bad-meta \ |
35 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "gstreamer1.0-libav", "", d)} \ | ||
35 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "gstreamer1.0-plugins-ugly-meta", "", d)}" | 36 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "gstreamer1.0-plugins-ugly-meta", "", d)}" |