X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fmotion_est%2Fconfigure;h=578862c830449a69a8318ed90b577692e438739e;hb=a8802a3b666670b2aa495fe3eabd2d5b2e3f1466;hp=62bd83249a16e0c9de54a2c645e8c0c65c32a910;hpb=4f3d5f48dd9b4a0caddce6b65d9f8d4ad7a4f04a;p=melted diff --git a/src/modules/motion_est/configure b/src/modules/motion_est/configure index 62bd832..578862c 100755 --- a/src/modules/motion_est/configure +++ b/src/modules/motion_est/configure @@ -3,12 +3,21 @@ 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 >> ../producers.dat +slowmotion libmltmotion_est.so +EOF + 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 +fi fi