mlt_repository.[hc]:
[melted] / src / modules / motion_est / configure
index 578862c..6116a9a 100755 (executable)
@@ -7,17 +7,6 @@ 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
-crop_detect            libmltmotion_est.so
-autotrack_rectangle    libmltmotion_est.so
-EOF
 fi
 
 fi