summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2013-06-18 13:27:14 +0100
committerTim-Philipp Müller <tim@centricular.net>2013-06-18 13:27:14 +0100
commit12af105243823fc73581db4fd79a46f6d0268dc5 (patch)
tree101a9e3c165b49f222030cd527d1853b8c970c90
parentc332ef3c21314128d45fd7c70513121f5e434c47 (diff)
downloadgstreamer-common-12af105243823fc73581db4fd79a46f6d0268dc5.tar.gz
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
-rwxr-xr-xupdate-common2
1 files changed, 1 insertions, 1 deletions
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
;;