Skip to content

Commit d75f44c

Browse files
authored
Further explain on why we remove Viber's ffmpeg and use Arch's
1 parent aa167eb commit d75f44c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

make-appimage.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ export DEPLOY_QT=0
2525
export DEPLOY_QML=0
2626
export DEPLOY_QT_WEB_ENGINE=0
2727

28-
# Remove Viber's ffmpeg, as it's broken, video camera doesn't work, we will use our ffmpeg 4.4 instead
28+
# Viber's ffmpeg 4.4 is s incomplete and broken, it links to older libtheora.so.1 version,
29+
# which it doesn't bundle at all, which is crucial for video camera working
30+
# To fix this issue, we we will remove Viber's ffmpeg 4.4 and use Arch's ffmpeg 4.4 instead, which links to latest libtheora
2931
rm -fv ./AppDir/bin/lib/libavcodec*
3032
rm -fv ./AppDir/bin/lib/libavdevice*
3133
rm -fv ./AppDir/bin/lib/libavfilter*

0 commit comments

Comments
 (0)