X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fyuv411%2FMakefile;fp=cinelerra-5.1%2Fplugins%2Fyuv411%2FMakefile;h=97e2d2d27ae605ac049b79295d0ff49af7a0054b;hb=f0dd2b62161b860c0847bb7fe16eb116e247a7e4;hp=0000000000000000000000000000000000000000;hpb=394f84fcbfbb6fc97758f09cfcf5319da036b8cd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/yuv411/Makefile b/cinelerra-5.1/plugins/yuv411/Makefile new file mode 100644 index 00000000..97e2d2d2 --- /dev/null +++ b/cinelerra-5.1/plugins/yuv411/Makefile @@ -0,0 +1,12 @@ +include ../../plugin_defs + +OBJS = $(OBJDIR)/yuv411.o \ + $(OBJDIR)/yuv411win.o + +PLUGIN = yuv411 + +include ../../plugin_config + +$(OBJDIR)/yuv411.o: yuv411.C +$(OBJDIR)/yuv411win.o: yuv411win.C +