aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim-Philipp Müller2006-02-10 11:41:18 -0600
committerTim-Philipp Müller2006-02-10 11:41:18 -0600
commit1ca7ef34c29c044f65901d3a7c14a2e5389b252f (patch)
tree96459dccbd264d70662e76a6eba2e55d7d5a9d01 /configure.ac
parentf6c865ba05181e8f1448886f5fa5e93ab6996e37 (diff)
downloadgst-plugins-bad0-10-1ca7ef34c29c044f65901d3a7c14a2e5389b252f.tar.gz
gst-plugins-bad0-10-1ca7ef34c29c044f65901d3a7c14a2e5389b252f.tar.xz
gst-plugins-bad0-10-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 b59f01c83..58e1b8485 100644
--- a/configure.ac
+++ b/configure.ac
@@ -280,6 +280,7 @@ AC_SUBST(GST_PLUGIN_LDFLAGS)
280 280
281dnl these are all the gst plug-ins, compilable without additional libs 281dnl these are all the gst plug-ins, compilable without additional libs
282GST_PLUGINS_ALL="\ 282GST_PLUGINS_ALL="\
283 cdxaparse \
283 speed \ 284 speed \
284 qtdemux \ 285 qtdemux \
285 tta \ 286 tta \
@@ -651,6 +652,7 @@ AC_CONFIG_FILES(
651Makefile 652Makefile
652gst-plugins-bad.spec 653gst-plugins-bad.spec
653gst/Makefile 654gst/Makefile
655gst/cdxaparse/Makefile
654gst/speed/Makefile 656gst/speed/Makefile
655gst/qtdemux/Makefile 657gst/qtdemux/Makefile
656gst/tta/Makefile 658gst/tta/Makefile