Applied Maxim's patch for VGL detection on FreeBSD
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40130
This commit is contained in:
parent
5641408419
commit
fa21275ab8
1 changed files with 2 additions and 2 deletions
|
@ -775,7 +775,7 @@ CheckVGL()
|
|||
#include <vgl.h>
|
||||
],[
|
||||
VGLBitmap bitmap;
|
||||
exit(bitmap.PyxelBytes);
|
||||
exit(bitmap.PixelBytes);
|
||||
],[
|
||||
video_vgl=yes
|
||||
])
|
||||
|
@ -1257,7 +1257,6 @@ case "$target" in
|
|||
CheckX11
|
||||
CheckDGA
|
||||
CheckSVGA
|
||||
CheckVGL
|
||||
CheckAAlib
|
||||
CheckOpenGL
|
||||
CheckPTHREAD
|
||||
|
@ -1294,6 +1293,7 @@ case "$target" in
|
|||
ARCH=freebsd
|
||||
CheckDummyVideo
|
||||
CheckDiskAudio
|
||||
CheckVGL
|
||||
CheckNASM
|
||||
CheckOSS
|
||||
CheckARTSC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue