Mention that motion est is disabled by default during ./configure.
authordezeroex <dezeroex@d19143bc-622f-0410-bfdd-b5b2a6649095>
Sat, 9 Jul 2005 00:36:43 +0000 (00:36 +0000)
committerdezeroex <dezeroex@d19143bc-622f-0410-bfdd-b5b2a6649095>
Sat, 9 Jul 2005 00:36:43 +0000 (00:36 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@754 d19143bc-622f-0410-bfdd-b5b2a6649095

src/modules/motion_est/configure

index 51cabb1..896908c 100755 (executable)
@@ -13,6 +13,7 @@ EOF
        if [ "$motionest" = "false" ]
        then
                touch ../disable-motion-est
+               echo "- motion estimation components disabled. Add --enable-motion-est to enable." 
        fi