if  [ "$MPLAYER_CVS" == "y" ];  then
  if  [ "$GUI" == "y" ];  then
    config_query_list MPLAYER_GUI "What GUI do you want?" gtk+ gtk+2 none
  else
    config_query_list MPLAYER_GUI "What GUI do you want?" none gtk+ gtk+2
  fi
else
  if  [ "$GUI" == "y" ];  then
    config_query_list MPLAYER_GUI "What GUI do you want?" gtk+ none
  else
    config_query_list MPLAYER_GUI "What GUI do you want?" none gtk+
  fi
fi
config_query MPLAYER_JOYSTICK "Enable Joystick support?" ${JOYSTICK:-y}
config_query MPLAYER_OSD_MENU "Enable (experimental) OSD Menu?" ${OSD_MENU:-n}
config_query MPLAYER_MENCODER "Build mencoder?" ${MENCODER:-y}
# remove this and the above $GUI checks from devel/test once this is in stable
# 2005-09-29 Arwed v. Merkatz
persistent_remove GUI JOYSTICK OSD_MENU MENCODER
