upgrade vpx to 1.8.1, rm meson prereq and add dav1d Makefile, warn/gettid patch
[goodguy/cinelerra.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