summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-bad.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2010-05-31 20:30:19 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2010-06-08 18:52:18 +0200
commit3b03f32571bf6a654786e1c16fe246fbdd165170 (patch)
treed8b403337117a9be3ed71d6be196ed092a7416a4 /rules/gst-plugins-bad.in
parent9caf50cd9c3af1503a710c7b245618933676182a (diff)
downloadptxdist-3b03f32571bf6a654786e1c16fe246fbdd165170.tar.gz
ptxdist-3b03f32571bf6a654786e1c16fe246fbdd165170.tar.xz
[gst-plugins-bad] version bump 0.10.17 -> 0.10.19
Reworked configure options while being there. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> V4: * re-added mpegtsmux, mpegpsmux, mpegvideoparse
Diffstat (limited to 'rules/gst-plugins-bad.in')
-rw-r--r--rules/gst-plugins-bad.in63
1 files changed, 35 insertions, 28 deletions
diff --git a/rules/gst-plugins-bad.in b/rules/gst-plugins-bad.in
index 47e307826..4c966077a 100644
--- a/rules/gst-plugins-bad.in
+++ b/rules/gst-plugins-bad.in
@@ -22,21 +22,17 @@ menuconfig GST_PLUGINS_BAD
if GST_PLUGINS_BAD
-config GST_PLUGINS_BAD_AACPARSE
- bool
- prompt "aacparse"
-
config GST_PLUGINS_BAD_ADPCMDEC
bool
prompt "adpcmdec"
-config GST_PLUGINS_BAD_AIFF
+config GST_PLUGINS_BAD_ADPCMENC
bool
- prompt "aiff"
+ prompt "adpcmenc"
-config GST_PLUGINS_BAD_AMRPARSE
+config GST_PLUGINS_BAD_AIFF
bool
- prompt "amrparse"
+ prompt "aiff"
config GST_PLUGINS_BAD_ASFMUX
bool
@@ -62,6 +58,10 @@ config GST_PLUGINS_BAD_CDXAPARSE
bool
prompt "cdxaparse"
+config GST_PLUGINS_BAD_DATAURISRC
+ bool
+ prompt "dataurisrc"
+
config GST_PLUGINS_BAD_DCCP
bool
prompt "dccp"
@@ -102,6 +102,14 @@ config GST_PLUGINS_BAD_ID3TAG
bool
prompt "id3tag"
+config GST_PLUGINS_BAD_INVTELECINE
+ bool
+ prompt "invtelecine"
+
+config GST_PLUGINS_BAD_JPEGFORMAT
+ bool
+ prompt "jpegformat"
+
config GST_PLUGINS_BAD_LIBRFB
bool
prompt "librfb"
@@ -122,14 +130,14 @@ config GST_PLUGINS_BAD_MPEGPSMUX
bool
prompt "mpegpsmux"
-config GST_PLUGINS_BAD_MPEG4VIDEOPARSE
- bool
- prompt "mpeg4videoparse"
-
config GST_PLUGINS_BAD_MPEGVIDEOPARSE
bool
prompt "mpegvideoparse"
+config GST_PLUGINS_BAD_MPEG4VIDEOPARSE
+ bool
+ prompt "mpeg4videoparse"
+
config GST_PLUGINS_BAD_MVE
bool
prompt "mve"
@@ -179,13 +187,13 @@ config GST_PLUGINS_BAD_SDP
bool
prompt "sdp"
-config GST_PLUGINS_BAD_SELECTOR
+config GST_PLUGINS_BAD_SEGMENTCLIP
bool
- prompt "selector"
+ prompt "segmentclip"
-config GST_PLUGINS_BAD_SHAPEWIPE
+config GST_PLUGINS_BAD_SELECTOR
bool
- prompt "shapewipe"
+ prompt "selector"
config GST_PLUGINS_BAD_SIREN
bool
@@ -305,11 +313,9 @@ config GST_PLUGINS_BAD_DIVX
prompt "divx"
depends on BROKEN
-config GST_PLUGINS_BAD_DVDNAV
+config GST_PLUGINS_BAD_RESINDVD
bool
- prompt "dvdnav"
- # needs libdvdnav
- depends on BROKEN
+ prompt "resindvd"
config GST_PLUGINS_BAD_METADATA
bool
@@ -330,14 +336,14 @@ config GST_PLUGINS_BAD_FBDEV
bool
prompt "fbdev"
-config GST_PLUGINS_BAD_GSM
+config GST_PLUGINS_BAD_FLITE
bool
- prompt "gsm"
+ prompt "flite"
depends on BROKEN
-config GST_PLUGINS_BAD_IVORBIS
+config GST_PLUGINS_BAD_GSM
bool
- prompt "ivorbis"
+ prompt "gsm"
depends on BROKEN
config GST_PLUGINS_BAD_JACK
@@ -474,10 +480,6 @@ config GST_PLUGINS_BAD_DVB
bool
prompt "dvb"
-config GST_PLUGINS_BAD_OSS4
- bool
- prompt "oss4"
-
config GST_PLUGINS_BAD_WININET
bool
prompt "wininet"
@@ -502,5 +504,10 @@ config GST_PLUGINS_BAD_ZBAR
prompt "zbar"
depends on BROKEN
+config GST_PLUGINS_BAD_VP8
+ bool
+ prompt "vp8"
+ depends on BROKEN
+
endif