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 | 212f53653e277ea9c0befb768332db685e498882 (patch) | |
tree | 233ae6da59be33994307c2243efb6d70c84566d6 /configure.ac | |
parent | af0f29406631a8926d20d4e1fa0cf6724d3f22ea (diff) |
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 |