X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fmotion_est%2FMakefile;h=d713df464e1b8801970bae18bd507d371e67da3d;hb=113bbb78306dc480d20e01fce5084522ebc0a781;hp=5b26b4f981fd287377b2db7572b855eba7727bb7;hpb=4f3d5f48dd9b4a0caddce6b65d9f8d4ad7a4f04a;p=melted diff --git a/src/modules/motion_est/Makefile b/src/modules/motion_est/Makefile index 5b26b4f..d713df4 100644 --- a/src/modules/motion_est/Makefile +++ b/src/modules/motion_est/Makefile @@ -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../..