From: Thomas Vander Stichele Date: Sat, 16 Apr 2005 16:28:07 +0000 (+0000) Subject: add gst-plugins-base to pkgconfig path X-Git-Tag: RELEASE-0_9_2~557 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2f75b1f0d58f6ec6c959221034de8fd0e67e81df;p=platform%2Fupstream%2Fgstreamer.git add gst-plugins-base to pkgconfig path Original commit message from CVS: add gst-plugins-base to pkgconfig path --- diff --git a/docs/faq/gst-uninstalled b/docs/faq/gst-uninstalled index f69f7ff..d525bb4 100755 --- a/docs/faq/gst-uninstalled +++ b/docs/faq/gst-uninstalled @@ -42,7 +42,7 @@ fi PATH=$GST/gstreamer/tools:$GST/gst-plugins/tools:$GST/gst-player/src:$GST/gst-editor/src:$GST/prefix/bin:$PATH # /some/path: makes the dynamic linker look in . too, so avoid this export LD_LIBRARY_PATH=$GST/prefix/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} -export PKG_CONFIG_PATH=$GST/prefix/lib/pkgconfig:$GST/gstreamer/pkgconfig:$GST/gst-plugins/pkgconfig:$GST/gst-python/pkgconfig:$PKG_CONFIG_PATH +export PKG_CONFIG_PATH=$GST/prefix/lib/pkgconfig:$GST/gstreamer/pkgconfig:$GST/gst-plugins/pkgconfig:$GST/gst-plugins-base/pkgconfig:$GST/gst-python/pkgconfig:$PKG_CONFIG_PATH export GST_PLUGIN_PATH=$GST/gstreamer:$GST/gst-plugins:$GST/gst-plugins-base:$GST/gst-ffmpeg:$GST/gst-monkeysaudio:$GST_PLUGIN_PATH export MANPATH=$GST/gstreamer/tools:$GST/prefix/share/man:$MANPATH pythonver=`python -c "import sys; print sys.version[:3]"`