From 7eb48ffde741ed3539cf645ecec669058fcb201e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 15 Mar 2020 05:34:24 +0100 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 036b2ac..b805618 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="php-intl php-curl php-mbstring libav-tools" +pkg_dependencies="php-intl php-curl php-mbstring libav-tools|ffmpeg" #================================================= # PERSONAL HELPERS