mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +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
|
||||
|
||||
COMMON_SUBDIRS = ext docs common tests
|
||||
SUBDIRS = $(FFMPEG_SUBDIRS) $(COMMON_SUBDIRS)
|
||||
SUBDIRS = $(LIBAV_SUBDIRS) $(COMMON_SUBDIRS)
|
||||
DIST_SUBDIRS = $(COMMON_SUBDIRS) gst-libs
|
||||
|
||||
# include before EXTRA_DIST for win32 assignment
|
||||
include $(top_srcdir)/common/win32.mak
|
||||
|
||||
EXTRA_DIST = \
|
||||
gst-ffmpeg.spec depcomp autogen.sh \
|
||||
AUTHORS COPYING NEWS README ChangeLog gst-ffmpeg.doap \
|
||||
gst-libav.spec depcomp autogen.sh \
|
||||
AUTHORS COPYING NEWS README ChangeLog gst-libav.doap \
|
||||
$(win32)
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
||||
|
|
|
@ -5,20 +5,20 @@
|
|||
xmlns:foaf="http://xmlns.com/foaf/0.1/"
|
||||
xmlns:admin="http://webns.net/mvcb/">
|
||||
|
||||
<name>GStreamer FFmpeg Plug-ins</name>
|
||||
<shortname>gst-ffmpeg</shortname>
|
||||
<homepage rdf:resource="http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html" />
|
||||
<name>GStreamer libav Plug-ins</name>
|
||||
<shortname>gst-libav</shortname>
|
||||
<homepage rdf:resource="http://gstreamer.freedesktop.org/modules/gst-libav.html" />
|
||||
<created>2004-02-26</created>
|
||||
<shortdesc xml:lang="en">
|
||||
a plug-in using the FFmpeg library
|
||||
a plug-in using the libav library
|
||||
</shortdesc>
|
||||
<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
|
||||
colorspace conversion elements.
|
||||
</description>
|
||||
<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>
|
||||
<mailing-list rdf:resource="http://lists.sourceforge.net/lists/listinfo/gstreamer-devel/" />
|
||||
<programming-language>C</programming-language>
|
||||
|
|
Loading…
Reference in a new issue