diff options
author | Luis de Bethencourt <luisbg@osg.samsung.com> | 2015-08-21 17:42:52 +0100 |
---|---|---|
committer | Luis de Bethencourt <luisbg@osg.samsung.com> | 2015-09-29 16:56:29 +0100 |
commit | 7c58eefb77bd78cd766c44de56bc69d3d606c386 (patch) | |
tree | b579ea13da37816d660296ee0b5118e10e4abf8a /scripts | |
parent | 5d3c58902fdecfdd4e8148a59e5ce5a10edca1c8 (diff) |
gstreamer-uninstalled: add path for OpenCV haar cascade files
Some OpenCV plugins use haar cascade files that are included in the
GStreamer sources. To be able to use these from uninstalled, they need
to be found through an environment variable.
Adding this environment variable pointing to haar cascade files to
gst-uninstalled.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gst-uninstalled | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gst-uninstalled b/scripts/gst-uninstalled index 648582a3e..d033514e3 100755 --- a/scripts/gst-uninstalled +++ b/scripts/gst-uninstalled @@ -107,6 +107,7 @@ do 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 +export GST_HAAR_CASCADES_PATH=$GST/gst-plugins-bad/ext/opencv/ # GStreamer core libraries for path in base check controller net |