X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_types.h;h=f7100555d7b1fd54d6bafe9f8246830f73b26fab;hb=34c7916b96a65dbfb6d9414aca781d6292474f98;hp=e9c1743271db526e1045f5641fd81ff23f3668ca;hpb=1e55d8082c842d4ae2d718eb2675719eeb615c0c;p=melted diff --git a/src/framework/mlt_types.h b/src/framework/mlt_types.h index e9c1743..f710055 100644 --- a/src/framework/mlt_types.h +++ b/src/framework/mlt_types.h @@ -21,6 +21,10 @@ #ifndef _MLT_TYPES_H_ #define _MLT_TYPES_H_ +#ifndef GCC_VERSION +#define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) +#endif + #include #include "mlt_pool.h" @@ -31,7 +35,8 @@ typedef enum mlt_image_rgb24, mlt_image_rgb24a, mlt_image_yuv422, - mlt_image_yuv420p + mlt_image_yuv420p, + mlt_image_opengl } mlt_image_format;