From d86160d96d2dbe3d658eab2c5e0c3f73fc3a18cd Mon Sep 17 00:00:00 2001 From: Gredin67 <35761345+Gredin67@users.noreply.github.com> Date: Wed, 23 Dec 2020 01:12:38 +0100 Subject: [PATCH] remove ffmpeg --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 693250c..29c2658 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="ffmpeg,g++" +pkg_dependencies="g++" GO_VERSION="1.14" GO_PATH="/usr/lib/go-$GO_VERSION/bin"