Skip to content

Commit 86af523

Browse files
nanakeBtbN
authored andcommitted
Clamp vidstab to known good
issue #45
1 parent 55f186d commit 86af523

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts.d/50-vidstab.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/bash
22

33
VIDSTAB_REPO="https://github.com/georgmartius/vid.stab.git"
4-
VIDSTAB_COMMIT="f9166e9b082242b622b5b456ef80cbdbd4042826"
4+
# TODO: clamp to e7715fc until georgmartius/vid.stab#104 get fixed
5+
VIDSTAB_COMMIT="e7715fcf329573cdcff5c57d0e4a25f4c3a0cb7f"
56

67
ffbuild_enabled() {
78
[[ $VARIANT == gpl* ]] || return -1

0 commit comments

Comments
 (0)