*** empty log message ***

This commit is contained in:
maroy 2005-06-30 09:58:03 +00:00
parent b5fb36be3f
commit 77719e8c06

View file

@ -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"