diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-05-11 15:33:54 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-05-11 19:08:45 +0100 |
commit | e800ba112b29f4a9ac4465fd0676a8e3bb701d88 (patch) | |
tree | 86c653935286d35a45d20de3358da6ca972a1da2 /Makefile.am | |
parent | bb93d06ca0e7eec762e3c21a0b48a6da9471b5a7 (diff) |
Remove oss4 plugin
It has been moved to gst-plugins-good.
See #614305.
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 fdd7e9cb4..2e4322caa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,8 +47,10 @@ CRUFT_FILES = \ $(top_builddir)/gst/shapewipe/.libs/*.{so,dll,DLL,dylib} \ $(top_builddir)/ext/ivorbis/.libs/*.{so,dll,DLL,dylib} \ $(top_builddir)/gst/imagefreeze/.libs/*.{so,dll,DLL,dylib} \ + $(top_builddir)/sys/oss4/.libs/*.{so,dll,DLL,dylib} \ $(top_builddir)/tests/check/elements/capssetter \ - $(top_builddir)/tests/check/elements/imagefreeze + $(top_builddir)/tests/check/elements/imagefreeze \ + $(top_builddir)/tests/icles/test-oss4 CRUFT_DIRS = \ $(top_srcdir)/gst/aacparse \ |