summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2007-02-26 21:01:03 +0000
committerDavid Schleef <ds@schleef.org>2007-02-26 21:01:03 +0000
commit5fd12e6daebda436c405f9c7d3cb7561b492e9ab (patch)
tree35b1b15e783f9f5806f2f79b7c8a7e740c9b1ba7 /configure.ac
parent13f01565870862c80e9485ebaf4a9e95ff2cea58 (diff)
downloadgst-plugins-bad-5fd12e6daebda436c405f9c7d3cb7561b492e9ab.tar.gz
gst-plugins-bad-5fd12e6daebda436c405f9c7d3cb7561b492e9ab.tar.bz2
gst-plugins-bad-5fd12e6daebda436c405f9c7d3cb7561b492e9ab.zip
Add a new plugin/library to make it easy for apps to shove data into a pipeline.
Original commit message from CVS: * configure.ac: * gst/app/Makefile.am: * gst/app/gstapp.c: * gst/app/gstappsrc.c: * gst/app/gstappsrc.h: Add a new plugin/library to make it easy for apps to shove data into a pipeline.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d1b07f04..33cd98ff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -76,6 +76,7 @@ GST_ARG_EXAMPLES
dnl these are all the gst plug-ins, compilable without additional libs
GST_PLUGINS_ALL="\
+ app \
cdxaparse \
deinterlace \
equalizer \
@@ -1026,6 +1027,7 @@ AC_CONFIG_FILES(
Makefile
gst-plugins-bad.spec
gst/Makefile
+gst/app/Makefile
gst/cdxaparse/Makefile
gst/deinterlace/Makefile
gst/equalizer/Makefile