mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
Fix make distcheck
This commit is contained in:
parent
ddad61628a
commit
7992d19d7d
2 changed files with 9 additions and 9 deletions
|
@ -1,15 +1,15 @@
|
||||||
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
||||||
|
|
||||||
COMMON_SUBDIRS = ext docs common tests
|
COMMON_SUBDIRS = ext docs common tests
|
||||||
SUBDIRS = $(FFMPEG_SUBDIRS) $(COMMON_SUBDIRS)
|
SUBDIRS = $(LIBAV_SUBDIRS) $(COMMON_SUBDIRS)
|
||||||
DIST_SUBDIRS = $(COMMON_SUBDIRS) gst-libs
|
DIST_SUBDIRS = $(COMMON_SUBDIRS) gst-libs
|
||||||
|
|
||||||
# include before EXTRA_DIST for win32 assignment
|
# include before EXTRA_DIST for win32 assignment
|
||||||
include $(top_srcdir)/common/win32.mak
|
include $(top_srcdir)/common/win32.mak
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
gst-ffmpeg.spec depcomp autogen.sh \
|
gst-libav.spec depcomp autogen.sh \
|
||||||
AUTHORS COPYING NEWS README ChangeLog gst-ffmpeg.doap \
|
AUTHORS COPYING NEWS README ChangeLog gst-libav.doap \
|
||||||
$(win32)
|
$(win32)
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
||||||
|
|
|
@ -5,20 +5,20 @@
|
||||||
xmlns:foaf="http://xmlns.com/foaf/0.1/"
|
xmlns:foaf="http://xmlns.com/foaf/0.1/"
|
||||||
xmlns:admin="http://webns.net/mvcb/">
|
xmlns:admin="http://webns.net/mvcb/">
|
||||||
|
|
||||||
<name>GStreamer FFmpeg Plug-ins</name>
|
<name>GStreamer libav Plug-ins</name>
|
||||||
<shortname>gst-ffmpeg</shortname>
|
<shortname>gst-libav</shortname>
|
||||||
<homepage rdf:resource="http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html" />
|
<homepage rdf:resource="http://gstreamer.freedesktop.org/modules/gst-libav.html" />
|
||||||
<created>2004-02-26</created>
|
<created>2004-02-26</created>
|
||||||
<shortdesc xml:lang="en">
|
<shortdesc xml:lang="en">
|
||||||
a plug-in using the FFmpeg library
|
a plug-in using the libav library
|
||||||
</shortdesc>
|
</shortdesc>
|
||||||
<description xml:lang="en">
|
<description xml:lang="en">
|
||||||
GStreamer FFmpeg plug-in contains elements using the FFmpeg library code. It
|
GStreamer libav plug-in contains elements using the libav library code. It
|
||||||
contains most popular decoders as well as very fast
|
contains most popular decoders as well as very fast
|
||||||
colorspace conversion elements.
|
colorspace conversion elements.
|
||||||
</description>
|
</description>
|
||||||
<category></category>
|
<category></category>
|
||||||
<bug-database rdf:resource="http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer&component=gst-ffmpeg" />
|
<bug-database rdf:resource="http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer&component=gst-libav" />
|
||||||
<screenshots></screenshots>
|
<screenshots></screenshots>
|
||||||
<mailing-list rdf:resource="http://lists.sourceforge.net/lists/listinfo/gstreamer-devel/" />
|
<mailing-list rdf:resource="http://lists.sourceforge.net/lists/listinfo/gstreamer-devel/" />
|
||||||
<programming-language>C</programming-language>
|
<programming-language>C</programming-language>
|
||||||
|
|
Loading…
Reference in a new issue