auto keyframe color prefs, colorpicker rework, ru.po update, keyframe align fixes...
[goodguy/history.git] / cinelerra-5.1 / plugin_defs
index 7f5fee5e96a0ba78e5c0330b50895dd4fbc1d58c..848f58163016d68598bf36996b3cce69a8c97988 100644 (file)
@@ -1,5 +1,4 @@
-TOPDIR ?= ../..
-export TOPDIR
+export TOPDIR ?= ../..
 include $(TOPDIR)/global_config
 
 plugin_dirs := themes
@@ -15,7 +14,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 \
@@ -45,7 +44,7 @@ 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))))