if [[ "$ANIMATION" == "y" ]]; then
  OPTS+=" --enable-animation"
else
  OPTS+=" --disable-animation"
fi

default_build
