diff options
author | Sven Neumann <s.neumann@raumfeld.com> | 2009-12-04 00:02:03 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-12-08 21:50:29 +0100 |
commit | 63dd44dbcdc6eb8d8299f72993449a1cca3ad2e2 (patch) | |
tree | f172aa49a35ff1c8e3d899f5898c626cc4687f5e /package/multimedia/gst-plugins-bad/gst-plugins-bad.mk | |
parent | 989565d30543b2fecd3120a086579209a52704b9 (diff) |
gst-plugins-bad: allow the build of ivorbisdec plugin
Allow to select the ivorbisdec plugin using the tremor
fixed-point Ogg Vorbis decoder.
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/multimedia/gst-plugins-bad/gst-plugins-bad.mk')
-rw-r--r-- | package/multimedia/gst-plugins-bad/gst-plugins-bad.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/multimedia/gst-plugins-bad/gst-plugins-bad.mk b/package/multimedia/gst-plugins-bad/gst-plugins-bad.mk index 9a0955fd4..bd5b63334 100644 --- a/package/multimedia/gst-plugins-bad/gst-plugins-bad.mk +++ b/package/multimedia/gst-plugins-bad/gst-plugins-bad.mk @@ -336,6 +336,13 @@ else GST_PLUGINS_BAD_CONF_OPT += --disable-sdl endif +ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_TREMOR),y) +GST_PLUGINS_BAD_CONF_OPT += --enable-ivorbis +GST_PLUGINS_BAD_DEPENDENCIES += tremor +else +GST_PLUGINS_BAD_CONF_OPT += --disable-ivorbis +endif + ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_VCD),y) GST_PLUGINS_BAD_CONF_OPT += --enable-vcd else |