Mercurial > sdl-ios-xcode
changeset 129:db0bee1c5845
Applied Maxim's patch for VGL detection on FreeBSD
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 31 Jul 2001 04:06:56 +0000 |
parents | 8f7b9d6be8cc |
children | 14af14ff7c19 |
files | configure.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Tue Jul 31 00:32:27 2001 +0000 +++ b/configure.in Tue Jul 31 04:06:56 2001 +0000 @@ -775,7 +775,7 @@ #include <vgl.h> ],[ VGLBitmap bitmap; - exit(bitmap.PyxelBytes); + exit(bitmap.PixelBytes); ],[ video_vgl=yes ]) @@ -1257,7 +1257,6 @@ CheckX11 CheckDGA CheckSVGA - CheckVGL CheckAAlib CheckOpenGL CheckPTHREAD @@ -1294,6 +1293,7 @@ ARCH=freebsd CheckDummyVideo CheckDiskAudio + CheckVGL CheckNASM CheckOSS CheckARTSC