Credit Andrew - updating patches for FFmpeg 7.0 as needed since 6.1, now at 7.0,...
[goodguy/cinelerra.git] / timeavg / Makefile
1 include ../../plugin_defs
2
3 OBJS = $(OBJDIR)/timeavg.o  \
4         $(OBJDIR)/timeavgwindow.o
5
6 PLUGIN = timeavg
7
8 include ../../plugin_config
9
10 $(OBJDIR)/timeavg.o: timeavg.C
11 $(OBJDIR)/timeavgwindow.o: timeavgwindow.C
12
13
14