From: ddennedy Date: Fri, 12 Dec 2008 07:42:53 +0000 (+0000) Subject: kino/configure: automatically disable on OS X - does not build due to missing headers X-Git-Url: http://research.m1stereo.tv/gitweb?a=commitdiff_plain;h=6c95a9df3eee556eb8375fdee25c1d5469642745;p=melted kino/configure: automatically disable on OS X - does not build due to missing headers git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1257 d19143bc-622f-0410-bfdd-b5b2a6649095 --- diff --git a/src/modules/kino/configure b/src/modules/kino/configure index ae766d1..1d38ac9 100755 --- a/src/modules/kino/configure +++ b/src/modules/kino/configure @@ -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=$?