]> git.sesse.net Git - mlt/blobdiff - src/modules/vid.stab/configure
Fix vid.stab configure script
[mlt] / src / modules / vid.stab / configure
old mode 100644 (file)
new mode 100755 (executable)
index 2929d07..37c205a
@@ -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