X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Finterpolatevideo%2FMakefile;h=1993a6a0732cff52478fafc62d4923f22e9e1e7e;hb=09ccfde5a1fd65069f69b37490462b7ccf38a336;hp=3b50feb2271a55ecd9bfce5302083df399a91b95;hpb=1e154071bd323f756625f8172ef67133a561450a;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/interpolatevideo/Makefile b/cinelerra-5.1/plugins/interpolatevideo/Makefile index 3b50feb2..1993a6a0 100644 --- a/cinelerra-5.1/plugins/interpolatevideo/Makefile +++ b/cinelerra-5.1/plugins/interpolatevideo/Makefile @@ -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