config_query_list MPLAYER_GUI "What GUI do you want?" none gtk+ gtk+2  &&
config_query_option MPLAYER_OPTS  \
                    "Enable Joystick support?" ${MPLAYER_JOYSTICK:-y} \
                    "--enable-joystick" "--disable-joystick"  &&
config_query_option MPLAYER_OPTS  \
                    "Enable OSD Menu?" ${MPLAYER_OSD_MENU:-n} \
                    "--enable-menu" "--disable-menu"  &&
config_query_option MPLAYER_OPTS  \
                    "Build mencoder?" ${MPLAYER_MENCODER:-y} \
                    "--enable-mencoder" "--disable-mencoder"  &&
# remove this and the above MPLAYER_... defaults once this is in stable
# 2006-03-06 Arwed v. Merkatz
persistent_remove MPLAYER_JOYSTICK MPLAYER_OSD_MENU MPLAYER_MENCODER
