]> git.sesse.net Git - mlt/commitdiff
Fix vid.stab configure script
authorBrian Matherly <pez4brian@yahoo.com>
Sun, 12 Jan 2014 03:32:48 +0000 (21:32 -0600)
committerBrian Matherly <pez4brian@yahoo.com>
Sun, 12 Jan 2014 03:32:48 +0000 (21:32 -0600)
src/modules/vid.stab/configure [changed mode: 0644->0755]

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