Mercurial > sdl-ios-xcode
comparison configure.in @ 3144:0d8d1f870964 gsoc2009_ps3
Moved SPE-functions to SDL_ps3spe.c.
Added ActivateRenderer() and PS3_QueryTexturePixels().
Added yuv2rgb_spu but not yet in use.
author | Martin Lowinski <martin@goldtopf.org> |
---|---|
date | Wed, 10 Jun 2009 09:15:33 +0000 |
parents | 3df74541339b |
children | b143d794bff1 |
comparison
equal
deleted
inserted
replaced
3143:8fdabaa064c3 | 3144:0d8d1f870964 |
---|---|
1520 AC_MSG_RESULT($video_ps3) | 1520 AC_MSG_RESULT($video_ps3) |
1521 if test x$video_ps3 = xyes; then | 1521 if test x$video_ps3 = xyes; then |
1522 AC_DEFINE(SDL_VIDEO_DRIVER_PS3) | 1522 AC_DEFINE(SDL_VIDEO_DRIVER_PS3) |
1523 SOURCES="$SOURCES $srcdir/src/video/ps3/*.c" | 1523 SOURCES="$SOURCES $srcdir/src/video/ps3/*.c" |
1524 EXTRA_CFLAGS="$EXTRA_CFLAGS -I/opt/cell/sdk/usr/include" | 1524 EXTRA_CFLAGS="$EXTRA_CFLAGS -I/opt/cell/sdk/usr/include" |
1525 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -L/opt/cell/sdk/usr/lib -lspe2 -lfb_writer_spu" | 1525 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -L/opt/cell/sdk/usr/lib -lspe2 -lfb_writer_spu -lyuv2rgb_spu" |
1526 have_video=yes | 1526 have_video=yes |
1527 fi | 1527 fi |
1528 fi | 1528 fi |
1529 } | 1529 } |
1530 | 1530 |