summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-05-03 10:13:25 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-05-03 10:13:25 +0200
commit0596933519f4f47348d887d69029fe2a12eb5d34 (patch)
treef51c57c32d8dbf3e2b8b0c67c9243c7c42ad36bd
parent9a39caf90f286183756bc8341d20fb466c45ff9d (diff)
downloadgstreamer-common-0596933519f4f47348d887d69029fe2a12eb5d34.tar.gz
update-common: gst-plugins-gl is now merged into gst-plugins-bad
-rwxr-xr-xupdate-common4
1 files changed, 2 insertions, 2 deletions
diff --git a/update-common b/update-common
index 307ccf3..a85fe99 100755
--- a/update-common
+++ b/update-common
@@ -16,7 +16,7 @@
# git # checkouts, and git will pull objects from there, decreasing
# network usage.
BRANCH=master
-reference=~/gst
+reference=~/Projects/gstreamer/head
PUSHURL=ssh://git.freedesktop.org/git/gstreamer
set -e
@@ -24,7 +24,7 @@ set -x
modules="gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad \
gst-plugins-ugly gst-libav gst-omx \
- gnonlin gst-plugins-gl gst-rtsp-server gst-editing-services"
+ gnonlin gst-rtsp-server gst-editing-services"
topdir=`pwd`
dir=`mktemp -d $topdir/common-update-XXXXXX`