fixed install script
This commit is contained in:
parent
619ee502c6
commit
3678810b09
1 changed files with 4 additions and 4 deletions
|
@ -421,11 +421,11 @@ echo "Creating gstreamer registry...";
|
||||||
|
|
||||||
gstreamer_dir=`find $install_lib -type d -name "gstreamer-*"`
|
gstreamer_dir=`find $install_lib -type d -name "gstreamer-*"`
|
||||||
export LD_LIBRARY_PATH=$install_lib # is this needed here?
|
export LD_LIBRARY_PATH=$install_lib # is this needed here?
|
||||||
export GST_REGISTRY=$install_etc/gst-registry.xml
|
#export GST_REGISTRY=$install_etc/gst-registry.xml
|
||||||
export GST_PLUGIN_PATH=$install_lib:$gstreamer_dir
|
export GST_PLUGIN_PATH=$install_lib:$gstreamer_dir
|
||||||
rm -f ${GST_REGISTRY}
|
#rm -f ${GST_REGISTRY}
|
||||||
rm -f $install_var/cache/gstreamer-0.10/registry.xml
|
#rm -f $install_var/cache/gstreamer-0.10/registry.xml
|
||||||
$install_bin/gst-register
|
#$install_bin/gst-register
|
||||||
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue