dsl: disable ps3 video driver

The ps3 driver is enabled by default on ps3, but depends on spu support,
which most ppc toolchains don't have, so disable it.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2010-07-17 10:45:31 +02:00
parent e7b7148dfb
commit 869b11c8b5

View File

@ -44,7 +44,8 @@ endif
SDL_CONF_OPT += --enable-pulseaudio=no \
--disable-arts \
--disable-esd \
--disable-nasm
--disable-nasm \
--disable-video-ps3
# Fixup prefix= and exec_prefix= in sdl-config, and remove the
# -Wl,-rpath option.