Import the proof of concept slow motion producer.
[melted] / src / modules / motion_est / Makefile
index 5b26b4f..d713df4 100644 (file)
@@ -4,11 +4,11 @@ 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 \
-          filter_vismv.o
+          filter_vismv.o \
+          producer_slowmotion.o
 
 CFLAGS += -I../..