config_query_list MPLAYER_GUI "What GUI do you want?" none gtk+ gtk+2  &&
persistent_remove MPLAYER_IVTV &&
config_query_option MPLAYER_OPTS  \
                    "Enable Joystick support?" y              \
                    "--enable-joystick" "--disable-joystick"  &&
config_query_option MPLAYER_OPTS  \
                    "Enable OSD Menu?" n              \
                    "--enable-menu" "--disable-menu"  &&
config_query_option MPLAYER_OPTS  \
                    "Build mencoder?" y                       \
                    "--enable-mencoder" "--disable-mencoder"
