X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fmotion_est%2Fconfigure;h=24f0b9ed014a7c75cfcee8c5c6d9b9868e3c3b2a;hb=5941e41209b87a8ed26f273f170abbd484113938;hp=0dae7494a09bdd7f5f11ba9af4d38240ff713188;hpb=4fa4ab5141f0013d58464972b2ab874b252a16f7;p=melted diff --git a/src/modules/motion_est/configure b/src/modules/motion_est/configure index 0dae749..24f0b9e 100755 --- a/src/modules/motion_est/configure +++ b/src/modules/motion_est/configure @@ -3,11 +3,17 @@ if [ "$help" != "1" ] then +if [ "$motionest" = "false" ] +then + touch ../disable-motion_est + echo "- motion estimation components disabled. Add --enable-motion-est to enable." +else cat << EOF >> ../filters.dat motion_est libmltmotion_est.so vismv libmltmotion_est.so crop_detect libmltmotion_est.so autotrack_rectangle libmltmotion_est.so EOF +fi fi