textbox click policy prefs
[goodguy/history.git] / cinelerra-5.1 / plugin_defs
index 3f6e171264eb1862d676156348e817cdbd2cf559..0530ee0885d97d19d1c1f3d089d171f848ee988b 100644 (file)
@@ -1,3 +1,7 @@
+export TOPDIR ?= ../..
+include $(TOPDIR)/global_config
+
+# plugin_dirs is translated in awindowgui.C, update if changed.
 
 plugin_dirs := themes
 themes := theme_bright theme_suv theme_blond theme_blue theme_blue_dot \
@@ -12,7 +16,7 @@ video_transitions := bandslide bandwipe dissolve flip irissquare \
 
 plugin_dirs += transforms
 transforms := 1080to480 1080to540 720to480 lens perspective photoscale \
-       polar rotate scale translate whirl
+       polar rotate scale translate whirl scaleratio
 
 plugin_dirs += colors
 colors := brightness bluebanana C41 color3way colorbalance huesaturation \
@@ -32,17 +36,18 @@ audio_tools := audioscope cdripper compressor dcoffset delayaudio \
 plugin_dirs += video_tools
 video_tools := blur decimate delayvideo denoisemjpeg denoisevideo downsample \
        fieldframe flash framefield freezeframe greycstoration interpolatepixels \
-       interpolatevideo invertvideo linearblur loopvideo motion2 motionblur \
-       motion overlay radialblur reframe reframert reroute reversevideo \
-       seltempavg sharpen spectrogram svg titler timeavg timefront unsharp \
-       videoscope wave zoomblur
+       interpolatevideo invertvideo linearblur loopvideo \
+       motion2 motionblur motion motion-cv motion-hv motion51 \
+       overlay radialblur reframe reframert reroute \
+       reversevideo seltempavg sharpen spectrogram svg titler timeavg timefront \
+       unsharp videoscope wave zoomblur
 
 plugin_dirs += blending
 blending := chromakeyhsv chromakey diffkey
 
 plugin_dirs += tv_effects
 tv_effects := deinterlace-cv deinterlace ivtc liveaudio livevideo rgb601 \
-       rgbshift shiftinterlace swapchannels swapframes yuv yuvshift
+       rgbshift shiftinterlace swapchannels swapframes yuv yuv411 yuvshift
 
 $(foreach dir,$(plugin_dirs),$(foreach plugin,$($(dir)), $(eval $(plugin):=$(dir))))