summaryrefslogtreecommitdiff
path: root/update-common
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-04-07 22:26:54 +0100
committerTim-Philipp Müller <tim@centricular.com>2015-04-07 22:26:54 +0100
commitbe835f40934a5e8d161485d11bb99766a642760b (patch)
tree7a9fe09eaf95ae0c9f45683aa8cdb6604ae94fcf /update-common
parentb56ee5149c316f1907692ad247ca10de0e2aadb8 (diff)
update-common: update gst-omx autogen.sh as well when updating
Diffstat (limited to 'update-common')
-rwxr-xr-xupdate-common2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-common b/update-common
index b583094..3bb4549 100755
--- a/update-common
+++ b/update-common
@@ -149,7 +149,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|gst-libav|gst-editing-services|gst-rtsp-server )
+ gstreamer|gst-plugins-base|gst-plugins-good|gst-plugins-ugly|gst-plugins-bad|gst-libav|gst-editing-services|gst-rtsp-server|gst-omx )
./common/update-autogen
git add autogen.sh
;;