modules/oldfilm: yml files without icon, icon as separate file
[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 fi
11
12 fi