diff 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
line wrap: on
line diff
--- a/configure.in	Mon Aug 10 13:28:58 2009 +0000
+++ b/configure.in	Mon Aug 10 18:05:33 2009 +0000
@@ -1523,6 +1523,7 @@
       SOURCES="$SOURCES $srcdir/src/video/ps3/*.c"
       EXTRA_CFLAGS="$EXTRA_CFLAGS -I/opt/cell/sdk/usr/include"
       EXTRA_LDFLAGS="$EXTRA_LDFLAGS -L/opt/cell/sdk/usr/lib -lspe2 -lfb_writer_spu -lyuv2rgb_spu -lbilin_scaler_spu"
+	  echo "*** Before building SDL please run make ps3libs"
       have_video=yes
     fi   
   fi