X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fplugins%2FMakefile;h=89f164662eafa21ad8ac0ae7a5113f33ae59ed63;hb=300cfc94af29dda96d2f5e5e7b64ab559452fd8d;hp=125de335d7d99f25897e627b0bb7ee31c7ad9566;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/plugins/Makefile b/cinelerra-5.1/plugins/Makefile index 125de335..89f16466 100644 --- a/cinelerra-5.1/plugins/Makefile +++ b/cinelerra-5.1/plugins/Makefile @@ -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,26 +21,33 @@ endif # motion must come before perspective DIRS = $(OPENCV_OBJS) \ + $(CUDA_OBJS) \ 1080to480 \ 1080to540 \ 720to480 \ aging \ + alpha \ scaleratio \ audioscope \ bandslide \ bandwipe \ bluebanana \ blur \ + boxblur \ brightness \ burn \ C41 \ - cdripper \ + chorus \ chromakey \ chromakeyhsv \ + chromakeyavid \ color3way \ colorbalance \ + colorspace \ compressor \ + compressormulti \ crikey \ + crop \ crossfade \ dcoffset \ decimate \ @@ -59,8 +69,10 @@ DIRS = $(OPENCV_OBJS) \ echo \ echocancel \ fieldframe \ + flanger \ flash \ flip \ + foreground \ framefield \ freeverb \ freezeframe \ @@ -87,10 +99,9 @@ DIRS = $(OPENCV_OBJS) \ $(LIVEDVB) \ loopaudio \ loopvideo \ + mirror \ motion \ motion51 \ - motion-cv \ - motion-hv \ motion2point \ motionblur \ normalize \ @@ -100,6 +111,7 @@ DIRS = $(OPENCV_OBJS) \ parametric \ perspective \ photoscale \ + posterize \ pitch \ polar \ radialblur \ @@ -117,23 +129,30 @@ DIRS = $(OPENCV_OBJS) \ rotate \ rumbler \ scale \ + sketcher \ shapewipe \ sharpen \ shiftinterlace \ slide \ spectrogram \ + speed_pc \ spherecam \ svg \ swapchannels \ swapframes \ + swatch \ synthesizer \ threshold \ timeavg \ + timeblur \ timefront \ + timelapsehelper \ timestretch \ timestretchrt \ titler \ + tracer \ translate \ + tremolo \ unsharp \ videoscope \ wave \ @@ -144,9 +163,7 @@ DIRS = $(OPENCV_OBJS) \ yuvshift \ zoom \ zoomblur \ - theme_blond \ theme_blond_cv \ - theme_blue \ theme_blue_dot \ theme_bright \ theme_hulk \ @@ -154,7 +171,20 @@ DIRS = $(OPENCV_OBJS) \ theme_pinklady \ theme_suv \ theme_unflat \ + theme_cakewalk \ + +PLATFORM = $(shell uname) +ifeq ($(PLATFORM), NetBSD) +DIRS += theme_blond theme_blue +else ifeq ($(PLATFORM), FreeBSD) +DIRS += theme_blond theme_blue +else ifeq ($(PLATFORM), Linux) +DIRS += cdripper theme_blond theme_blue +endif +# not maintained +# motion-cv \ +# motion-hv \ # too costly # findobject \ # greycstoration \ @@ -164,7 +194,7 @@ DIRS = $(OPENCV_OBJS) \ # vocoder \ PLUGIN_DIR = $(BINDIR)/plugins -DATA = $(PLUGIN_DIR)/fonts $(PLUGIN_DIR)/shapes +DATA = $(PLUGIN_DIR)/fonts $(PLUGIN_DIR)/shapes $(PLUGIN_DIR)/scopes LADSPA_DIR = $(BINDIR)/ladspa all: $(PLUGIN_DIR) $(DIRS) $(DATA) $(LADSPA_DIR)