Prevent motion estimation components from building unless requested.
[melted] / src / modules / motion_est / configure
1 #!/bin/sh
2
3 if [ "$help" != "1" ]
4 then
5
6 cat << EOF >> ../filters.dat
7 motion_est              libmltmotion_est.so
8 vismv                   libmltmotion_est.so
9 crop_detect             libmltmotion_est.so
10 autotrack_rectangle     libmltmotion_est.so
11 EOF
12
13         if [ "$motionest" = "false" ]
14         then
15                 touch ../disable-motion-est
16         fi
17                 
18
19 fi