896908c3942773112906b6bcbc5219e06ae2854a
[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                 echo "- motion estimation components disabled. Add --enable-motion-est to enable." 
17         fi
18                 
19
20 fi