summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-07-29 18:44:45 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-07-29 22:57:11 +0200
commit4d22cd500c077a65876413d3c853b3160a9bbd7f (patch)
tree756ad18ec91c7e629360c8c676d45a90f48ebe2d
parent26089d8dae5be720eefbe9a5d3176e8eb66d66e8 (diff)
downloadptxdist-4d22cd500c077a65876413d3c853b3160a9bbd7f.tar.gz
ptxdist-4d22cd500c077a65876413d3c853b3160a9bbd7f.tar.xz
gst-plugins-bad11: enable rtmp plugin
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/gst-plugins-bad11.in5
-rw-r--r--rules/gst-plugins-bad11.make1
2 files changed, 6 insertions, 0 deletions
diff --git a/rules/gst-plugins-bad11.in b/rules/gst-plugins-bad11.in
index c04577c0f..857052408 100644
--- a/rules/gst-plugins-bad11.in
+++ b/rules/gst-plugins-bad11.in
@@ -10,6 +10,7 @@ menuconfig GST_PLUGINS_BAD11
select BZIP2 if GST_PLUGINS_BAD11_BZ2
select BZIP2_LIBBZ2 if GST_PLUGINS_BAD11_BZ2
select ORC if GST_PLUGINS_BAD11_ORC
+ select RTMPDUMP if GST_PLUGINS_BAD11_RTMP
prompt "gst-plugins-bad "
help
@@ -231,6 +232,10 @@ config GST_PLUGINS_BAD11_REMOVESILENCE
bool
prompt "removesilence"
+config GST_PLUGINS_BAD11_RTMP
+ bool
+ prompt "rtmp"
+
config GST_PLUGINS_BAD11_RTPMUX
bool
prompt "rtpmux"
diff --git a/rules/gst-plugins-bad11.make b/rules/gst-plugins-bad11.make
index c46824885..647238dcf 100644
--- a/rules/gst-plugins-bad11.make
+++ b/rules/gst-plugins-bad11.make
@@ -74,6 +74,7 @@ ifdef PTXCONF_ARCH_X86
GST_PLUGINS_BAD11_ENABLE-$(PTXCONF_GST_PLUGINS_BAD11_REAL) += real
endif
GST_PLUGINS_BAD11_ENABLE-$(PTXCONF_GST_PLUGINS_BAD11_REMOVESILENCE) += removesilence
+GST_PLUGINS_BAD11_ENABLE-$(PTXCONF_GST_PLUGINS_BAD11_RTMP) += rtmp
GST_PLUGINS_BAD11_ENABLE-$(PTXCONF_GST_PLUGINS_BAD11_RTPMUX) += rtpmux
GST_PLUGINS_BAD11_ENABLEC-$(PTXCONF_GST_PLUGINS_BAD11_SCALETEMPO) += scaletempo
GST_PLUGINS_BAD11_ENABLEP-$(PTXCONF_GST_PLUGINS_BAD11_SCALETEMPO) += scaletempoplugin