summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-02-10 17:41:18 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-02-10 17:41:18 +0000
commit1ca7ef34c29c044f65901d3a7c14a2e5389b252f (patch)
tree96459dccbd264d70662e76a6eba2e55d7d5a9d01 /configure.ac
parentf6c865ba05181e8f1448886f5fa5e93ab6996e37 (diff)
downloadgst-plugins-bad-1ca7ef34c29c044f65901d3a7c14a2e5389b252f.tar.gz
gst-plugins-bad-1ca7ef34c29c044f65901d3a7c14a2e5389b252f.tar.bz2
gst-plugins-bad-1ca7ef34c29c044f65901d3a7c14a2e5389b252f.zip
Port cdxaparse, makes VCD playback work.
Original commit message from CVS: * configure.ac: * gst/cdxaparse/Makefile.am: * gst/cdxaparse/gstcdxaparse.c: * gst/cdxaparse/gstcdxaparse.h: Port cdxaparse, makes VCD playback work.
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 b59f01c8..58e1b848 100644
--- a/configure.ac
+++ b/configure.ac
@@ -280,6 +280,7 @@ AC_SUBST(GST_PLUGIN_LDFLAGS)
dnl these are all the gst plug-ins, compilable without additional libs
GST_PLUGINS_ALL="\
+ cdxaparse \
speed \
qtdemux \
tta \
@@ -651,6 +652,7 @@ AC_CONFIG_FILES(
Makefile
gst-plugins-bad.spec
gst/Makefile
+gst/cdxaparse/Makefile
gst/speed/Makefile
gst/qtdemux/Makefile
gst/tta/Makefile