Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
946:5cbef0829f82 | 947:76fd9463b9d3 |
---|---|
1116 $_fastmemcpy | 1116 $_fastmemcpy |
1117 | 1117 |
1118 /* gui support, please do not edit this option */ | 1118 /* gui support, please do not edit this option */ |
1119 $_gui | 1119 $_gui |
1120 | 1120 |
1121 /* Enable fast OSD/SUB renderer (looks ugly, but uses less CPU power) */ | |
1122 #undef FAST_OSD | |
1123 #undef FAST_OSD_TABLE | |
1124 | |
1121 /* Define if your processor stores words with the most significant | 1125 /* Define if your processor stores words with the most significant |
1122 byte first (like Motorola and SPARC, unlike Intel and VAX). */ | 1126 byte first (like Motorola and SPARC, unlike Intel and VAX). */ |
1123 /* #define WORDS_BIGENDIAN */ | 1127 /* #define WORDS_BIGENDIAN */ |
1124 | 1128 |
1125 #define ARCH_X86 | 1129 #define ARCH_X86 |