diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2011-08-03 22:57:48 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2011-08-03 22:57:48 +0200 |
commit | edcaf2066716f629221e1c6d8008e069b63dae9d (patch) | |
tree | dc8cad8cd36c79afcf3821f8a3356e1cab7e2d36 /docs/plugins | |
parent | ee2aa25e0499a7cd295aa384b2881212820ecba7 (diff) |
fix compilation
hal elements were removed, remove them from docs too
change example for pad-block API (actually remove the pad block, an application
should not be bothered with working around bugs in elements)
Diffstat (limited to 'docs/plugins')
-rw-r--r-- | docs/plugins/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 71306274e..370252003 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -88,8 +88,6 @@ EXTRA_HFILES = \ $(top_srcdir)/ext/flac/gstflacenc.h \ $(top_srcdir)/ext/flac/gstflactag.h \ $(top_srcdir)/ext/gdk_pixbuf/gstgdkpixbufsink.h \ - $(top_srcdir)/ext/hal/gsthalaudiosink.h \ - $(top_srcdir)/ext/hal/gsthalaudiosrc.h \ $(top_srcdir)/ext/jack/gstjackaudiosrc.h \ $(top_srcdir)/ext/jack/gstjackaudiosink.h \ $(top_srcdir)/ext/jpeg/gstjpegdec.h \ |