mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-06 08:09:56 +00:00
add gst-editing-services to PKG_CONFIG_PATH
This commit is contained in:
parent
eb83421048
commit
be4120db9e
1 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue