summaryrefslogtreecommitdiffstats
path: root/rules/gstreamer.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-03-28 13:05:28 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-04-15 21:11:52 +0200
commit9e81f717e4b2c733f30cf19fb5e81425243bda7b (patch)
treea17f7bf5098728bd205dfc9160b4eb2e65ac7947 /rules/gstreamer.in
parent6548ee25500c44787d75945e969034a7bec7b510 (diff)
downloadptxdist-9e81f717e4b2c733f30cf19fb5e81425243bda7b.tar.gz
ptxdist-9e81f717e4b2c733f30cf19fb5e81425243bda7b.tar.xz
gstreamer: 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/gstreamer.in')
-rw-r--r--rules/gstreamer.in32
1 files changed, 16 insertions, 16 deletions
diff --git a/rules/gstreamer.in b/rules/gstreamer.in
index 3df29e08b..645e68cfa 100644
--- a/rules/gstreamer.in
+++ b/rules/gstreamer.in
@@ -5,10 +5,10 @@ menuconfig GSTREAMER
prompt "gstreamer "
select LIBC_M
select GLIB
- select LIBXML2 if GSTREAMER__LOADSAVE
- select LIBXML2_READER if GSTREAMER__LOADSAVE
- select LIBXML2_OUTPUT if GSTREAMER__LOADSAVE
- select LIBXML2_SAX1 if GSTREAMER__LOADSAVE
+ select LIBXML2 if GSTREAMER_LOADSAVE
+ select LIBXML2_READER if GSTREAMER_LOADSAVE
+ select LIBXML2_OUTPUT if GSTREAMER_LOADSAVE
+ select LIBXML2_SAX1 if GSTREAMER_LOADSAVE
select HOST_FLEX
help
GStreamer is a streaming media framework, based on graphs of
@@ -23,48 +23,48 @@ if GSTREAMER
comment "compile options"
- config GSTREAMER__DEBUG
+ config GSTREAMER_DEBUG
bool
prompt "debug support"
- config GSTREAMER__LOADSAVE
+ config GSTREAMER_LOADSAVE
bool
prompt "pipleline xml load/save"
- config GSTREAMER__CMDLINEPARSER
+ config GSTREAMER_CMDLINEPARSER
bool
prompt "commandline parser"
- config GSTREAMER__OPTIONPARSING
+ config GSTREAMER_OPTIONPARSING
bool
prompt "option parsing when gst init"
- config GSTREAMER__NETDIST
+ config GSTREAMER_NETDIST
bool
prompt "network distribution"
comment "install options"
- config GSTREAMER__INSTALL_TYPEFIND
+ config GSTREAMER_INSTALL_TYPEFIND
bool
prompt "install gst-typefind"
- config GSTREAMER__INSTALL_INSPECT
+ config GSTREAMER_INSTALL_INSPECT
bool
prompt "install gst-inspect"
- config GSTREAMER__INSTALL_XMLINSPECT
+ config GSTREAMER_INSTALL_XMLINSPECT
bool
prompt "install gst-xmlinspect"
- config GSTREAMER__INSTALL_XMLLAUNCH
+ config GSTREAMER_INSTALL_XMLLAUNCH
bool
- depends on GSTREAMER__LOADSAVE
+ depends on GSTREAMER_LOADSAVE
prompt "install gst-xmllaunch"
- config GSTREAMER__INSTALL_LAUNCH
+ config GSTREAMER_INSTALL_LAUNCH
bool
- depends on GSTREAMER__CMDLINEPARSER
+ depends on GSTREAMER_CMDLINEPARSER
prompt "install gst-launch"
endif