Fix build errors caused by the (hypothetical) conversion of mlt_position from an...
[melted] / src / modules / motion_est / configure
index 62bd832..896908c 100755 (executable)
@@ -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