diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2016-02-26 00:35:30 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2016-02-26 00:44:34 +0000 |
commit | 111bb7c4c2df4032f9c4f307328f9ec1918e7537 (patch) | |
tree | 3b895ab3e8131d30a9ab8144e280e51e739aa7a2 /Makefile.am | |
parent | 5f6ab24e0d8766ee69cffcf3282d94578655a0a9 (diff) | |
download | gstreamer-plugins-bad-111bb7c4c2df4032f9c4f307328f9ec1918e7537.tar.gz |
opus: rename plugin to opusparse for the time being
Until we fix it up and get rid of the opus dependency and
move it elsewhere too.
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 357faec40..6fa225abb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,6 +56,7 @@ CRUFT_FILES = \ $(top_builddir)/ext/hls/.libs/libgstfragmented* \ $(top_builddir)/ext/ivorbis/.libs/*.{so,dll,DLL,dylib} \ $(top_builddir)/ext/jack/.libs/*.{so,dll,DLL,dylib} \ + $(top_builddir)/gst/opus/.libs/libgstopus.{so,dll,DLL,dylib} \ $(top_builddir)/ext/mpg123/.libs/*.{so,dll,DLL,dylib} \ $(top_builddir)/gst/aacparse/.libs/*.{so,dll,DLL,dylib} \ $(top_builddir)/gst/amrparse/.libs/*.{so,dll,DLL,dylib} \ |