r1006: configure: Use libx264_pic instead of libx264 if available.
[cinelerra_cv/mob.git] / cinelerra / maskauto.inc
blob60a68fdf3cdebe05b018aea6119cb160b094fbd6
1 #ifndef MASKAUTO_INC
2 #define MASKAUTO_INC
6 class MaskAuto;
7 class MaskPoint;
8 class SubMask;
10 enum
12         MASK_MULTIPLY_ALPHA,
13         MASK_SUBTRACT_ALPHA
16 #define SUBMASKS 8
20 #endif