diff options
author | Christian Schaller <uraeus@gnome.org> | 2003-01-26 00:25:04 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2003-01-26 00:25:04 +0000 |
commit | 622ef23c7e18ea20c9a78574bc890a65887b8c09 (patch) | |
tree | cd6a9af7524093d7aa212ba276e914d1f093843a /configure.ac | |
parent | a9485fd5b290afc8921f2a2569bb4d907f73335d (diff) | |
download | gst-plugins-bad-622ef23c7e18ea20c9a78574bc890a65887b8c09.tar.gz gst-plugins-bad-622ef23c7e18ea20c9a78574bc890a65887b8c09.tar.bz2 gst-plugins-bad-622ef23c7e18ea20c9a78574bc890a65887b8c09.zip |
add asf plugin to build
Original commit message from CVS:
add asf plugin to build
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0baf1380..675d17bf 100644 --- a/configure.ac +++ b/configure.ac @@ -227,7 +227,7 @@ AC_SUBST(GST_PLUGIN_LDFLAGS) dnl these are all the gst plug-ins, compilable without additional libs GST_PLUGINS_ALL="\ - ac3parse adder audioscale auparse avi cdxaparse chart\ + ac3parse adder audioscale auparse avi asfdemux cdxaparse chart\ cutter deinterlace effectv festival filter flx goom\ intfloat law level\ median mixmatrix mpeg1enc mpeg1sys mpeg1videoparse mpeg2enc mpeg2sub\ @@ -1007,6 +1007,7 @@ gst/adder/Makefile gst/audioscale/Makefile gst/auparse/Makefile gst/avi/Makefile +gst/asfdemux/Makefile gst/cdxaparse/Makefile gst/chart/Makefile gst/cutter/Makefile |