summaryrefslogtreecommitdiffstats
path: root/rules/gstreamer1.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-04-12 13:05:18 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-04-15 14:28:22 +0200
commitba7f07c09810350a75b62d64bab428f04cd5af75 (patch)
tree20c9d7fa471ffe51d7195b6ce8828373203c4159 /rules/gstreamer1.in
parent76b109e4dc832f861db035aa0443cb2c3082ca21 (diff)
downloadptxdist-ba7f07c09810350a75b62d64bab428f04cd5af75.tar.gz
ptxdist-ba7f07c09810350a75b62d64bab428f04cd5af75.tar.xz
gstreamer1: version bump 1.6.3 -> 1.8.0
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gstreamer1.in')
-rw-r--r--rules/gstreamer1.in31
1 files changed, 5 insertions, 26 deletions
diff --git a/rules/gstreamer1.in b/rules/gstreamer1.in
index 8bd312668..eb8db3b1a 100644
--- a/rules/gstreamer1.in
+++ b/rules/gstreamer1.in
@@ -23,35 +23,14 @@ if GSTREAMER1
bool
default GOBJECT_INTROSPECTION_HELPER
- 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"
+ default y
+ prompt "enable debug support"
- config GSTREAMER1_INSTALL_TYPEFIND
+ config GSTREAMER1_INSTALL_TOOLS
bool
- prompt "install gst-typefind"
-
- config GSTREAMER1_INSTALL_INSPECT
- bool
- prompt "install gst-inspect"
-
- config GSTREAMER1_INSTALL_LAUNCH
- bool
- select GSTREAMER1_CMDLINEPARSER
- select GSTREAMER1_OPTIONPARSING
- prompt "install gst-launch"
-
+ default y
+ prompt "install tools"
endif