]> git.sesse.net Git - mlt/commitdiff
kino/configure: automatically disable on OS X - does not build due to missing headers
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Fri, 12 Dec 2008 07:42:53 +0000 (07:42 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Fri, 12 Dec 2008 07:42:53 +0000 (07:42 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1257 d19143bc-622f-0410-bfdd-b5b2a6649095

src/modules/kino/configure

index ae766d1ca6d2711b3e140aecb5c13dd635e4cf3b..1d38ac9f76b07a3b64a1c3018600b740d8932b6a 100755 (executable)
@@ -2,6 +2,14 @@
 
 if [ "$help" != "1" ]
 then
+
+       if [ "$targetos" = "Darwin" ]
+       then
+               echo "- does not build on Darwin: disabling"
+               touch ../disable-kino
+               exit 0
+       fi
+
        # Entirely optional...
        lqt-config --prefix > /dev/null 2>&1
        lqt_disabled=$?