# changed CVS -> SVN, remove from test when it's in stable
# 2006-06-05 Arwed v. Merkatz
config_query  MPLAYER_SVN  "Build SVN version?"  ${MPLAYER_CVS:-n}
if  [[ $MPLAYER_SVN = y ]]; then
  config_query  MPLAYER_SVN_AUTOUPDATE \
                "Update to the latest SVN on every system-update?"  \
                ${MPLAYER_CVS_AUTOUPDATE:-n}
fi
persistent_remove MPLAYER_CVS MPLAYER_CVS_AUTOUPDATE
