X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fmotion_est%2Fconfigure;h=896908c3942773112906b6bcbc5219e06ae2854a;hb=c761c6d9db6ff61191717f44ea44fb0c9b6af535;hp=62bd83249a16e0c9de54a2c645e8c0c65c32a910;hpb=4f3d5f48dd9b4a0caddce6b65d9f8d4ad7a4f04a;p=melted diff --git a/src/modules/motion_est/configure b/src/modules/motion_est/configure index 62bd832..896908c 100755 --- a/src/modules/motion_est/configure +++ b/src/modules/motion_est/configure @@ -6,9 +6,15 @@ then cat << EOF >> ../filters.dat motion_est libmltmotion_est.so vismv libmltmotion_est.so -benchmark libmltmotion_est.so crop_detect libmltmotion_est.so autotrack_rectangle libmltmotion_est.so EOF + if [ "$motionest" = "false" ] + then + touch ../disable-motion-est + echo "- motion estimation components disabled. Add --enable-motion-est to enable." + fi + + fi