summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-02 16:02:38 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-02 16:02:38 +0000
commitba8f720ce0c632a2e2e58ff4f0c4352e937b5cdc (patch)
treecb80f1e7ee140449fb6aa50e2ea75cea46c012d1 /configure
parent7d4f267b6caaefef680c668177394b372b8fed08 (diff)
downloadmpv-ba8f720ce0c632a2e2e58ff4f0c4352e937b5cdc.tar.bz2
mpv-ba8f720ce0c632a2e2e58ff4f0c4352e937b5cdc.tar.xz
FAST_OSD option to disable font outline antialiasing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@948 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 4cc8c2f963..8dad7ebe38 100755
--- a/configure
+++ b/configure
@@ -1118,6 +1118,10 @@ $_fastmemcpy
/* 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 */