diff options
| author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-01 17:55:14 +0000 |
|---|---|---|
| committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-01 17:55:14 +0000 |
| commit | 63efb534b9dadf2215e1175d0641d17c6437176a (patch) | |
| tree | 9fbe06c0f26cf01238c924a0c8596a394f7739ad /configure.ac | |
| parent | 4b5a02d7fbc040fcc95d3e638953040e7a322d1e (diff) | |
add docs to build
Original commit message from CVS:
* Makefile.am:
* configure.ac:
add docs to build
* common/plugins.xsl:
wrap Description into a refsect2
* docs/Makefile.am:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* gst/goom/Makefile.am:
* gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
(gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
(gst_goom_sink_setcaps), (gst_goom_src_setcaps),
(gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
(gst_goom_change_state):
* gst/goom/gstgoom.h:
GstGOOM -> GstGoom
add an example launch line
* gst/level/gstlevel.h:
* gst/monoscope/gstmonoscope.c:
cleanups
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index c97de018..2d2b92db 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,6 @@ AS_LIBTOOL(GST_PLUGINS_GOOD, 0, 0, 0) AS_LIBTOOL_TAGS([CXX]) AM_PROG_LIBTOOL -dnl FIXME take something else ? AC_CONFIG_SRCDIR([gst/law/alaw.c]) AM_CONFIG_HEADER(config.h) @@ -589,13 +588,13 @@ ext/speex/Makefile sys/Makefile sys/oss/Makefile po/Makefile.in -common/Makefile -common/m4/Makefile gconf/Makefile gconf/gstreamer.schemas docs/Makefile docs/plugins/Makefile docs/version.entities +common/Makefile +common/m4/Makefile m4/Makefile gst-plugins-good.spec ) |
