diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-04-30 11:15:58 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-04-30 11:15:58 +0000 |
commit | baa94a9b422ab8d20b9d1f993045f61cd7f90f2c (patch) | |
tree | 3061b5f322ec24d56c659dff728b69122b0dfd3c /docs/plugins/Makefile.am | |
parent | 066598d8de5530a153adde3e457deb1734df5ea8 (diff) |
docs/plugins/gst-plugins-good-plugins-docs.sgml: Remove v4l2src from docs, since it breaks the docs build, and the pl...
Original commit message from CVS:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
Remove v4l2src from docs, since it breaks the docs build, and the
plugin is only built if --enable-experimental is used anyway.
* docs/plugins/Makefile.am:
Spaces => tab.
Diffstat (limited to 'docs/plugins/Makefile.am')
-rw-r--r-- | docs/plugins/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index e94a8b5c..a21137d3 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -122,7 +122,7 @@ EXTRA_HFILES = \ $(top_srcdir)/sys/oss/gstossmixerelement.h \ $(top_srcdir)/sys/oss/gstosssrc.h \ $(top_srcdir)/sys/oss/gstosssink.h \ - $(top_srcdir)/sys/v4l2/gstv4l2src.h \ + $(top_srcdir)/sys/v4l2/gstv4l2src.h \ $(top_srcdir)/sys/ximage/gstximagesrc.h # example code that needs to be converted to xml and placed in xml/ |