diff options
author | Samuli Piippo <samuli.piippo@digia.com> | 2013-05-30 13:52:42 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@digia.com> | 2013-06-03 08:55:05 +0300 |
commit | 33970796d81fad328368d7b015077dd81e7e255b (patch) | |
tree | ab9bbce6f30550d31f24cec293ae0ce6a02b799d /conf/distro | |
parent | d5d69600e5afbf398e129071378a5655478ad4b9 (diff) | |
download | meta-boot2qt-33970796d81fad328368d7b015077dd81e7e255b.tar.gz |
Include ffmpeg gstreamer plugin to image
FFmpeg provides more video decoding capabilities.
Needed some hacks to keep mesa from getting pulled in.
Change-Id: I1129d08cc61ad39154cb2f76d656d9dfc0a3075f
Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/b2qt.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/b2qt.conf b/conf/distro/b2qt.conf index 07bf5da..61c4442 100644 --- a/conf/distro/b2qt.conf +++ b/conf/distro/b2qt.conf | |||
@@ -14,6 +14,8 @@ SANITY_TESTED_DISTROS += " \ | |||
14 | 14 | ||
15 | include conf/distro/include/image_type.conf | 15 | include conf/distro/include/image_type.conf |
16 | 16 | ||
17 | PREFERRED_PROVIDER_virtual/libgl_omap3 = "libgles-omap3" | ||
18 | |||
17 | SYSVINIT_ENABLED_GETTYS = "" | 19 | SYSVINIT_ENABLED_GETTYS = "" |
18 | 20 | ||
19 | DISTRO_FEATURES ?= "alsa argp bluetooth ext2 largefile usbgadget usbhost wifi xattr nfs nfc ${DISTRO_FEATURES_LIBC}" | 21 | DISTRO_FEATURES ?= "alsa argp bluetooth ext2 largefile usbgadget usbhost wifi xattr nfs nfc ${DISTRO_FEATURES_LIBC}" |