]> git.sesse.net Git - mlt/commitdiff
Allow decklink to build on OS X.
authorDan Dennedy <dan@dennedy.org>
Tue, 10 May 2011 03:05:24 +0000 (20:05 -0700)
committerDan Dennedy <dan@dennedy.org>
Tue, 10 May 2011 03:05:24 +0000 (20:05 -0700)
src/modules/decklink/configure

index 850b952b4803ea55808a7e6f132bd28b48ff1661..dc8de622e22499d590681d562eab5366d459f2c4 100755 (executable)
@@ -2,9 +2,9 @@
 
 if [ "$help" != "1" ]
 then
-       if [ "$targetos" = "Darwin" ] || [ "$targetos" = "MinGW" ]
+       if [ "$targetos" = "MinGW" ]
        then
-               echo "- does not build on OS X or Windows: disabling"
+               echo "- does not build on Windows: disabling"
                touch ../disable-decklink
                exit 0
        fi