Prevent motion estimation components from building unless requested.
[melted] / src / modules / motion_est / configure
index 0dae749..51cabb1 100755 (executable)
@@ -10,4 +10,10 @@ crop_detect          libmltmotion_est.so
 autotrack_rectangle    libmltmotion_est.so
 EOF
 
+       if [ "$motionest" = "false" ]
+       then
+               touch ../disable-motion-est
+       fi
+               
+
 fi