segv in reosurce constructor, add histeq plugin, 2pass formats, cleanup, colormatrix...
[goodguy/history.git] / cinelerra-5.1 / plugins / deinterlace / Makefile
1 include ../../plugin_defs
2
3 OBJS = $(OBJDIR)/deinterlace.o  \
4         $(OBJDIR)/deinterwindow.o
5
6 PLUGIN = deinterlace
7
8 include ../../plugin_config
9
10 $(OBJDIR)/deinterlace.o: deinterlace.C
11 $(OBJDIR)/deinterwindow.o: deinterwindow.C
12
13
14