mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 10:38:27 +00:00
Add old plugin names to cruft list
This will help fixing uninstalled setup. Also fix missing path correction in one of the plugin xml. https://bugzilla.gnome.org/show_bug.cgi?id=779344
This commit is contained in:
parent
cef5411193
commit
91080c4804
2 changed files with 7 additions and 4 deletions
|
@ -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 \
|
||||
|
|
|
@ -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>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in a new issue