summaryrefslogtreecommitdiffstats
path: root/rules/gstreamer1.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-04-08 11:05:23 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-04-08 11:23:09 +0200
commit549f83afec2e578d2d648efd27f48a4ba9eb937a (patch)
treebc3f4eb82466bd5e14c1051b7425e63c227d5808 /rules/gstreamer1.in
parent127849d8aa857302dddbfa51de51628c469da0d9 (diff)
downloadptxdist-549f83afec2e578d2d648efd27f48a4ba9eb937a.tar.gz
ptxdist-549f83afec2e578d2d648efd27f48a4ba9eb937a.tar.xz
gstreamer1: rename all packages gst*11 -> gst*1
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gstreamer1.in')
-rw-r--r--rules/gstreamer1.in50
1 files changed, 50 insertions, 0 deletions
diff --git a/rules/gstreamer1.in b/rules/gstreamer1.in
new file mode 100644
index 000000000..32e12f51d
--- /dev/null
+++ b/rules/gstreamer1.in
@@ -0,0 +1,50 @@
+## SECTION=multimedia_gstreamer1
+
+menuconfig GSTREAMER1
+ tristate
+ prompt "gstreamer "
+ select LIBC_M
+ select GLIB
+ select HOST_FLEX
+ help
+ GStreamer is a streaming media framework, based on graphs of
+ filters which operate on media data. Applications using this
+ library can do anything from real-time sound processing to
+ playing videos, and just about anything else
+ media-related. Its plugin-based architecture means that new
+ data types or processing capabilities can be added simply by
+ installing new plug-ins.
+
+if GSTREAMER1
+
+ comment "compile options"
+
+ config GSTREAMER1_DEBUG
+ bool
+ prompt "debug support"
+
+ config GSTREAMER1_CMDLINEPARSER
+ bool
+ prompt "commandline parser"
+
+ config GSTREAMER1_OPTIONPARSING
+ bool
+ prompt "option parsing when gst init"
+
+ comment "install options"
+
+ config GSTREAMER1_INSTALL_TYPEFIND
+ bool
+ prompt "install gst-typefind"
+
+ config GSTREAMER1_INSTALL_INSPECT
+ bool
+ prompt "install gst-inspect"
+
+ config GSTREAMER1_INSTALL_LAUNCH
+ bool
+ select GSTREAMER1_CMDLINEPARSER
+ prompt "install gst-launch"
+
+endif
+