add xvid/flv formats, add motion plugin varients + save file, fix build bug
[goodguy/history.git] / cinelerra-5.1 / plugins / interpolatevideo / Makefile
index 98baa20f814e1007ec8a20664c14a8bae03ea10a..3b50feb2271a55ecd9bfce5302083df399a91b95 100644 (file)
@@ -3,7 +3,9 @@ include ../../plugin_defs
 OBJS = $(OBJDIR)/interpolatevideo.o \
        $(OBJDIR)/interpolatewindow.o \
        $(OBJDIR)/opticflow.o \
-       $(OBJDIR)/motionscan.o
+       $(OBJDIR)/motionscan-hv.o
+
+CFLAGS += -DMotionScan=MotionHVScan
 
 PLUGIN = interpolatevideo
 
@@ -13,4 +15,4 @@ include ../../plugin_config
 $(OBJDIR)/interpolatevideo.o: interpolatevideo.C
 $(OBJDIR)/interpolatewindow.o: interpolatewindow.C
 $(OBJDIR)/opticflow.o: opticflow.C
-$(OBJDIR)/motionscan.o: motionscan.C motionscan.h
+$(OBJDIR)/motionscan-hv.o: motionscan-hv.C motionscan-hv.h