comparison configure.in @ 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 0d8d1f870964
children 95e48f7a3a93
comparison
equal deleted inserted replaced
3148:104786a909a2 3149:b143d794bff1
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 -lyuv2rgb_spu" 1525 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -L/opt/cell/sdk/usr/lib -lspe2 -lfb_writer_spu -lyuv2rgb_spu -lbilin_scaler_spu"
1526 have_video=yes 1526 have_video=yes
1527 fi 1527 fi
1528 fi 1528 fi
1529 } 1529 }
1530 1530