]> git.sesse.net Git - mlt/commitdiff
+ Correction to the disabled case (should be disable-motion_est and plugins should...
authorlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 29 Aug 2005 07:56:41 +0000 (07:56 +0000)
committerlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 29 Aug 2005 07:56:41 +0000 (07:56 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@813 d19143bc-622f-0410-bfdd-b5b2a6649095

src/modules/motion_est/configure

index 896908c3942773112906b6bcbc5219e06ae2854a..24f0b9ed014a7c75cfcee8c5c6d9b9868e3c3b2a 100755 (executable)
@@ -3,18 +3,17 @@
 if [ "$help" != "1" ]
 then
 
+if [ "$motionest" = "false" ]
+then
+       touch ../disable-motion_est
+       echo "- motion estimation components disabled. Add --enable-motion-est to enable." 
+else
 cat << EOF >> ../filters.dat
 motion_est             libmltmotion_est.so
 vismv                  libmltmotion_est.so
 crop_detect            libmltmotion_est.so
 autotrack_rectangle    libmltmotion_est.so
 EOF
-
-       if [ "$motionest" = "false" ]
-       then
-               touch ../disable-motion-est
-               echo "- motion estimation components disabled. Add --enable-motion-est to enable." 
-       fi
-               
+fi
 
 fi