diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2008-05-28 16:22:36 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-05-28 16:22:36 +0000 |
commit | 9943e68fc9bd24980503f590ea2258367905628f (patch) | |
tree | 2d279d4b00636d57a21d134c326c22f98408ced5 /docs/plugins/Makefile.am | |
parent | 7ec92ddf2dceceeb688b26d45ba606eb6df29f19 (diff) |
docs/plugins/: Add SMPTE effect elements to docs.
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:
Add SMPTE effect elements to docs.
Diffstat (limited to 'docs/plugins/Makefile.am')
-rw-r--r-- | docs/plugins/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 008aa1f3..d69ea332 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -131,6 +131,8 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/qtdemux/qtdemux.h \ $(top_srcdir)/gst/rtsp/gstrtpdec.h \ $(top_srcdir)/gst/rtsp/gstrtspsrc.h \ + $(top_srcdir)/gst/smpte/gstsmpte.h \ + $(top_srcdir)/gst/smpte/gstsmptealpha.h \ $(top_srcdir)/gst/spectrum/gstspectrum.h \ $(top_srcdir)/gst/udp/gstmultiudpsink.h \ $(top_srcdir)/gst/udp/gstudpsrc.h \ |