Credit Andrew - fix vorbis audio which was scratchy and ensure aging plugin does...
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / flowobj / Makefile
1 default: all
2
3 TOPDIR?=../..
4 include $(TOPDIR)/plugin_defs
5
6 PLUGIN = flowobj
7
8 OBJS := \
9         $(OBJDIR)/flowobj.o \
10         $(OBJDIR)/flowobjwindow.o \
11
12 want_var:=$(WANT_OPENCV)
13 include $(TOPDIR)/opencv_build
14 include $(TOPDIR)/plugin_config
15
16 all:    opencv
17         +make $(OUTPUT)
18
19 $(OBJDIR)/flowobj.o: flowobj.C flowobj.h flowobjwindow.h
20 $(OBJDIR)/flowobjwindow.o: flowobjwindow.C flowobj.h flowobjwindow.h
21