summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am5
-rw-r--r--docs/plugins/inspect/plugin-soup.xml6
2 files changed, 7 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 97950ea7c..c88d1bf0c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,12 +57,15 @@ CRUFT_FILES = \
$(top_builddir)/common/shave \
$(top_builddir)/common/shave-libtool \
$(top_builddir)/docs/plugins/xml/plugin-shout2send.xml \
+ $(top_builddir)/ext/pulse/.libs/libgstpulse.so \
+ $(top_builddir)/ext/soup/.libs/libgstsouphttpsrc.so \
$(top_builddir)/gst/median/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/gst/qtdemux/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/gst/quicktime/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/gst/videofilter/.libs/*videoflip.{so,dll,DLL,dylib} \
$(top_builddir)/gst/videofilter/.libs/*videobalance.{so,dll,DLL,dylib} \
- $(top_builddir)/gst/videofilter/.libs/*gamma.{so,dll,DLL,dylib}
+ $(top_builddir)/gst/videofilter/.libs/*gamma.{so,dll,DLL,dylib} \
+ $(top_builddir)/sys/oss4/.libs/libgstoss4audio.so
CRUFT_DIRS = \
$(top_srcdir)/docs/plugins/tmpl \
diff --git a/docs/plugins/inspect/plugin-soup.xml b/docs/plugins/inspect/plugin-soup.xml
index c137ff7fe..15e51e763 100644
--- a/docs/plugins/inspect/plugin-soup.xml
+++ b/docs/plugins/inspect/plugin-soup.xml
@@ -1,8 +1,8 @@
<plugin>
<name>soup</name>
<description>libsoup HTTP client src/sink</description>
- <filename>../../ext/soup/.libs/libgstsouphttpsrc.so</filename>
- <basename>libgstsouphttpsrc.so</basename>
+ <filename>../../ext/soup/.libs/libgstsoup.so</filename>
+ <basename>libgstsoup.so</basename>
<version>1.11.2</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
@@ -40,4 +40,4 @@
</pads>
</element>
</elements>
-</plugin> \ No newline at end of file
+</plugin>