Update script to work with DS218play

Please refer to my comment for details:

https://gist.github.com/BenjaminPoncet/bbef9edc1d0800528813e75c1669e57e#gistcomment-3778798
This commit is contained in:
Marcin Twardak
2021-06-13 20:33:35 +02:00
parent b63984745e
commit 905cac4431

View File

@@ -27,7 +27,7 @@ function armv8_procedure() {
declare -a ffmpegfiles=(
"libavcodec.so.56"
"libavdevice.so.56"
"libavfilter.so.56"
"libavfilter.so.5"
"libavformat.so.56"
"libavutil.so.54"
"libpostproc.so.53"
@@ -46,6 +46,12 @@ function armv8_procedure() {
wget -q -O "/var/packages/VideoStation/target/lib/ffmpeg/$file" "https://github.com/AlexPresso/VideoStation-FFMPEG-Patcher/blob/main/ffmpeg/$file?raw=true"
done
if [[ -d /var/packages/CodecPack/target/lib/ffmpeg27 ]]; then
echo "[INFO] Creating symbolic link from CodecPack ffmpeg directory"
mv /var/packages/CodecPack/target/lib/ffmpeg27 /var/packages/CodecPack/target/lib/ffmpeg27.orig
ln -s /var/packages/VideoStation/target/lib/ffmpeg /var/packages/CodecPack/target/lib/ffmpeg27
fi
save_and_patch
restart_videostation