include ../../global_config

OBJS = $(OBJDIR)/interpolatevideo.o \
	$(OBJDIR)/interpolatewindow.o \
	$(OBJDIR)/opticflow.o \
	$(OBJDIR)/motioncache.o \
	$(OBJDIR)/motionscan.o

OUTPUT = $(PLUGIN_DIR)/interpolatevideo.plugin

include ../../plugin_config


$(OBJDIR)/interpolatevideo.o: interpolatevideo.C
$(OBJDIR)/interpolatewindow.o: interpolatewindow.C
$(OBJDIR)/opticflow.o: opticflow.C
$(OBJDIR)/motioncache.o: motioncache.C motioncache.h
$(OBJDIR)/motionscan.o: motionscan.C motionscan.h
