config/graphic: add some more defaults

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-02-02 19:49:58 +01:00
parent f5bbd9baf6
commit 663f8261ed
2 changed files with 9 additions and 0 deletions

View File

@ -256,6 +256,7 @@ show_config() {
config_message="$config_message\n $dashes$dashes" config_message="$config_message\n $dashes$dashes"
config_message="$config_message\n - Broadcom CrystalHD Decoder:\t\t $CRYSTALHD" config_message="$config_message\n - Broadcom CrystalHD Decoder:\t\t $CRYSTALHD"
config_message="$config_message\n - OpenMAX Support (provider):\t\t $OPENMAX_SUPPORT ($OPENMAX)"
config_message="$config_message\n - VAAPI Support:\t\t\t $VAAPI" config_message="$config_message\n - VAAPI Support:\t\t\t $VAAPI"
config_message="$config_message\n - VDPAU Support:\t\t\t $VDPAU" config_message="$config_message\n - VDPAU Support:\t\t\t $VDPAU"
config_message="$config_message\n - XVBA Support:\t\t\t $XVBA" config_message="$config_message\n - XVBA Support:\t\t\t $XVBA"

View File

@ -20,6 +20,14 @@ if [ "$SDL_SUPPORT" = no ]; then
JOYSTICK_SUPPORT="no" JOYSTICK_SUPPORT="no"
fi fi
if [ "$OPENMAX" = no ]; then
OPENMAX_SUPPORT="no"
ALSA_SUPPORT=yes
else
OPENMAX_SUPPORT="yes"
ALSA_SUPPORT="no"
fi
if [ "$OPENGL_SUPPORT" = no ]; then if [ "$OPENGL_SUPPORT" = no ]; then
XBMC_SCR_RSXS="no" XBMC_SCR_RSXS="no"
XBMC_VIS_PROJECTM="no" XBMC_VIS_PROJECTM="no"