X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fchromakeyhsv%2FMakefile;h=d1a40d36a363d0acd368d683224b3c0324255793;hb=ebc84d483fe7a1cd9f60c7a88c5b49dc4effd733;hp=7a28b252635d9e165dbdaf17f194ee3ef8ada33d;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/chromakeyhsv/Makefile b/cinelerra-5.1/plugins/chromakeyhsv/Makefile index 7a28b252..d1a40d36 100644 --- a/cinelerra-5.1/plugins/chromakeyhsv/Makefile +++ b/cinelerra-5.1/plugins/chromakeyhsv/Makefile @@ -1,13 +1,13 @@ -include ../../global_config +include ../../plugin_defs PLUGIN = chromakeyhsv -SHADER := $(OBJDIR)/chromakey_sl.o +OUTPUT_BINS := $(OBJDIR)/chromakey_sl.o OBJS := $(OBJDIR)/chromakey.o $(SHADER) include ../../plugin_config $(OBJDIR)/chromakey.o: chromakey.C -$(SHADER): chromakey.sl +$(OUTPUT_BINS): chromakey.sl cd $(OBJDIR) && \ ../../../guicast/$(OBJDIR)/bootstrap -s chromakey_sl.o ../chromakey.sl