summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis de Bethencourt <luis@debethencourt.com>2012-11-27 12:57:43 -0500
committerLuis de Bethencourt <luis@debethencourt.com>2012-11-27 12:57:43 -0500
commitbe4120db9ee1b5dc0eba830156af8dc69a043804 (patch)
tree51cc3e17418b281825c02b221287bd46f711f1e9
parenteb83421048db407ef9d5568c6f0adbf8fabede9e (diff)
downloadgstreamer-be4120db9ee1b5dc0eba830156af8dc69a043804.tar.gz
add gst-editing-services to PKG_CONFIG_PATH
-rwxr-xr-xscripts/gst-uninstalled11
1 files changed, 6 insertions, 5 deletions
diff --git a/scripts/gst-uninstalled b/scripts/gst-uninstalled
index c7c260120b..ea460bae5e 100755
--- a/scripts/gst-uninstalled
+++ b/scripts/gst-uninstalled
@@ -73,6 +73,11 @@ do
DYLD_LIBRARY_PATH=$GST/gst-ffmpeg/gst-libs/ext/ffmpeg/$path:$DYLD_LIBRARY_PATH
done
+# GStreamer Editing Services library
+LD_LIBRARY_PATH=$GST/gst-editing-services/ges/.libs:$LD_LIBRARY_PATH
+DYLD_LIBRARY_PATH=$GST/gst-editing-services/ges/.libs:$DYLD_LIBRARY_PATH
+PATH=$GST/gst-editing-services/tools:$PATH
+
# GStreamer plugins base libraries
for path in app audio cdda fft interfaces pbutils netbuffer riff rtp rtsp sdp tag utils video
do
@@ -113,6 +118,7 @@ $GST_PREFIX/lib/pkgconfig\
:$GST/gst-ffmpeg/pkgconfig\
:$GST/gst-python/pkgconfig\
:$GST/gst-rtsp-server/pkgconfig\
+:$GST/gst-editing-services/pkgconfig\
:$GST/gstreamer-sharp/pkgconfig\
:$GST/farsight2\
:$GST/libnice/nice\
@@ -178,11 +184,6 @@ export PATH=$GST/insanity/bin:$PATH
export PKG_CONFIG_PATH=$GST/insanity/lib:$GST/insanity-gst/lib:$PKG_CONFIG_PATH
export GI_TYPELIB_PATH=$GST/insanity/lib/insanity:$GST/insanity-gst/lib/insanity-gst:$GI_TYPELIB_PATH
-# GStreamer editing services library
-export LD_LIBRARY_PATH=$GST/gst-editing-services/ges/.libs:$LD_LIBRARY_PATH
-export DYLD_LIBRARY_PATH=$GST/gst-editing-services/ges/.libs:$DYLD_LIBRARY_PATH
-export PATH=$GST/gst-editing-services/tools:$PATH
-
# if we got a command, run it, else start a shell
if test ! -z "$1";
then