]> git.sesse.net Git - ccbs/blobdiff - bigscreen/tinyptc/tinyptc.h
Various changes and fixes for CC1.
[ccbs] / bigscreen / tinyptc / tinyptc.h
index a6cf0aa73f167076addb9806035f95a2c9210146..cf2b621028112a507c3eda4bd93d876a31191ffc 100644 (file)
@@ -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 */
@@ -67,7 +67,7 @@ typedef unsigned char char8;
 /* 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 */