* Fix bug #60244

* Small changes
This commit is contained in:
Roman Demidov
2023-02-28 10:39:48 +03:00
committed by GitHub
parent 4746056144
commit d792f5bb09
3 changed files with 13 additions and 4 deletions

View File

@ -1,5 +1,8 @@
#!/bin/sh
DIR=/opt/M4_MEDIAVIEWER_PREFIX
export LD_LIBRARY_PATH=$DIR:$LD_LIBRARY_PATH
if [ ! -z "$LD_LIBRARY_PATH" ]; then
LDLPATH=:$LD_LIBRARY_PATH
fi
export LD_LIBRARY_PATH=$DIR$LDLPATH
exec $DIR/VideoPlayer "$@"