upgrade libvpx+lv2, fix dbl tap play bug, add multi nest/unnest clips, add del top...
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / timestretch / Makefile
1 include ../../plugin_defs
2
3 OBJS = $(OBJDIR)/timestretch.o \
4         $(OBJDIR)/timestretchengine.o
5
6 PLUGIN = timestretch
7
8 include ../../plugin_config
9
10
11
12
13 $(OBJDIR)/timestretch.o: timestretch.C
14 $(OBJDIR)/timestretchengine.o: timestretchengine.C
15