X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fkino%2Fconfigure;h=1d38ac9f76b07a3b64a1c3018600b740d8932b6a;hb=4112170ce8053261b9c67f58df87c2a3573b6602;hp=17c00f3e694dd0610a2e3bdb09f6789a35029e4f;hpb=efd5f25f6fe70f75f9787e9c7f2b53730ecf6048;p=melted diff --git a/src/modules/kino/configure b/src/modules/kino/configure index 17c00f3..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=$? @@ -17,8 +25,7 @@ then [ "$libdv_disabled" = "0" ] && echo "HAVE_LIBDV=1" >> config.mak [ "$lqt_disabled" != "0" ] && echo "- libquicktime not found: only enabling dv avi support" - [ "$libdv_disabled" != 0 -a "$lqt_disabled" = "0" ] && echo "- libdv not found: mov dv may not have audio" - - echo "kino libmltkino$LIBSUF" >> ../producers.dat + [ "$libdv_disabled" != "0" -a "$lqt_disabled" = "0" ] && echo "- libdv not found: mov dv may not have audio" + + exit 0 fi -