diff options
author | Matthew Waters <matthew@centricular.com> | 2015-10-14 22:35:26 +1100 |
---|---|---|
committer | Matthew Waters <matthew@centricular.com> | 2015-10-14 22:58:30 +1100 |
commit | b02dd59b52547d3876372f1fe7afccef5cb71ca5 (patch) | |
tree | 1d2f1944b52d3d6a5efe904a88393f04387964b5 /Makefile.am | |
parent | 5b30a8e9b23578ea5c7a327d6bb8307f9b7de63f (diff) |
build: add liveadder directory to the cruft list
So that we can remove it and avoid duplicate GstLiveAdder GType registrations.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e93ec1f97..09615b9ba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -96,6 +96,7 @@ CRUFT_DIRS = \ $(top_srcdir)/gst/hls \ $(top_srcdir)/gst/imagefreeze \ $(top_srcdir)/gst/invtelecine \ + $(top_srcdir)/gst/liveadder \ $(top_srcdir)/gst/mpeg4videoparse \ $(top_srcdir)/gst/qtmux \ $(top_srcdir)/gst/rtpmux \ |