diff options
author | Karthik Ramanan <a0393906@ti.com> | 2017-03-30 13:44:16 +0530 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-04-04 08:54:17 +0000 |
commit | e271cd07cead4d82310e3e5cb56fd17341275c41 (patch) | |
tree | d2e1a0ebfbf5bab559338e3dce9b893774dbf77d /meta-agl-bsp/conf | |
parent | af4eb6f5deed0ed1aee984b918f95824ad8b7d62 (diff) |
dra7xx: Enable GStreamer on the morty branch
Change-Id: Ida4de1eab50d7d83f6134ea0e7c27fd469517c5a
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Diffstat (limited to 'meta-agl-bsp/conf')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_dra7xx-evm.inc | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc b/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc index a9af2c877..6e0eabdf1 100644 --- a/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc +++ b/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc @@ -25,12 +25,10 @@ PREFERRED_VERSION_libgbm = "10.0.0" #------------------------------------------------- GSTREAMER_PLUGINS = " \ - " -# Disable due to broken build in morty -# gstreamer1.0-plugins-bad-meta \ -# gstreamer1.0-plugins-ducati \ -# gstreamer1.0-plugins-vpe \ -#" + gstreamer1.0-plugins-bad-meta \ + gstreamer1.0-plugins-ducati \ + gstreamer1.0-plugins-vpe \ +" PACKAGES_MULTIMEDIA = " \ ipumm-fw \ |