Skip to content

Commit 022b79b

Browse files
authored
Remove Viber's ffmpeg
1 parent 2a5599f commit 022b79b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

make-appimage.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@ 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
29+
rm ./AppDir/bin/lib/libavcodec*
30+
rm ./AppDir/bin/lib/libavdevice*
31+
rm ./AppDir/bin/lib/libavfilter*
32+
rm ./AppDir/bin/lib/libavformat*
33+
rm ./AppDir/bin/lib/libavutil*
34+
rm ./AppDir/bin/lib/libpostproc*
35+
rm ./AppDir/bin/lib/libswresample*
36+
rm ./AppDir/bin/lib/libswscale*
37+
2838
# Deploy dependencies
2939
quick-sharun ./AppDir/bin/* \
3040
./AppDir/bin/libexec/* \

0 commit comments

Comments
 (0)