summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-base.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-07-31 11:47:51 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-07-31 11:47:51 +0000
commitb2b8c7908d0a97ff08613ef2aee43304d647bfab (patch)
treebcf707cf4a32ba3888fe12ef4aaae5632d6ff6d9 /rules/gst-plugins-base.in
parent1a9663cc0550fe7505573f577dbc3d8db5261343 (diff)
downloadptxdist-b2b8c7908d0a97ff08613ef2aee43304d647bfab.tar.gz
ptxdist-b2b8c7908d0a97ff08613ef2aee43304d647bfab.tar.xz
* gst-plugins-base: initial checkin; only built-in plugins do compile
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8708 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gst-plugins-base.in')
-rw-r--r--rules/gst-plugins-base.in127
1 files changed, 127 insertions, 0 deletions
diff --git a/rules/gst-plugins-base.in b/rules/gst-plugins-base.in
new file mode 100644
index 000000000..25a83d7af
--- /dev/null
+++ b/rules/gst-plugins-base.in
@@ -0,0 +1,127 @@
+menuconfig GST_PLUGINS_BASE
+ tristate
+ select GLIB
+ select LIBOIL
+ select GSTREAMER
+ prompt "gst-plugins-base "
+ help
+ FIXME
+
+if GST_PLUGINS_BASE
+
+ comment "dependency less plugins"
+ # -------------------------------
+
+ config GST_PLUGINS_BASE__ADDER
+ bool
+ prompt "adder"
+
+ config GST_PLUGINS_BASE__AUDIOCONVERT
+ bool
+ prompt "audioconvert"
+
+ config GST_PLUGINS_BASE__AUDIORATE
+ bool
+ prompt "audiorate"
+
+ config GST_PLUGINS_BASE__AUDIORESAMPLE
+ bool
+ prompt "audioresample"
+
+ config GST_PLUGINS_BASE__AUDIOTESTSRC
+ bool
+ prompt "audiotestsrc"
+
+ config GST_PLUGINS_BASE__FFMPEGCOLORSPACE
+ bool
+ prompt "ffmpegcolorspace"
+
+ config GST_PLUGINS_BASE__GDP
+ bool
+ prompt "gdp"
+
+ config GST_PLUGINS_BASE__PLAYBACK
+ bool
+ prompt "playback"
+
+ config GST_PLUGINS_BASE__SUBPARSE
+ bool
+ prompt "subparse"
+
+ config GST_PLUGINS_BASE__TCP
+ bool
+ prompt "tcp"
+
+ config GST_PLUGINS_BASE__TYPEFIND
+ bool
+ prompt "typefind"
+
+ config GST_PLUGINS_BASE__VIDEOTESTSRC
+ bool
+ prompt "videotestsrc"
+
+ config GST_PLUGINS_BASE__VIDEORATE
+ bool
+ prompt "videorate"
+
+ config GST_PLUGINS_BASE__VIDEOSCALE
+ bool
+ prompt "videoscale"
+
+ config GST_PLUGINS_BASE__VOLUME
+ bool
+ prompt "volume"
+
+ config GST_PLUGINS_BASE__X
+ bool
+ prompt "x"
+
+ config GST_PLUGINS_BASE__XVIDEO
+ bool
+ prompt "xvideo"
+
+ config GST_PLUGINS_BASE__XSHM
+ bool
+ prompt "xshm"
+
+ config GST_PLUGINS_BASE__GST_V4L
+ bool
+ prompt "gst_v4l"
+
+ config GST_PLUGINS_BASE__ALSA
+ bool
+ prompt "alsa"
+
+ config GST_PLUGINS_BASE__CDPARANOIA
+ bool
+ prompt "cdparanoia"
+
+ config GST_PLUGINS_BASE__GNOME_VFS
+ bool
+ prompt "gnome_vfs"
+
+ config GST_PLUGINS_BASE__GIO
+ bool
+ prompt "gio"
+
+ config GST_PLUGINS_BASE__LIBVISUAL
+ bool
+ prompt "libvisual"
+
+ config GST_PLUGINS_BASE__OGG
+ bool
+ prompt "ogg"
+
+ config GST_PLUGINS_BASE__PANGO
+ bool
+ prompt "pango"
+
+ config GST_PLUGINS_BASE__THEORA
+ bool
+ prompt "theora"
+
+ config GST_PLUGINS_BASE__VORBIS
+ bool
+ prompt "vorbis"
+
+endif