Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
The AAlib driver is fun, but not worth rewriting for SDL 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 26, 2006
1 parent 129821a commit d791916
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 840 deletions.
27 changes: 0 additions & 27 deletions configure.in
Expand Up @@ -1268,32 +1268,6 @@ AC_HELP_STRING([--enable-video-wscons], [use wscons video driver [[default=yes]]
fi
}


dnl Find the AAlib includes
CheckAAlib()
{
AC_ARG_ENABLE(video-aalib,
AC_HELP_STRING([--enable-video-aalib], [use AAlib video driver [[default=no]]]),
, enable_video_aalib=no)
if test x$enable_video = xyes -a x$enable_video_aalib = xyes; then
AC_MSG_CHECKING(for AAlib support)
video_aalib=no
AC_TRY_COMPILE([
#include <aalib.h>
],[
],[
video_aalib=yes
])
AC_MSG_RESULT($video_aalib)
if test x$video_aalib = xyes; then
AC_DEFINE(SDL_VIDEO_DRIVER_AALIB)
SOURCES="$SOURCES $srcdir/src/video/aalib/*.c"
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -laa"
have_video=yes
fi
fi
}

dnl Set up the QTopia video driver if enabled
CheckQtopia()
{
Expand Down Expand Up @@ -2088,7 +2062,6 @@ case "$host" in
CheckSVGA
CheckVGL
CheckWscons
CheckAAlib
CheckQtopia
CheckPicoGUI
CheckOpenGLX11
Expand Down
1 change: 0 additions & 1 deletion include/SDL_config.h.in
Expand Up @@ -249,7 +249,6 @@
#undef SDL_TIMER_WINCE

/* Enable various video drivers */
#undef SDL_VIDEO_DRIVER_AALIB
#undef SDL_VIDEO_DRIVER_BWINDOW
#undef SDL_VIDEO_DRIVER_COCOA
#undef SDL_VIDEO_DRIVER_CYBERGRAPHICS
Expand Down
3 changes: 0 additions & 3 deletions src/video/SDL_sysvideo.h
Expand Up @@ -372,9 +372,6 @@ extern VideoBootStrap RISCOS_bootstrap;
#if SDL_VIDEO_DRIVER_OS2FS
extern VideoBootStrap OS2FSLib_bootstrap;
#endif
#if SDL_VIDEO_DRIVER_AALIB
extern VideoBootStrap AALIB_bootstrap;
#endif
#if SDL_VIDEO_DRIVER_DUMMY
extern VideoBootStrap DUMMY_bootstrap;
#endif
Expand Down
3 changes: 0 additions & 3 deletions src/video/SDL_video.c
Expand Up @@ -121,9 +121,6 @@ static VideoBootStrap *bootstrap[] = {
#if SDL_VIDEO_DRIVER_OS2FS
&OS2FSLib_bootstrap,
#endif
#if SDL_VIDEO_DRIVER_AALIB
&AALIB_bootstrap,
#endif
#if SDL_VIDEO_DRIVER_DUMMY
&DUMMY_bootstrap,
#endif
Expand Down
213 changes: 0 additions & 213 deletions src/video/aalib/SDL_aaevents.c

This file was deleted.

36 changes: 0 additions & 36 deletions src/video/aalib/SDL_aaevents_c.h

This file was deleted.

37 changes: 0 additions & 37 deletions src/video/aalib/SDL_aamouse.c

This file was deleted.

27 changes: 0 additions & 27 deletions src/video/aalib/SDL_aamouse_c.h

This file was deleted.

0 comments on commit d791916

Please sign in to comment.