local GSTREAMER_OPTIONS="gstreamer-1.0 gstreamer none" &&

if spell_ok gstreamer-1.0; then
  GSTREAMER_OPTIONS="gstreamer-1.0 none"
fi &&

config_query_list UGET_GSTREAMER "Choose an option for GStreamer audio support:" \
                                 $GSTREAMER_OPTIONS
