summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2005-07-04 14:02:46 +0000
committerAndy Wingo <wingo@pobox.com>2005-07-04 14:02:46 +0000
commit77a7c4c8fbc7a9fb59039c0f9469923dd651c009 (patch)
tree243e22219ac7b5c902681a70a40f5d7d9704b781 /configure.ac
parentd0516df78a67006fca5cd20295e6237d81470196 (diff)
examples/level/: Examples moved out of the source dir. Not updated tho.
Original commit message from CVS: 2005-07-04 Andy Wingo <wingo@pobox.com> * examples/level/: * examples/level/Makefile.am: * examples/level/README: * examples/level/demo.c: * examples/level/plot.c: Examples moved out of the source dir. Not updated tho. * configure.ac: Add level to the build. * gst/level/Makefile.am: * gst/level/gstlevel.h: * gst/level/gstlevel.c: Cleaned up, ported to 0.9.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c58f654a..6acad339 100644
--- a/configure.ac
+++ b/configure.ac
@@ -297,15 +297,17 @@ dnl these are all the gst plug-ins, compilable without additional libs
GST_PLUGINS_ALL="\
alpha \
avi \
- videofilter \
effectv \
goom \
law \
+ level \
realmedia \
rtp \
rtsp \
smpte \
- udp"
+ udp \
+ videofilter \
+ "
dnl see if we can build C++ plug-ins
if test "x$HAVE_CXX" = "xyes"; then
@@ -489,6 +491,7 @@ gst/avi/Makefile
gst/effectv/Makefile
gst/goom/Makefile
gst/law/Makefile
+gst/level/Makefile
gst/realmedia/Makefile
gst/rtp/Makefile
gst/rtsp/Makefile