Skip to content

Commit 2a5599f

Browse files
authored
Install ffmpeg 4.4
Viber apparently ships incomplete version of ffmpeg 4.4, so we will just deploy the rest of it through sharun
1 parent e3b38ff commit 2a5599f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARCH=$(uname -m)
77
echo "Installing package dependencies..."
88
echo "---------------------------------------------------------------"
99
make-aur-package libtiff5
10-
pacman -Syu --noconfirm libtheora libbluray ffmpeg libmng
10+
pacman -Syu --noconfirm libtheora libbluray ffmpeg4.4 libmng
1111
make-aur-package viber
1212

1313
if [ "$ARCH" = 'x86_64' ]; then

0 commit comments

Comments
 (0)