*** empty log message ***
This commit is contained in:
parent
b5fb36be3f
commit
77719e8c06
1 changed files with 5 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Author : $Author: maroy $
|
# 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 $
|
# 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
|
plugins_tar=${basedir}/src/${plugins}.tar.bz2
|
||||||
pkg_config_path=${installdir}/lib/pkgconfig
|
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 LDFLAGS="-L${installdir}/lib"
|
||||||
export CPPFLAGS="-I${installdir}/install"
|
export CPPFLAGS="-I${installdir}/install"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue