comparison configure.in @ 3154:95e48f7a3a93 gsoc2009_ps3

Added Makefile rule for spu programs. Added Readme.
author Martin Lowinski <martin@goldtopf.org>
date Mon, 10 Aug 2009 18:05:33 +0000
parents b143d794bff1
children abc49915ccb2
comparison
equal deleted inserted replaced
3153:a16c4ec43631 3154:95e48f7a3a93
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 -lyuv2rgb_spu -lbilin_scaler_spu" 1525 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -L/opt/cell/sdk/usr/lib -lspe2 -lfb_writer_spu -lyuv2rgb_spu -lbilin_scaler_spu"
1526 echo "*** Before building SDL please run make ps3libs"
1526 have_video=yes 1527 have_video=yes
1527 fi 1528 fi
1528 fi 1529 fi
1529 } 1530 }
1530 1531