+ Correction to the disabled case (should be disable-motion_est and plugins should...
[melted] / src / modules / motion_est / configure
index 62bd832..24f0b9e 100755 (executable)
@@ -3,12 +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
-benchmark              libmltmotion_est.so
 crop_detect            libmltmotion_est.so
 autotrack_rectangle    libmltmotion_est.so
 EOF
+fi
 
 fi