summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-02-12 12:17:27 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-02-12 12:17:27 +0100
commit4b7b696ec707efee04fe4303fbc2420416f066a1 (patch)
tree67e607b73d13c1027df73a407635d3f4f4749582
parent461ef0f0cf42a20ed041d61ff963983edb71afe5 (diff)
downloadptxdist-4b7b696ec707efee04fe4303fbc2420416f066a1.tar.gz
ptxdist-4b7b696ec707efee04fe4303fbc2420416f066a1.tar.xz
gst-plugins-ugly: enable lame/twolame plugins
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/gst-plugins-ugly.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/gst-plugins-ugly.in b/rules/gst-plugins-ugly.in
index 3589e14c3..cfef84a06 100644
--- a/rules/gst-plugins-ugly.in
+++ b/rules/gst-plugins-ugly.in
@@ -8,6 +8,8 @@ menuconfig GST_PLUGINS_UGLY
select LIBMAD if GST_PLUGINS_UGLY_MAD
select LIBID3TAG if GST_PLUGINS_UGLY_MAD
select LIBMPEG2 if GST_PLUGINS_UGLY_MPEG2DEC
+ select LAME if GST_PLUGINS_UGLY_LAME
+ select TWOLAME if GST_PLUGINS_UGLY_TWOLAME
prompt "gst-plugins-ugly "
help
GStreamer Ugly Plug-ins is a set of plug-ins that
@@ -78,7 +80,6 @@ config GST_PLUGINS_UGLY_DVDREADSRC
config GST_PLUGINS_UGLY_LAME
bool
- depends on BROKEN
prompt "lame"
config GST_PLUGINS_UGLY_MAD
@@ -94,9 +95,8 @@ config GST_PLUGINS_UGLY_SID
depends on BROKEN
prompt "sid"
-config ST_PLUGINS_UGLY_TWOLAME
+config GST_PLUGINS_UGLY_TWOLAME
bool
- depends on BROKEN
prompt "twolame"
config GST_PLUGINS_UGLY_X264