Merge CV, ver=5.1; ops/methods from HV, and interface from CV where possible
[goodguy/history.git] / cinelerra-5.1 / plugins / timestretch / Makefile
diff --git a/cinelerra-5.1/plugins/timestretch/Makefile b/cinelerra-5.1/plugins/timestretch/Makefile
new file mode 100644 (file)
index 0000000..dfb59b8
--- /dev/null
@@ -0,0 +1,15 @@
+include ../../global_config
+
+OBJS = $(OBJDIR)/timestretch.o \
+       $(OBJDIR)/timestretchengine.o
+
+PLUGIN = timestretch
+
+include ../../plugin_config
+
+
+
+
+$(OBJDIR)/timestretch.o: timestretch.C
+$(OBJDIR)/timestretchengine.o: timestretchengine.C
+