diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-05-03 13:12:40 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-05-03 13:12:40 +0200 |
commit | 90643c696fe558db24720d4c11c0fb5327a51c63 (patch) | |
tree | 26c0a710ccf3ef88c10466d27e6f5b6899889d69 /Makefile.am | |
parent | 24224f86bc75fa63c9cd9300cd10edc625abc65e (diff) |
mfc: Remove mfc plugin, it is obsoleted by the v4l2videodec element from gst-plugins-good
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index cbcde1a23..53b75e52c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -117,7 +117,8 @@ CRUFT_DIRS = \ $(top_srcdir)/ext/swfdec \ $(top_srcdir)/ext/tarkin \ $(top_srcdir)/ext/theora \ - $(top_srcdir)/ext/vp8 + $(top_srcdir)/ext/vp8 \ + $(top_srcdir)/sys/mfc include $(top_srcdir)/common/cruft.mak |