diff 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
line wrap: on
line diff
--- a/configure.in	Sat Jun 06 06:40:23 2009 +0000
+++ b/configure.in	Wed Jun 10 09:15:33 2009 +0000
@@ -1522,7 +1522,7 @@
       AC_DEFINE(SDL_VIDEO_DRIVER_PS3)
       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"
+      EXTRA_LDFLAGS="$EXTRA_LDFLAGS -L/opt/cell/sdk/usr/lib -lspe2 -lfb_writer_spu -lyuv2rgb_spu"
       have_video=yes
     fi   
   fi