X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=bigscreen%2Ftinyptc%2Ftinyptc.h;h=cf2b621028112a507c3eda4bd93d876a31191ffc;hb=bd55f6835567a11e5a490d4a872bc778c96d1e83;hp=5fee0de9d382b29e25b65a90ac304f44c6e5548f;hpb=140a0aae7299d15459fe9ec74ad5020887e0a960;p=ccbs diff --git a/bigscreen/tinyptc/tinyptc.h b/bigscreen/tinyptc/tinyptc.h index 5fee0de..cf2b621 100644 --- a/bigscreen/tinyptc/tinyptc.h +++ b/bigscreen/tinyptc/tinyptc.h @@ -43,7 +43,7 @@ typedef unsigned char char8; /* This directive enables mmx-optimized pixelformat conversions */ -/* #define __PTC_MMX__ */ +#define __PTC_MMX__ /* This directive enables little-endian pixelformat converters - ignored for * the XVideo+Mit-Shm target */ @@ -62,12 +62,12 @@ typedef unsigned char char8; /* If you uncomment this directive, you'll choose raw xlib video rendering */ -#define __PTC_XLIB__ +/* #define __PTC_XLIB__ */ /* If you uncomment this directive, you'll choose X Shared memory extension * video rendering */ -/* #define __PTC_XSHM__ */ +#define __PTC_XSHM__ /* If you uncomment this directive, you'll choose X Double buffer extension * video rendering */ @@ -77,7 +77,7 @@ typedef unsigned char char8; /* If you uncomment this directive, you'll choose X Direct Graphics Access * extension (version 1.x) video rendering */ -/* #define __PTC_XDGA1__ */ +/* #define __PTC_XDGA1__ */ /* If you uncomment this directive, you'll choose X Direct Graphics Access * extension (version 2.x) video rendering */