no longer need ffmpeg patch0 which was for Termux
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / burn / Makefile
1 include ../../plugin_defs
2
3 OBJS = $(OBJDIR)/burn.o  \
4         $(OBJDIR)/burnwindow.o \
5
6 PLUGIN = burn
7 CFLAGS += -I../libeffecttv
8 LFLAGS += ../libeffecttv/$(OBJDIR)/libeffecttv.a
9
10 include ../../plugin_config
11
12 $(OBJDIR)/burn.o: burn.C
13 $(OBJDIR)/burnwindow.o: burnwindow.C