Fix make distcheck
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 12 Apr 2012 17:56:12 +0000 (19:56 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 12 Apr 2012 17:56:12 +0000 (19:56 +0200)
Makefile.am
gst-libav.doap

index de80f09..cf31a9c 100644 (file)
@@ -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
index 0952ad6..45b9fd4 100644 (file)
@@ -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&amp;component=gst-ffmpeg" />
+ <bug-database rdf:resource="http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer&amp;component=gst-libav" />
  <screenshots></screenshots>
  <mailing-list rdf:resource="http://lists.sourceforge.net/lists/listinfo/gstreamer-devel/" />
  <programming-language>C</programming-language>