Update ChangeLog and remove svn log from the make install target.
[melted] / src / modules / kino / configure
index 17c00f3..1d38ac9 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=$?
@@ -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
-