From a8802a3b666670b2aa495fe3eabd2d5b2e3f1466 Mon Sep 17 00:00:00 2001 From: lilo_booter Date: Tue, 25 Oct 2005 07:34:05 +0000 Subject: [PATCH] + Enabled Zach's new slowmotion producer git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@857 d19143bc-622f-0410-bfdd-b5b2a6649095 --- src/modules/motion_est/configure | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/modules/motion_est/configure b/src/modules/motion_est/configure index 24f0b9e..578862c 100755 --- a/src/modules/motion_est/configure +++ b/src/modules/motion_est/configure @@ -8,6 +8,10 @@ then touch ../disable-motion_est echo "- motion estimation components disabled. Add --enable-motion-est to enable." else +cat << EOF >> ../producers.dat +slowmotion libmltmotion_est.so +EOF + cat << EOF >> ../filters.dat motion_est libmltmotion_est.so vismv libmltmotion_est.so -- 1.7.4.4