bsd lang segv fix, enable bsd lv2, lv2 gui enable fix, proxy/ffmpeg toggle resize...
[goodguy/history.git] / cinelerra-5.1 / plugins / interpolatevideo / Makefile
index 3b50feb2271a55ecd9bfce5302083df399a91b95..1993a6a0732cff52478fafc62d4923f22e9e1e7e 100644 (file)
@@ -3,10 +3,9 @@ include ../../plugin_defs
 OBJS = $(OBJDIR)/interpolatevideo.o \
        $(OBJDIR)/interpolatewindow.o \
        $(OBJDIR)/opticflow.o \
+       $(OBJDIR)/motioncache-hv.o \
        $(OBJDIR)/motionscan-hv.o
 
-CFLAGS += -DMotionScan=MotionHVScan
-
 PLUGIN = interpolatevideo
 
 include ../../plugin_config
@@ -15,4 +14,5 @@ include ../../plugin_config
 $(OBJDIR)/interpolatevideo.o: interpolatevideo.C
 $(OBJDIR)/interpolatewindow.o: interpolatewindow.C
 $(OBJDIR)/opticflow.o: opticflow.C
+$(OBJDIR)/motionscan-hv.o: motioncache-hv.C motioncache-hv.h
 $(OBJDIR)/motionscan-hv.o: motionscan-hv.C motionscan-hv.h