From 86af523883173be93c69d1170d1f78f79dc5e9f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=AA=E3=81=AA=E3=81=91?= Date: Sat, 9 Jan 2021 12:13:31 +0700 Subject: [PATCH] Clamp vidstab to known good issue #45 --- scripts.d/50-vidstab.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts.d/50-vidstab.sh b/scripts.d/50-vidstab.sh index d8799b5..0b5ddb1 100755 --- a/scripts.d/50-vidstab.sh +++ b/scripts.d/50-vidstab.sh @@ -1,7 +1,8 @@ #!/bin/bash VIDSTAB_REPO="https://github.com/georgmartius/vid.stab.git" -VIDSTAB_COMMIT="f9166e9b082242b622b5b456ef80cbdbd4042826" +# TODO: clamp to e7715fc until georgmartius/vid.stab#104 get fixed +VIDSTAB_COMMIT="e7715fcf329573cdcff5c57d0e4a25f4c3a0cb7f" ffbuild_enabled() { [[ $VARIANT == gpl* ]] || return -1