diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-04-24 09:12:42 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-04-24 09:12:42 +0000 |
commit | 7002f0336ba04f7e85c81a6287221fa906da3f42 (patch) | |
tree | 17acb1a8a0c6e54a13ea167ae5c41abfade42e86 /docs/plugins/Makefile.am | |
parent | 106db1b2eb7172c564151b3254c742f16676d95c (diff) |
Add minimal docs blurb to alphacolor; split out headers into separate header file for gtk-doc.
Original commit message from CVS:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* docs/plugins/inspect/plugin-alphacolor.xml:
* gst/alpha/Makefile.am:
* gst/alpha/gstalphacolor.c:
* gst/alpha/gstalphacolor.h:
Add minimal docs blurb to alphacolor; split out headers into
separate header file for gtk-doc.
Diffstat (limited to 'docs/plugins/Makefile.am')
-rw-r--r-- | docs/plugins/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 174bb997..e94a8b5c 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -77,6 +77,7 @@ IGNORE_CFILES = # the registry won't have the element EXTRA_HFILES = \ + $(top_srcdir)/gst/alpha/gstalphacolor.h \ $(top_srcdir)/gst/apetag/gstapedemux.h \ $(top_srcdir)/gst/audiofx/audiopanorama.h \ $(top_srcdir)/gst/audiofx/audioinvert.h \ |