Merge CV, ver=5.1; ops/methods from HV, and interface from CV where possible
[goodguy/history.git] / cinelerra-5.1 / plugins / chromakeyhsv / Makefile
diff --git a/cinelerra-5.1/plugins/chromakeyhsv/Makefile b/cinelerra-5.1/plugins/chromakeyhsv/Makefile
new file mode 100644 (file)
index 0000000..7a28b25
--- /dev/null
@@ -0,0 +1,13 @@
+include ../../global_config
+
+PLUGIN = chromakeyhsv
+SHADER := $(OBJDIR)/chromakey_sl.o
+OBJS := $(OBJDIR)/chromakey.o $(SHADER)
+
+include ../../plugin_config
+
+$(OBJDIR)/chromakey.o: chromakey.C
+$(SHADER): chromakey.sl
+       cd $(OBJDIR) && \
+       ../../../guicast/$(OBJDIR)/bootstrap -s chromakey_sl.o ../chromakey.sl
+