]> git.sesse.net Git - mlt/blobdiff - src/modules/kino/configure
Initial port to Windows using MinGW.
[mlt] / src / modules / kino / configure
index f6524f38959c3d9a33b0dc363b049afee800ad07..88009a00e08c6ad573f71eb7551b5d450403b44f 100755 (executable)
@@ -3,9 +3,9 @@
 if [ "$help" != "1" ]
 then
 
-       if [ "$targetos" = "Darwin" ]
+       if [ "$targetos" = "Darwin" ] || [ "$targetos" = "MinGW" ]
        then
-               echo "- does not build on Darwin: disabling"
+               echo "- does not build on Darwin or Windows: disabling"
                touch ../disable-kino
                exit 0
        fi