+ Enabled Zach's new slowmotion producer
[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 >> ../producers.dat
12 slowmotion              libmltmotion_est.so
13 EOF
14
15 cat << EOF >> ../filters.dat
16 motion_est              libmltmotion_est.so
17 vismv                   libmltmotion_est.so
18 crop_detect             libmltmotion_est.so
19 autotrack_rectangle     libmltmotion_est.so
20 EOF
21 fi
22
23 fi