Mercurial > sdl-ios-xcode
diff configure.in @ 3678:8e961ef35d4b
Fixed bug #930
The PS2 video driver is obsolete and not going to be updated unless someone wants to maintain it.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 18 Jan 2010 14:27:30 +0000 |
parents | 336f3df1578d |
children | be6fe5f0b1db |
line wrap: on
line diff
--- a/configure.in Mon Jan 18 14:16:47 2010 +0000 +++ b/configure.in Mon Jan 18 14:27:30 2010 +0000 @@ -1438,31 +1438,6 @@ fi } -dnl See if we're running on PlayStation 2 hardware -CheckPS2GS() -{ - AC_ARG_ENABLE(video-ps2gs, -AC_HELP_STRING([--enable-video-ps2gs], [use PlayStation 2 GS video driver [[default=no]]]), - , enable_video_ps2gs=no) - if test x$enable_video = xyes -a x$enable_video_ps2gs = xyes; then - AC_MSG_CHECKING(for PlayStation 2 GS support) - video_ps2gs=no - AC_TRY_COMPILE([ - #include <linux/ps2/dev.h> - #include <linux/ps2/gs.h> - ],[ - ],[ - video_ps2gs=yes - ]) - AC_MSG_RESULT($video_ps2gs) - if test x$video_ps2gs = xyes; then - AC_DEFINE(SDL_VIDEO_DRIVER_PS2GS) - SOURCES="$SOURCES $srcdir/src/video/ps2gs/*.c" - have_video=yes - fi - fi -} - dnl See if we're running on PlayStation 3 Cell hardware CheckPS3() { @@ -2233,7 +2208,6 @@ CheckFBCON CheckDirectFB CheckFusionSound - CheckPS2GS CheckPS3 CheckSVGA CheckOpenGLX11