From: Brian Matherly Date: Sun, 12 Jan 2014 03:32:48 +0000 (-0600) Subject: Fix vid.stab configure script X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=54c96db31d817e1c0dd2319e80d6fb36e0fea383;p=mlt Fix vid.stab configure script --- diff --git a/src/modules/vid.stab/configure b/src/modules/vid.stab/configure old mode 100644 new mode 100755 index 2929d079..37c205a4 --- a/src/modules/vid.stab/configure +++ b/src/modules/vid.stab/configure @@ -5,7 +5,7 @@ then if ! $(pkg-config vidstab) then echo "- vid.stab not found: disabling" - touch ../disable-vidstab + touch ../disable-vid.stab exit 0 fi @@ -14,7 +14,7 @@ then if [ 0 == $(expr $modver \>= $minver) ] then echo "- vid.stab $modver found, but $minver or newer is required: disabling" - touch ../disable-opencv + touch ../disable-vid.stab exit 0 fi