diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2017-02-19 14:38:19 +0100 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2017-12-22 15:38:28 +0100 |
commit | 796b69362993817c47f203f585d6bf9dfd95a3d6 (patch) | |
tree | 5475d0c58a52c7dce326d67599f59a4e2d856847 /recipes-images | |
parent | a412758a4482552c15bb662ef95a8c9e7aa0b813 (diff) |
images: remove gstreamer ivorbis plugin
It is no longer built by default since oe-core commit 958926dd51d5e18ef983280a6e3b50fc8f33eb12:
Even old hardware these days doesn't really need fixed-integer Vorbis decoding
by default, so disable Tremor out of the box.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-images')
-rw-r--r-- | recipes-images/images/angstrom-lxde-image.bb | 1 | ||||
-rw-r--r-- | recipes-images/images/angstrom-qt-x11-image.bb | 1 | ||||
-rw-r--r-- | recipes-images/images/angstrom-qt5-x11-image.bb | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/recipes-images/images/angstrom-lxde-image.bb b/recipes-images/images/angstrom-lxde-image.bb index e8eadba..0bc1241 100644 --- a/recipes-images/images/angstrom-lxde-image.bb +++ b/recipes-images/images/angstrom-lxde-image.bb @@ -65,7 +65,6 @@ GSTREAMER = " \ gstreamer1.0-plugins-base-audioresample \ gstreamer1.0-plugins-base-audiotestsrc \ gstreamer1.0-plugins-base-typefindfunctions \ - gstreamer1.0-plugins-base-ivorbisdec \ gstreamer1.0-plugins-base-ogg \ gstreamer1.0-plugins-base-theora \ gstreamer1.0-plugins-base-videotestsrc \ diff --git a/recipes-images/images/angstrom-qt-x11-image.bb b/recipes-images/images/angstrom-qt-x11-image.bb index 6db2638..7ff61e8 100644 --- a/recipes-images/images/angstrom-qt-x11-image.bb +++ b/recipes-images/images/angstrom-qt-x11-image.bb @@ -54,7 +54,6 @@ GSTREAMER = " \ gstreamer1.0-plugins-base-audioresample \ gstreamer1.0-plugins-base-audiotestsrc \ gstreamer1.0-plugins-base-typefindfunctions \ - gstreamer1.0-plugins-base-ivorbisdec \ gstreamer1.0-plugins-base-ogg \ gstreamer1.0-plugins-base-theora \ gstreamer1.0-plugins-base-videotestsrc \ diff --git a/recipes-images/images/angstrom-qt5-x11-image.bb b/recipes-images/images/angstrom-qt5-x11-image.bb index 5ce320a..f25271a 100644 --- a/recipes-images/images/angstrom-qt5-x11-image.bb +++ b/recipes-images/images/angstrom-qt5-x11-image.bb @@ -60,7 +60,6 @@ GSTREAMER = " \ gstreamer1.0-plugins-base-audioresample \ gstreamer1.0-plugins-base-audiotestsrc \ gstreamer1.0-plugins-base-typefindfunctions \ - gstreamer1.0-plugins-base-ivorbisdec \ gstreamer1.0-plugins-base-ogg \ gstreamer1.0-plugins-base-theora \ gstreamer1.0-plugins-base-videotestsrc \ |