+ Correction to the disabled case (should be disable-motion_est and plugins should...
[melted] / src / modules / motion_est / configure
1 #!/bin/sh
2
3 if [ "$help" != "1" ]
4 then
5
6 if [ "$motionest" = "false" ]
7 then
8         touch ../disable-motion_est
9         echo "- motion estimation components disabled. Add --enable-motion-est to enable." 
10 else
11 cat << EOF >> ../filters.dat
12 motion_est              libmltmotion_est.so
13 vismv                   libmltmotion_est.so
14 crop_detect             libmltmotion_est.so
15 autotrack_rectangle     libmltmotion_est.so
16 EOF
17 fi
18
19 fi