diff configure @ 947:76fd9463b9d3

FAST_OSD option to disable font outline antialiasing
author arpi_esp
date Sat, 02 Jun 2001 16:02:38 +0000
parents c50c4713ac43
children 162a78d3cc08
line wrap: on
line diff
--- a/configure	Sat Jun 02 15:36:33 2001 +0000
+++ b/configure	Sat Jun 02 16:02:38 2001 +0000
@@ -1118,6 +1118,10 @@
 /* gui support, please do not edit this option */
 $_gui
 
+/* Enable fast OSD/SUB renderer (looks ugly, but uses less CPU power) */
+#undef FAST_OSD
+#undef FAST_OSD_TABLE
+
 /* Define if your processor stores words with the most significant
    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
 /* #define WORDS_BIGENDIAN */