update-common: generate autogen.sh for gst-libav and gst-editing-services as well master upstream upstream/20130618
authorTim-Philipp Müller <tim@centricular.net>
Tue, 18 Jun 2013 12:27:14 +0000 (13:27 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 18 Jun 2013 12:27:14 +0000 (13:27 +0100)
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

index 30cf4ad..307ccf3 100755 (executable)
@@ -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
         ;;