comparison configure.in @ 886:05c551e5bc64

Date: Sat, 24 Apr 2004 15:13:32 +0300 From: "Mike Gorchak" Subject: SDL updates for the QNX6 1. Updated the README.QNX 2. Updated libtool scripts, which are shipped with SDL for QNX6 support. 3. Added some code to support the new QNX 6.3.0, which is in beta now. 4. Added code to detect the hw features, which driver supports. 5. Added hw alpha blits code. 6. Fixed bug when application switches to fullscreen more the 2 times. (afte\ r that window becames always stay on top). 7. Updated a bit README for the tests. 8. Added information about acceleration show in the testalpha.c test. 9. Added small fixes to the testoverlay2.c test. 10. Added alpha and cc+alpha blits benchmarks to the testvidinfo.c test.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 06 May 2004 15:55:06 +0000
parents 20d3a599f601
children f8d5ddc7aef1
comparison
equal deleted inserted replaced
885:9f6ad2286011 886:05c551e5bc64
526 AC_SUBST(NASMFLAGS) 526 AC_SUBST(NASMFLAGS)
527 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/hermes" 527 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/hermes"
528 SDL_EXTRADIRS="$SDL_EXTRADIRS hermes" 528 SDL_EXTRADIRS="$SDL_EXTRADIRS hermes"
529 SDL_EXTRALIBS="$SDL_EXTRALIBS hermes/libhermes.la" 529 SDL_EXTRALIBS="$SDL_EXTRALIBS hermes/libhermes.la"
530 use_nasm=yes 530 use_nasm=yes
531
532 case "$target" in
533 # this line is needed for QNX, because it's not defined the __ELF__
534 *-*-qnx*) CFLAGS="$CFLAGS -D__ELF__"
535 ;;
536
537 esac
538
531 fi 539 fi
532 fi 540 fi
533 } 541 }
534 542
535 dnl Find the nanox include and library directories 543 dnl Find the nanox include and library directories
2307 ;; 2315 ;;
2308 *-*-qnx*) 2316 *-*-qnx*)
2309 ARCH=qnx 2317 ARCH=qnx
2310 CheckDummyVideo 2318 CheckDummyVideo
2311 CheckDiskAudio 2319 CheckDiskAudio
2320 # CheckNASM
2312 CheckDLOPEN 2321 CheckDLOPEN
2313 CheckNAS 2322 CheckNAS
2314 CheckPHOTON 2323 CheckPHOTON
2315 CheckX11 2324 CheckX11
2316 CheckOpenGL 2325 CheckOpenGL