summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-base.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2010-05-31 18:11:01 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2010-06-08 18:52:17 +0200
commit94f99b998441c1e2e4e97d4a9e21785a5406139f (patch)
tree788a84c47313e48c2cee5d9688ad434e926035e3 /rules/gst-plugins-base.in
parent2ac8d9c207d939f6cdd3d5733a9847e82f02d2a0 (diff)
downloadptxdist-94f99b998441c1e2e4e97d4a9e21785a5406139f.tar.gz
ptxdist-94f99b998441c1e2e4e97d4a9e21785a5406139f.tar.xz
[gst-plugins-base] version bump 0.10.25 -> 0.10.29
While being there, reworked the option list from the configure --help output. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules/gst-plugins-base.in')
-rw-r--r--rules/gst-plugins-base.in30
1 files changed, 20 insertions, 10 deletions
diff --git a/rules/gst-plugins-base.in b/rules/gst-plugins-base.in
index 81aadbca9..21fff916e 100644
--- a/rules/gst-plugins-base.in
+++ b/rules/gst-plugins-base.in
@@ -35,14 +35,14 @@ if GST_PLUGINS_BASE
comment "dependency less plugins"
# -------------------------------
- config GST_PLUGINS_BASE_APP
- bool
- prompt "app"
-
config GST_PLUGINS_BASE_ADDER
bool
prompt "adder"
+ config GST_PLUGINS_BASE_APP
+ bool
+ prompt "app"
+
config GST_PLUGINS_BASE_AUDIOCONVERT
bool
prompt "audioconvert"
@@ -51,20 +51,18 @@ if GST_PLUGINS_BASE
bool
prompt "audiorate"
- config GST_PLUGINS_BASE_AUDIORESAMPLE
- bool
- prompt "audioresample"
-
config GST_PLUGINS_BASE_AUDIOTESTSRC
bool
prompt "audiotestsrc"
config GST_PLUGINS_BASE_DECODEBIN
bool
+ select GST_PLUGINS_BASE_PLAYBACK
prompt "decodebin"
config GST_PLUGINS_BASE_DECODEBIN_2
bool
+ select GST_PLUGINS_BASE_PLAYBACK
prompt "decodebin2"
config GST_PLUGINS_BASE_FFMPEGCOLORSPACE
@@ -75,9 +73,13 @@ if GST_PLUGINS_BASE
bool
prompt "gdp"
- config GST_PLUGINS_BASE_PLAYBIN
+ config GST_PLUGINS_BASE_PLAYBACK
+ bool
+ prompt "playback"
+
+ config GST_PLUGINS_BASE_AUDIORESAMPLE
bool
- prompt "playbin"
+ prompt "audioresample"
config GST_PLUGINS_BASE_SUBPARSE
bool
@@ -107,6 +109,10 @@ if GST_PLUGINS_BASE
bool
prompt "volume"
+ config GST_PLUGINS_BASE_ISO_CODES
+ bool
+ prompt "iso codes"
+
comment "plugins with dependencies"
config GST_PLUGINS_BASE_X
@@ -143,6 +149,10 @@ if GST_PLUGINS_BASE
depends on BROKEN
prompt "gnome_vfs [BROKEN]"
+ config GST_PLUGINS_BASE_IVORBIS
+ bool
+ prompt "ivorbis"
+
config GST_PLUGINS_BASE_GIO
bool
prompt "gio"