summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-base.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-03-30 12:22:25 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-04-15 21:11:52 +0200
commit86c57dfa8a35947fdd588c402521ec9aeea02611 (patch)
treeb984df26b9a6aca6403342a080577168b1dff777 /rules/gst-plugins-base.in
parent9e81f717e4b2c733f30cf19fb5e81425243bda7b (diff)
downloadptxdist-86c57dfa8a35947fdd588c402521ec9aeea02611.tar.gz
ptxdist-86c57dfa8a35947fdd588c402521ec9aeea02611.tar.xz
gst-plugins-base: version bump 0.10.35 -> 0.10.36
cleanup while at it Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gst-plugins-base.in')
-rw-r--r--rules/gst-plugins-base.in31
1 files changed, 19 insertions, 12 deletions
diff --git a/rules/gst-plugins-base.in b/rules/gst-plugins-base.in
index 47e0e27d5..b8e88a77e 100644
--- a/rules/gst-plugins-base.in
+++ b/rules/gst-plugins-base.in
@@ -3,14 +3,13 @@
menuconfig GST_PLUGINS_BASE
tristate
- # needed for autogen.sh
- select HOST_GETTEXT
-
select GLIB
select LIBOIL
select GSTREAMER
select ALSA_LIB if GST_PLUGINS_BASE_ALSA
+ select ALSA_LIB_PCM if GST_PLUGINS_BASE_ALSA
+ select ALSA_LIB_MIXER if GST_PLUGINS_BASE_ALSA
select GLIB if GST_PLUGINS_BASE_GIO
select LIBOGG if GST_PLUGINS_BASE_OGG
select LIBTHEORA if GST_PLUGINS_BASE_THEORA
@@ -21,6 +20,7 @@ menuconfig GST_PLUGINS_BASE
select LIBXML2 if GST_PLUGINS_BASE_SUBPARSE
select LIBXML2_HTML if GST_PLUGINS_BASE_SUBPARSE
select ORC if GST_PLUGINS_BASE_ORC
+ select ZLIB if GST_PLUGINS_BASE_ZLIB
# x features need libx11 + Xv
select XORG if GST_PLUGINS_BASE_X
@@ -131,10 +131,6 @@ if GST_PLUGINS_BASE
select GST_PLUGINS_BASE_ORC
prompt "volume"
- config GST_PLUGINS_BASE_ISO_CODES
- bool
- prompt "iso codes"
-
comment "plugins with dependencies"
config GST_PLUGINS_BASE_X
@@ -148,11 +144,6 @@ if GST_PLUGINS_BASE
help
This plugin offers an xlib based window that can display a video stream.
- config GST_PLUGINS_BASE_XSHM
- bool
- depends on GST_PLUGINS_BASE_X
- prompt "xshm"
-
config GST_PLUGINS_BASE_GST_V4L
bool
prompt "gst_v4l"
@@ -173,6 +164,7 @@ if GST_PLUGINS_BASE
config GST_PLUGINS_BASE_IVORBIS
bool
+ depends on BROKEN
prompt "ivorbis"
config GST_PLUGINS_BASE_GIO
@@ -200,4 +192,19 @@ if GST_PLUGINS_BASE
bool
prompt "vorbis"
+ comment "Support options"
+
+ config GST_PLUGINS_BASE_XSHM
+ bool
+ depends on GST_PLUGINS_BASE_X
+ prompt "xshm"
+ help
+ xshm support for X and XVideo plaugins
+
+ config GST_PLUGINS_BASE_ZLIB
+ bool
+ prompt "zlib"
+ help
+ zlib support for ID3 parsing in libgsttag
+
endif