add crop plugin, add timeline bars, render setup err chks, minor tweaks
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / crop / Makefile
diff --git a/cinelerra-5.1/plugins/crop/Makefile b/cinelerra-5.1/plugins/crop/Makefile
new file mode 100644 (file)
index 0000000..13cc444
--- /dev/null
@@ -0,0 +1,11 @@
+include ../../plugin_defs
+
+OBJS =         $(OBJDIR)/crop.o  \
+       $(OBJDIR)/cropwin.o
+
+PLUGIN = crop
+
+include ../../plugin_config
+
+$(OBJDIR)/crop.o: crop.C
+$(OBJDIR)/cropwin.o: cropwin.C