possible fix for #2072
This commit is contained in:
parent
e98e7d8761
commit
dfcbff8175
1 changed files with 4 additions and 3 deletions
|
@ -397,10 +397,11 @@ cd -
|
||||||
echo "Creating gstreamer registry...";
|
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
|
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=$gstreamer_dir
|
export GST_PLUGIN_PATH=$install_lib:$gstreamer_dir
|
||||||
$install_bin/gst-register > /dev/null 2>&1
|
rm -f ${GST_REGISTRY}
|
||||||
|
$install_bin/gst-register
|
||||||
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue