From: Tim-Philipp Müller Date: Tue, 18 Jun 2013 12:27:14 +0000 (+0100) Subject: update-common: generate autogen.sh for gst-libav and gst-editing-services as well X-Git-Tag: upstream/20130618 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Fupstream;p=platform%2Fupstream%2Fgst-common.git update-common: generate autogen.sh for gst-libav and gst-editing-services as well Should fix srcdir != builddir issues in those two modules. https://bugzilla.gnome.org/show_bug.cgi?id=702319 https://bugzilla.gnome.org/show_bug.cgi?id=702424 --- diff --git a/update-common b/update-common index 30cf4ad..307ccf3 100755 --- a/update-common +++ b/update-common @@ -74,7 +74,7 @@ do cd $dir/$module # update autogen.sh for selected modules case $module in - gstreamer|gst-plugins-base|gst-plugins-good|gst-plugins-ugly|gst-plugins-bad ) + gstreamer|gst-plugins-base|gst-plugins-good|gst-plugins-ugly|gst-plugins-bad|gst-libav|gst-editing-services ) ./common/update-autogen git add autogen.sh ;;