diff options
author | Luis de Bethencourt <luis@debethencourt.com> | 2012-11-26 18:16:52 -0500 |
---|---|---|
committer | Luis de Bethencourt <luis@debethencourt.com> | 2012-11-26 18:16:52 -0500 |
commit | 3cf0a25e642c40309247ddb277857249b1a8561a (patch) | |
tree | e78d31673c09318393d870528ffb90a2258c060a /scripts | |
parent | 38a9ff92157e44108a4aedd4ddf8fbc2e7048bcc (diff) |
add gst-editing-services to PKG_CONFIG_PATH
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gst-uninstalled | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/scripts/gst-uninstalled b/scripts/gst-uninstalled index c2ca5036d..117fb7945 100755 --- a/scripts/gst-uninstalled +++ b/scripts/gst-uninstalled @@ -73,6 +73,12 @@ 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 +119,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\ @@ -186,11 +193,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 [ -d "$GST/gst-libav" -a -d "$GST/gst-ffmpeg" ]; then echo echo "=====================================================================" |