diff options
author | Rich J Wareham <richwareham@users.sourceforge.net> | 2002-01-23 15:05:46 +0000 |
---|---|---|
committer | Rich J Wareham <richwareham@users.sourceforge.net> | 2002-01-23 15:05:46 +0000 |
commit | bbdd0773c87cd0d963cba4636234eb52834db727 (patch) | |
tree | f60f93c8a666be16ea841c630744fd10d1cec87d /acconfig.h | |
parent | 8a6da6025ddb3df649e52e65a99c022ce5d56f26 (diff) | |
download | xine-lib-bbdd0773c87cd0d963cba4636234eb52834db727.tar.gz xine-lib-bbdd0773c87cd0d963cba4636234eb52834db727.tar.bz2 |
Modified the OpenGL plugin to use proper 2D textures which a) Improves
flicker on slow cards (like mine), b) Makes it a little faster (on my card
at least) and c) Allows one to do funky tricks (try uncommenting #define SPHERE)
CVS patchset: 1443
CVS date: 2002/01/23 15:05:46
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index ef2234091..f50b5ced5 100644 --- a/acconfig.h +++ b/acconfig.h @@ -63,6 +63,9 @@ /* Define this if you have OpenGL support available */ #undef HAVE_OPENGL +/* Define this if you have GLut support available */ +#undef HAVE_GLUT + /* Define this if you have libXinerama installed */ #undef HAVE_XINERAMA |