removed a debugging target.
authordezeroex <dezeroex@d19143bc-622f-0410-bfdd-b5b2a6649095>
Fri, 8 Jul 2005 23:48:27 +0000 (23:48 +0000)
committerdezeroex <dezeroex@d19143bc-622f-0410-bfdd-b5b2a6649095>
Fri, 8 Jul 2005 23:48:27 +0000 (23:48 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@752 d19143bc-622f-0410-bfdd-b5b2a6649095

src/modules/motion_est/Makefile
src/modules/motion_est/configure

index 5b26b4f..65af04b 100644 (file)
@@ -4,7 +4,6 @@ TARGET = ../libmltmotion_est.so
 
 OBJS = factory.o \
           filter_motion_est.o \
-          filter_benchmark.o \
           filter_crop_detect.o \
           filter_autotrack_rectangle.o \
           arrow_code.o \
index 62bd832..0dae749 100755 (executable)
@@ -6,7 +6,6 @@ then
 cat << EOF >> ../filters.dat
 motion_est             libmltmotion_est.so
 vismv                  libmltmotion_est.so
-benchmark              libmltmotion_est.so
 crop_detect            libmltmotion_est.so
 autotrack_rectangle    libmltmotion_est.so
 EOF