update-common: also update gst-rtsp-server
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 13 Dec 2010 15:19:23 +0000 (15:19 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 13 Dec 2010 15:19:23 +0000 (15:19 +0000)
Now that it's been converted to use the common submodule

update-common

index aa2e9dc..85ed6e2 100755 (executable)
@@ -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`