diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2005-09-06 23:30:03 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2005-09-06 23:30:03 +0000 |
commit | 69f4aa6377f10177d2d4a5828b6b18e9baf11aa5 (patch) | |
tree | 7dcbae33701f160efb2afc318775a7fcabc6eb81 /configure.ac | |
parent | d57d03f01bc3f170b5ad9d70fb50e83f42d6d5d8 (diff) |
Port to 0.9 and re-enable efence plugin.
Original commit message from CVS:
* configure.ac:
* gst/debug/Makefile.am:
* gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
(gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
(gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
(gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
(gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
Port to 0.9 and re-enable efence plugin.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d8302356..b60850e6 100644 --- a/configure.ac +++ b/configure.ac @@ -269,6 +269,7 @@ GST_PLUGINS_ALL="\ alpha \ autodetect \ avi \ + debug \ effectv \ fdsrc \ goom \ @@ -566,6 +567,7 @@ gst/Makefile gst/alpha/Makefile gst/autodetect/Makefile gst/avi/Makefile +gst/debug/Makefile gst/effectv/Makefile gst/fdsrc/Makefile gst/goom/Makefile |