#!/bin/sh # Initialize the environment for development with CVS gst. export GST_ROOT=$(cd `dirname $0` && pwd) export PATH="$GST_ROOT/gstreamer/tools:$GST_ROOT/gst-plugins-base/tools:$PATH" export GST_PLUGIN_PATH=$GST_ROOT/gst-plugins-base:$GST_ROOT/gst-plugins export PKG_CONFIG_PATH=$GST_ROOT/gstreamer/pkgconfig:$GST_ROOT/gst-plugins-base/pkgconfig export PACKAGES="gst $PACKAGES" exec "$@"