config_query  MPLAYER_CVS  "Build CVS version?"  ${CVS:-n}
# remove this and the above $CVS check from devel/test once this is in stable
# 2005-09-29 Arwed v. Merkatz
persistent_remove CVS
if  [ "$MPLAYER_CVS" == "y" ];  then
  config_query  MPLAYER_CVS_AUTOUPDATE  \
                "Update to the latest CVS on every cast?"  \
                n
fi
