From 12af105243823fc73581db4fd79a46f6d0268dc5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 18 Jun 2013 13:27:14 +0100 Subject: [PATCH] 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 --- update-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; -- 2.7.4