We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55f186d commit 86af523Copy full SHA for 86af523
scripts.d/50-vidstab.sh
@@ -1,7 +1,8 @@
1
#!/bin/bash
2
3
VIDSTAB_REPO="https://github.com/georgmartius/vid.stab.git"
4
-VIDSTAB_COMMIT="f9166e9b082242b622b5b456ef80cbdbd4042826"
+# TODO: clamp to e7715fc until georgmartius/vid.stab#104 get fixed
5
+VIDSTAB_COMMIT="e7715fcf329573cdcff5c57d0e4a25f4c3a0cb7f"
6
7
ffbuild_enabled() {
8
[[ $VARIANT == gpl* ]] || return -1
0 commit comments