add adams 4.6->4.6.1 (mostly)
[goodguy/history.git] / cinelerra-5.0 / plugins / 5k / Makefile
diff --git a/cinelerra-5.0/plugins/5k/Makefile b/cinelerra-5.0/plugins/5k/Makefile
new file mode 100644 (file)
index 0000000..f70659d
--- /dev/null
@@ -0,0 +1,13 @@
+include ../../global_config
+
+PLUGIN = 5k
+OBJS = $(OBJDIR)/5k.o
+OUTPUT_THEME = $(OUTPUT)
+
+AVC_DIR := $(shell cd ../../thirdparty/libavc*; pwd)
+CFLAGS += -I$(AVC_DIR)
+
+include ../../plugin_config
+
+$(OBJDIR)/5k.o: 5k.C
+