configure.ac add with-cuda/nv, update cakewalk theme, add cuda/plugins=mandel+nbody...
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / Makefile
index 77292863e0147a448d46605d0bc85c171389e014..2bf29432dd7deb59cdeb6ddcfd94f0c80f8e4a1a 100644 (file)
@@ -11,6 +11,9 @@ include $(TOPDIR)/opencv_build
 OPENCV_OBJS := findobj flowobj gaborobj moveobj stylizeobj puzzleobj
 $(OPENCV_OBJS): opencv
 endif
+ifneq ($(WANT_CUDA), no)
+CUDA_OBJS := mandelcuda nbodycuda
+endif
 
 # burn must come before any other effecttv plugin
 # colors must come before any plugin
@@ -18,6 +21,7 @@ endif
 # motion must come before perspective
 
 DIRS = $(OPENCV_OBJS) \
+       $(CUDA_OBJS) \
        1080to480 \
        1080to540 \
        720to480 \