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