equal
deleted
inserted
replaced
1315 AC_MSG_CHECKING(for PlayStation 3 Cell support) |
1315 AC_MSG_CHECKING(for PlayStation 3 Cell support) |
1316 video_ps3=no |
1316 video_ps3=no |
1317 AC_TRY_COMPILE([ |
1317 AC_TRY_COMPILE([ |
1318 #include <linux/fb.h> |
1318 #include <linux/fb.h> |
1319 #include <asm/ps3fb.h> |
1319 #include <asm/ps3fb.h> |
|
1320 #include <libspe2.h> |
1320 ],[ |
1321 ],[ |
1321 ],[ |
1322 ],[ |
1322 video_ps3=yes |
1323 video_ps3=yes |
1323 ]) |
1324 ]) |
1324 AC_MSG_RESULT($video_ps3) |
1325 AC_MSG_RESULT($video_ps3) |