From 06af4b4302ecc18e6fce6f72da0b014ba8814c5a Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Tue, 20 Jan 2015 09:19:10 +0100 Subject: [PATCH] scripts: Remove gnonlin from the scripts It is not maintain anymore and its feature are now inside the GStreamer Editing Services (for the time being). --- scripts/git-update.sh | 3 +-- scripts/gst-uninstalled | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/git-update.sh b/scripts/git-update.sh index 43124a5f13..aaa738f816 100755 --- a/scripts/git-update.sh +++ b/scripts/git-update.sh @@ -16,8 +16,7 @@ MODULES="\ EXTRA_MODULES="\ gst-editing-services \ gst-rtsp-server \ - gst-python \ - gnonlin" + gst-python" tmp=${TMPDIR-/tmp} tmp=$tmp/git-update.$(date +%Y%m%d-%H%M-).$RANDOM.$RANDOM.$RANDOM.$$ diff --git a/scripts/gst-uninstalled b/scripts/gst-uninstalled index 4cfa40f1c6..eba8bfc57b 100755 --- a/scripts/gst-uninstalled +++ b/scripts/gst-uninstalled @@ -157,7 +157,6 @@ $GST/gstreamer/plugins\ :$GST/gst-plugins-bad/sys\ :$GST/gst-libav/ext/\ :$GST/gst-ffmpeg/ext/\ -:$GST/gnonlin/gnl/.libs\ :$GST/gst-omx/omx/.libs\ :$GST/clutter-gst/clutter-gst/.libs\ :$GST/gstreamer-vaapi/gst/vaapi/.libs\