gst-uninstalled: add gst-p-bad gst-libs to the path
authorThiago Santos <thiago.sousa.santos@collabora.com>
Mon, 18 Jun 2012 19:54:29 +0000 (16:54 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.com>
Thu, 21 Jun 2012 14:15:07 +0000 (11:15 -0300)
Makes videoparsers and camerabins from bad usable from an uninstalled
environment at osx

scripts/gst-uninstalled

index ac99e03..6f2368a 100755 (executable)
@@ -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