diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-01-20 16:06:00 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-24 09:40:24 +0000 |
commit | a32ac26c321dfa16cff42e90d021070d16693011 (patch) | |
tree | 0b9852f73506fa44257629031d5b22c66e02203a /meta | |
parent | 97e07529671be823f052b1bc15da48dc7ba256c8 (diff) | |
download | poky-a32ac26c321dfa16cff42e90d021070d16693011.tar.gz |
gstreamer1.0-plugins-bad.inc: update hls dependency gnutls -> nettle
The HLS plugin requires AES decryption and links with nettle, not
with gnutls.
http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/configure.ac?h=1.6&id=7dee47fe39223d8a98615f03f34d9221f9e8a6c1#n3038
(From OE-Core rev: e914bda2025ad4ce5d2290c59aaaf659979f1543)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc index 689d3ad7a3..c4199bd739 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | |||
@@ -33,7 +33,7 @@ PACKAGECONFIG[flite] = "--enable-flite,--disable-flite,flite-alsa" | |||
33 | PACKAGECONFIG[fluidsynth] = "--enable-fluidsynth,--disable-fluidsynth,fluidsynth" | 33 | PACKAGECONFIG[fluidsynth] = "--enable-fluidsynth,--disable-fluidsynth,fluidsynth" |
34 | PACKAGECONFIG[gles2] = "--enable-gles2,--disable-gles2,virtual/libgles2" | 34 | PACKAGECONFIG[gles2] = "--enable-gles2,--disable-gles2,virtual/libgles2" |
35 | PACKAGECONFIG[gtk] = "--enable-gtk3,--disable-gtk3,gtk+3" | 35 | PACKAGECONFIG[gtk] = "--enable-gtk3,--disable-gtk3,gtk+3" |
36 | PACKAGECONFIG[hls] = "--enable-hls,--disable-hls,gnutls" | 36 | PACKAGECONFIG[hls] = "--enable-hls,--disable-hls,nettle" |
37 | PACKAGECONFIG[libmms] = "--enable-libmms,--disable-libmms,libmms" | 37 | PACKAGECONFIG[libmms] = "--enable-libmms,--disable-libmms,libmms" |
38 | PACKAGECONFIG[libssh2] = "--enable-libssh2,--disable-libssh2,libssh2" | 38 | PACKAGECONFIG[libssh2] = "--enable-libssh2,--disable-libssh2,libssh2" |
39 | PACKAGECONFIG[modplug] = "--enable-modplug,--disable-modplug,libmodplug" | 39 | PACKAGECONFIG[modplug] = "--enable-modplug,--disable-modplug,libmodplug" |