From 77719e8c061e2545549a278f8f503f5dcbd9291c Mon Sep 17 00:00:00 2001 From: maroy Date: Thu, 30 Jun 2005 09:58:03 +0000 Subject: [PATCH] *** empty log message *** --- livesupport/tools/gstreamer/gstreamer-0.8.10/bin/install.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/livesupport/tools/gstreamer/gstreamer-0.8.10/bin/install.sh b/livesupport/tools/gstreamer/gstreamer-0.8.10/bin/install.sh index 5fe3814a0..5f24e9d49 100755 --- a/livesupport/tools/gstreamer/gstreamer-0.8.10/bin/install.sh +++ b/livesupport/tools/gstreamer/gstreamer-0.8.10/bin/install.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.6 $ +# Version : $Revision: 1.7 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/gstreamer/gstreamer-0.8.10/bin/Attic/install.sh,v $ #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- @@ -42,6 +42,10 @@ gstreamer_tar=${basedir}/src/${product}.tar.bz2 plugins_tar=${basedir}/src/${plugins}.tar.bz2 pkg_config_path=${installdir}/lib/pkgconfig +export PATH=${installdir}/bin:$PATH +export LD_LIBRARY_PATH=${installdir}/lib +export PKG_CONFIG_PATH=${pkg_config_path} + export LDFLAGS="-L${installdir}/lib" export CPPFLAGS="-I${installdir}/install"