X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fmotion_est%2Fconfigure;h=6116a9a1b9de9615e501e8b38771d9d667351454;hb=16b6d374cf80004b192aae74a55b0452c7ee809d;hp=578862c830449a69a8318ed90b577692e438739e;hpb=f0f9e433051b21e14471bb48bc5d140e6c2b14c5;p=melted diff --git a/src/modules/motion_est/configure b/src/modules/motion_est/configure index 578862c..6116a9a 100755 --- a/src/modules/motion_est/configure +++ b/src/modules/motion_est/configure @@ -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