changeset 3149:b143d794bff1 gsoc2009_ps3

configure.in changes missing in last commit.
author Martin Lowinski <martin@goldtopf.org>
date Sun, 21 Jun 2009 03:55:21 +0000
parents 104786a909a2
children 0cf7bff804ad
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Fri Jun 19 05:22:00 2009 +0000
+++ b/configure.in	Sun Jun 21 03:55:21 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 -lyuv2rgb_spu"
+      EXTRA_LDFLAGS="$EXTRA_LDFLAGS -L/opt/cell/sdk/usr/lib -lspe2 -lfb_writer_spu -lyuv2rgb_spu -lbilin_scaler_spu"
       have_video=yes
     fi   
   fi