3 @@ -30162,4 +30162,16 @@
4 # The RISC OS platform requires special setup.
5 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -ljpeg -ltiff -lpng -lz"
9 + # Set up files for the video library
10 + if test x$enable_video = xyes; then
11 + cat >>confdefs.h <<\_ACEOF
12 +#define SDL_VIDEO_DRIVER_ACESS 1
14 + SOURCES="$SOURCES $srcdir/src/video/acess/*.c"