add xvid/flv formats, add motion plugin varients + save file, fix build bug
[goodguy/history.git] / cinelerra-5.1 / plugins / interpolatevideo / Makefile
index 10c0582ad3037cd57381971166a79d21e12c64e8..3b50feb2271a55ecd9bfce5302083df399a91b95 100644 (file)
@@ -1,9 +1,11 @@
-include ../../global_config
+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