mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-16 05:16:36 +00:00
add gst-editing-services to PKG_CONFIG_PATH
This commit is contained in:
parent
38a9ff9215
commit
3cf0a25e64
1 changed files with 7 additions and 5 deletions
|
@ -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 "====================================================================="
|
||||
|
|
Loading…
Reference in a new issue