diff options
author | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | 2010-02-15 11:55:07 +0100 |
---|---|---|
committer | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | 2010-02-15 12:20:48 +0100 |
commit | e3081a71ba96cf2a9d1eab79836a39e59177af9a (patch) | |
tree | fcf955e6edb06a1742683fb131a04d2c37e8ff6d /Makefile.am | |
parent | 31d3ec392fe899ab9fc764ef6359c43812bd0ee9 (diff) |
Moved 'ivorbis(dec)' from -bad to -base.
Fixes #609063.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9b6bb2049..47cade25c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,6 +45,7 @@ CRUFT_FILES = \ $(top_builddir)/gst/amrparse/.libs/*.{so,dll,DLL,dylib} \ $(top_builddir)/gst/flacparse/.libs/*.{so,dll,DLL,dylib} \ $(top_builddir)/gst/shapewipe/.libs/*.{so,dll,DLL,dylib} + $(top_builddir)/ext/ivorbis/.libs/*.{so,dll,DLL,dylib} CRUFT_DIRS = \ $(top_srcdir)/gst/aacparse \ @@ -52,6 +53,7 @@ CRUFT_DIRS = \ $(top_srcdir)/gst/flacparse \ $(top_srcdir)/gst/shapewipe \ $(top_srcdir)/tests/examples/shapewipe + $(top_srcdir)/ext/ivorbis include $(top_srcdir)/common/cruft.mak |