mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
Fix doc generation
This regression was caused by the renaming of plugin-sdp into plugin-sdpelem. The doc reference needed an update. Also, add the old xml to the cruft file list. https://bugzilla.gnome.org/show_bug.cgi?id=779344
This commit is contained in:
parent
e03e7e7574
commit
8ae5eaec05
2 changed files with 2 additions and 1 deletions
|
@ -55,6 +55,7 @@ CRUFT_FILES = \
|
||||||
$(top_builddir)/gst-plugins-bad.spec \
|
$(top_builddir)/gst-plugins-bad.spec \
|
||||||
$(top_builddir)/common/shave \
|
$(top_builddir)/common/shave \
|
||||||
$(top_builddir)/common/shave-libtool \
|
$(top_builddir)/common/shave-libtool \
|
||||||
|
$(top_builddir)/docs/plugins/xml/plugin-sdp.xml \
|
||||||
$(top_builddir)/ext/alsaspdif/.libs/*.{so,dll,DLL,dylib} \
|
$(top_builddir)/ext/alsaspdif/.libs/*.{so,dll,DLL,dylib} \
|
||||||
$(top_builddir)/ext/hls/.libs/libgstfragmented* \
|
$(top_builddir)/ext/hls/.libs/libgstfragmented* \
|
||||||
$(top_builddir)/ext/ivorbis/.libs/*.{so,dll,DLL,dylib} \
|
$(top_builddir)/ext/ivorbis/.libs/*.{so,dll,DLL,dylib} \
|
||||||
|
|
|
@ -195,7 +195,7 @@
|
||||||
<xi:include href="xml/plugin-rawparse.xml" />
|
<xi:include href="xml/plugin-rawparse.xml" />
|
||||||
<xi:include href="xml/plugin-rfbsrc.xml" />
|
<xi:include href="xml/plugin-rfbsrc.xml" />
|
||||||
<xi:include href="xml/plugin-rtmp.xml" />
|
<xi:include href="xml/plugin-rtmp.xml" />
|
||||||
<xi:include href="xml/plugin-sdp.xml" />
|
<xi:include href="xml/plugin-sdpelem.xml" />
|
||||||
<xi:include href="xml/plugin-shm.xml" />
|
<xi:include href="xml/plugin-shm.xml" />
|
||||||
<xi:include href="xml/plugin-soundtouch.xml" />
|
<xi:include href="xml/plugin-soundtouch.xml" />
|
||||||
<xi:include href="xml/plugin-speed.xml" />
|
<xi:include href="xml/plugin-speed.xml" />
|
||||||
|
|
Loading…
Reference in a new issue