mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
gst-uninstalled: add gst-p-bad gst-libs to the path
Makes videoparsers and camerabins from bad usable from an uninstalled environment at osx
This commit is contained in:
parent
7da1d23a9b
commit
cb34c6e156
1 changed files with 8 additions and 0 deletions
|
@ -81,6 +81,14 @@ do
|
|||
GI_TYPELIB_PATH=$GST/gst-plugins-base/gst-libs/gst/$path:$GI_TYPELIB_PATH
|
||||
done
|
||||
|
||||
# GStreamer plugins bad libraries
|
||||
for path in basecamerabinsrc codecparsers interfaces
|
||||
do
|
||||
LD_LIBRARY_PATH=$GST/gst-plugins-bad/gst-libs/gst/$path/.libs:$LD_LIBRARY_PATH
|
||||
DYLD_LIBRARY_PATH=$GST/gst-plugins-bad/gst-libs/gst/$path/.libs:$DYLD_LIBRARY_PATH
|
||||
GI_TYPELIB_PATH=$GST/gst-plugins-bad/gst-libs/gst/$path:$GI_TYPELIB_PATH
|
||||
done
|
||||
|
||||
# GStreamer core libraries
|
||||
for path in base net check controller
|
||||
do
|
||||
|
|
Loading…
Reference in a new issue