X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fmotion_est%2Fconfigure;h=578862c830449a69a8318ed90b577692e438739e;hb=944372119577c5de81153ca1b8d3e1da0240c4ab;hp=896908c3942773112906b6bcbc5219e06ae2854a;hpb=f4390d514456c96371a2eff168e1d4a09f28a8bf;p=melted diff --git a/src/modules/motion_est/configure b/src/modules/motion_est/configure index 896908c..578862c 100755 --- a/src/modules/motion_est/configure +++ b/src/modules/motion_est/configure @@ -3,18 +3,21 @@ 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 >> ../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 - - if [ "$motionest" = "false" ] - then - touch ../disable-motion-est - echo "- motion estimation components disabled. Add --enable-motion-est to enable." - fi - +fi fi