rework overlayframe for parallel build, use -Ofast on frame xfers and plugins
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / overlay_sample_rgb_float.C
diff --git a/cinelerra-5.1/cinelerra/overlay_sample_rgb_float.C b/cinelerra-5.1/cinelerra/overlay_sample_rgb_float.C
new file mode 100644 (file)
index 0000000..5fd1713
--- /dev/null
@@ -0,0 +1,5 @@
+#include "overlaysample.h"
+// parallel build
+#define BLEND(FN) XSAMPLE(FN, z_float, z_float, 1.f, 3, 0, 0.f);
+void SampleUnit::rgb_float() { BLEND_SWITCH(BLEND); }
+