summaryrefslogtreecommitdiff
path: root/update-common
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-12-13 15:19:23 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-12-13 15:19:23 +0000
commitbc26b3e74f251c7b3716f5ba4150f2c53c50d04b (patch)
treea2af89fb8332a9b55bdbae442cc905c483014ee3 /update-common
parent20742aee033cc7c4aa9a817df005d15d5fa6ba85 (diff)
update-common: also update gst-rtsp-server
Now that it's been converted to use the common submodule
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 aa2e9dc..85ed6e2 100755
--- a/update-common
+++ b/update-common
@@ -22,7 +22,7 @@ set -x
modules="gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad \
gst-plugins-ugly gst-ffmpeg gst-python \
- gnonlin gst-plugins-gl"
+ gnonlin gst-plugins-gl gst-rtsp-server"
topdir=`pwd`
dir=`mktemp -d $topdir/common-update-XXXXXX`