diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-04-15 20:47:55 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-04-15 20:47:55 +0200 |
commit | 101c4a5f42ebf6ef373c9bd7d4a033b91154b361 (patch) | |
tree | b33a1096cdc5ac201295c29336fe96b1eb508edc /Makefile.am | |
parent | 09116bf10d515d50bdd1e9a20278be816cb762aa (diff) | |
download | gstreamer-plugins-bad-101c4a5f42ebf6ef373c9bd7d4a033b91154b361.tar.gz |
egl: Add libgstegl and eglgles plugin to the CRUFT directories
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6188f583a..cbcde1a23 100644 --- a/Makefile.am +++ b/Makefile.am @@ -100,8 +100,9 @@ CRUFT_DIRS = \ $(top_srcdir)/gst/shapewipe \ $(top_srcdir)/gst/valve \ $(top_srcdir)/gst-libs/gst/baseparse \ - $(top_srcdir)/gst-libs/gst/video \ + $(top_srcdir)/gst-libs/gst/egl \ $(top_srcdir)/gst-libs/gst/signalprocessor \ + $(top_srcdir)/gst-libs/gst/video \ $(top_srcdir)/tests/examples/scaletempo \ $(top_srcdir)/tests/examples/shapewipe \ $(top_srcdir)/tests/examples/switch \ @@ -109,6 +110,7 @@ CRUFT_DIRS = \ $(top_srcdir)/ext/alsaspdif \ $(top_srcdir)/ext/amrwbenc \ $(top_srcdir)/ext/cog \ + $(top_srcdir)/ext/eglgles \ $(top_srcdir)/ext/ivorbis \ $(top_srcdir)/ext/jack \ $(top_srcdir)/ext/metadata \ |